|
<!doctype html> |
|
<html lang="zh-Hant"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<title>AI 預測驗證 D14 Correction Router & Weekly Scorecard</title> |
|
<style> |
|
:root { |
|
--ink:#18222d; --muted:#607080; --line:#d7dde5; --bg:#f7f8fb; --panel:#fff; |
|
--blue:#2258c9; --green:#147a53; --amber:#9c6200; --red:#b3261e; --violet:#6d3fc7; |
|
} |
|
*{box-sizing:border-box} |
|
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5} |
|
header{padding:24px clamp(18px,4vw,48px);background:#fff;border-bottom:1px solid var(--line)} |
|
h1{margin:0;font-size:clamp(24px,3vw,36px);letter-spacing:0} |
|
h2{margin:0 0 12px;font-size:18px} |
|
h3{margin:0 0 8px;font-size:15px} |
|
p{margin:0 0 10px} |
|
main{padding:22px clamp(18px,4vw,48px) 48px;display:grid;gap:16px} |
|
.sub{color:var(--muted);max-width:1100px;margin-top:8px} |
|
.grid{display:grid;gap:16px}.cols4{grid-template-columns:repeat(4,minmax(0,1fr))}.cols3{grid-template-columns:repeat(3,minmax(0,1fr))}.cols2{grid-template-columns:repeat(2,minmax(0,1fr))} |
|
.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:16px} |
|
.metric{min-height:118px;display:flex;flex-direction:column;justify-content:space-between} |
|
.label{font-size:13px;color:var(--muted)}.value{font-size:30px;font-weight:760}.ok{color:var(--green)}.warn{color:var(--amber)}.stop{color:var(--red)} |
|
.tag{display:inline-flex;align-items:center;height:24px;padding:0 8px;border:1px solid var(--line);border-radius:999px;background:#fbfcfe;color:var(--muted);font-size:12px;margin-right:6px} |
|
table{width:100%;border-collapse:collapse;font-size:13px}th,td{border-bottom:1px solid var(--line);padding:10px 8px;text-align:left;vertical-align:top}th{background:#fbfcfe;color:var(--muted)} |
|
code{background:#eef2f7;border-radius:4px;padding:2px 5px;font-size:12px} |
|
.lane{border-left:4px solid var(--blue);padding-left:12px}.lane:nth-child(2){border-color:var(--amber)}.lane:nth-child(3){border-color:var(--violet)}.lane:nth-child(4){border-color:var(--green)} |
|
ul{padding-left:18px;margin:0}li{margin:6px 0} |
|
@media(max-width:980px){.cols4,.cols3,.cols2{grid-template-columns:1fr}} |
|
</style> |
|
</head> |
|
<body> |
|
<header> |
|
<h1>D14 Correction Router & Weekly Scorecard</h1> |
|
<p class="sub">接續 D7 calibration run:把 miss、partial、unknown、reviewer dispute 轉成可派工的修復路由,並定義 D30 weekly scorecard 上線前的資料、權限、稽核與採用門檻。</p> |
|
<p><span class="tag">Owner: Louis</span><span class="tag">Review: zihrou / iron</span><span class="tag">Due: 2026-06-07</span><span class="tag">No route, no close</span></p> |
|
</header> |
|
<main> |
|
<section class="grid cols4"> |
|
<div class="panel metric"><span class="label">D14 Goal</span><span class="value">100%</span><span class="label">non-hit items routed</span></div> |
|
<div class="panel metric"><span class="label">Source Gap SLA</span><span class="value warn">7d</span><span class="label">adapter owner must respond</span></div> |
|
<div class="panel metric"><span class="label">Re-run Cohort</span><span class="value ok">>=10</span><span class="label">fixed cases before D30 scorecard</span></div> |
|
<div class="panel metric"><span class="label">Release Gate</span><span class="value stop">Block</span><span class="label">if unresolved gap > 20%</span></div> |
|
</section> |
|
<section class="panel"> |
|
<h2>30 天推進路徑</h2> |
|
<div class="grid cols4"> |
|
<div class="lane"><h3>D1</h3><p>讀取 D7 run scorecard,鎖定所有 miss、partial、unknown、dispute。</p></div> |
|
<div class="lane"><h3>D7</h3><p>完成路由分類:rubric fix、source adapter gap、owner follow-up、model prompt fix。</p></div> |
|
<div class="lane"><h3>D14</h3><p>每個路由有 owner、due、evidence、repair action,並啟動 re-run cohort。</p></div> |
|
<div class="lane"><h3>D30</h3><p>週報 scorecard 上線:accuracy trend、unknown trend、repair cycle time、adoption gate。</p></div> |
|
</div> |
|
</section> |
|
<section class="panel"> |
|
<h2>目的到目的 E2E</h2> |
|
<table> |
|
<tr><th>階段</th><th>輸入</th><th>產出</th><th>人如何採用</th><th>指標改善</th></tr> |
|
<tr><td>原始目的</td><td>上次 review 預測與多來源 evidence</td><td>D7 labels</td><td>Louis 看是否可信</td><td>降低 false confidence</td></tr> |
|
<tr><td>D14 修復</td><td>miss/unknown/dispute</td><td><code>correction_route</code></td><td>zihrou/iron 確認責任歸因</td><td>縮短人工追查時間</td></tr> |
|
<tr><td>D30 採用</td><td>已修復 cohort 與 re-run 結果</td><td><code>weekly_scorecard</code></td><td>PLS 推送週報與下一輪派工</td><td>提高 AI review 可治理性</td></tr> |
|
</table> |
|
</section> |
|
<section class="grid cols2"> |
|
<div class="panel"> |
|
<h2>Correction Router</h2> |
|
<table> |
|
<tr><th>Route</th><th>When</th><th>Owner</th><th>Acceptance</th></tr> |
|
<tr><td>rubric_fix</td><td>prediction wording or success criteria was ambiguous</td><td>zihrou</td><td>new rubric tested on >=10 historical cases</td></tr> |
|
<tr><td>source_adapter_gap</td><td>evidence exists but signal/action-item sync missed it</td><td>iron</td><td>adapter maps source id, timestamp, extractor version</td></tr> |
|
<tr><td>owner_followup</td><td>human action status is unknown</td><td>Louis delegate</td><td>owner replies done / blocked / rejected</td></tr> |
|
<tr><td>model_prompt_fix</td><td>model overpredicted from weak signal</td><td>PLS worker</td><td>prompt version and before/after eval recorded</td></tr> |
|
</table> |
|
</div> |
|
<div class="panel"> |
|
<h2>價值 / 錢路徑</h2> |
|
<ul> |
|
<li>營收:只把通過驗證的 AI review 模式放進業務或管理流程,避免錯誤建議拉低成交與決策品質。</li> |
|
<li>省成本:用 route taxonomy 取代逐案人工討論,讓 reviewer 只處理高風險樣本。</li> |
|
<li>降風險:未知率與 source gap 未修前禁止 dashboard 化,避免漂亮圖表掩蓋資料缺口。</li> |
|
<li>釋放人力:把每個 miss 直接變成 owner/due/acceptance 的下一步,不再靠人追問。</li> |
|
</ul> |
|
</div> |
|
</section> |
|
<section class="grid cols3"> |
|
<div class="panel"><h2>Data / API</h2><p>新增 <code>correction_route</code>、<code>repair_action</code>、<code>rerun_cohort</code>、<code>weekly_prediction_scorecard</code>。API: <code>POST /routes/bulk</code>、<code>PATCH /routes/:id</code>、<code>POST /reruns</code>、<code>GET /weekly-scorecard</code>。</p></div> |
|
<div class="panel"><h2>權限 / 稽核</h2><p>Owner 可 close route;reviewer 可改 dispute status;worker 可寫路由與 re-run 結果。每筆修改保留 evidence hash、actor、timestamp、model/prompt version。</p></div> |
|
<div class="panel"><h2>提升人的能力</h2><p>Louis 得到 go/no-go 節奏;zihrou 把模糊預測變 rubric;iron 把資料缺口變 adapter backlog;PLS worker 知道下一輪要修哪一類。</p></div> |
|
</section> |
|
<section class="panel"> |
|
<h2>LINE 草稿</h2> |
|
<p>AI 預測驗證進入 D14 修復路由。請 Louis 確認 2026-06-07 前所有 D7 non-hit 都要有 owner/due/next action;zihrou 看 rubric_fix;iron 看 source_adapter_gap。若 unresolved gap >20%,D30 weekly scorecard 不上線,只派 source/rubric 修復。</p> |
|
</section> |
|
</main> |
|
</body> |
|
</html> |