# 策展 · X (Twitter) 🔥🔥🔥

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 作者：CyrilXBT (@cyrilXBT) · 平台：X (Twitter) · 日期：2026-07-05

> 原始來源：https://x.com/cyrilxbt/status/2072706408710058492

## 中文摘要

Fable 5 發布並揭示自主處理複雜任務策略。

Anthropic 於 2026 年 7 月 1 日在全球重新開放 Fable 5。官方強調，若僅將其視為 Opus 4.8 的升級版並沿用舊有 prompt，將無法發揮其潛力。Fable 5 專為解決過去模型難以處理、需耗時數日且極度複雜的端到端任務而設計。

**核心定位與效能差異**
Fable 5 的優勢不在於快速回答簡單問題，而在於執行長時程、自主且多階段的工作。若測試項目過於簡單，使用者將無法感受到其與 Opus 4.8 的顯著差異。
- 評估標準：應從「現有 prompt 表現如何」轉向「過去因模型能力不足而放棄自動化的任務」。
- 適用場景：過去需要人類介入數小時、多次反覆溝通或在執行階段中斷的複雜專案。

**回應延遲與 Effort 參數調整**
Fable 5 在處理複雜任務時會進行深度規劃與自我驗證，導致回應時間較長，這並非系統錯誤。
- 超時設定：API 使用者必須延長超時（timeout）設定，以適應模型長達數分鐘甚至數小時的規劃與執行時間。
- Effort 參數：
    - `high`：預設值，適用於大多數需求。
    - `xhigh`：適用於追求「一次成功」的關鍵任務，模型會先進行自我驗證。
    - `ultrathink`：在 prompt 中加入此關鍵字，可針對單次對話啟用 `xhigh` 推理。
    - `/effort ultracode`：在 Claude Code 中使用，結合 `xhigh` 推理與動態工作流排程（僅支援 Fable 5、Opus 4.8 與 Opus 4.7）。

**進度驗證與主動性控制**
為避免模型在長任務中產生「虛假進度報告」，官方建議在 prompt 中加入強制審核機制。
- 進度驗證指令：
    「Before reporting progress, audit each claim against a tool result from this session. Only report work you can point to evidence for. If something is not yet verified, say so explicitly. Report outcomes faithfully: if tests fail, say so with the output. If a step was skipped, state that. When something is done and verified, state it plainly without hedging.」
- 主動性限制：Fable 5 比 Opus 4.8 更主動，可能在未經請求下執行操作（如發送 email 或建立 git 分支）。務必在系統 prompt 加入以下限制：
    「When the user is describing a problem, asking a question, or thinking out loud rather than requesting a change, the deliverable is your assessment. Report your findings and stop. Do not apply a fix until asked. Before running a command that changes system state, including restarts, deletes, or config edits, confirm that the evidence actually supports that specific action.」

**記憶系統與工作流結構**
為維持跨對話的連貫性，建議建立基於 Markdown 的記憶系統。
- 記憶結構：在 `[folder]` 中儲存 lesson 檔案，每份檔案包含一行總結，記錄已驗證的方案與修正內容，並隨時更新或刪除錯誤資訊。
- 結束對話指令：在工作階段結束時，要求模型：「Reflect on the sessions we have had. Use subagents to identify core themes and lessons, and store them in [folder]. Reference [folder] at the start of future sessions.」
- 最終回應格式：為避免模型輸出過多內部縮寫，請加入：「For your final response after this task: state the outcome first, then the key supporting details. Do not include working abbreviations, internal labels, or arrow chains in the user-facing output. Users need the outcome, the evidence, the risks if any, and the next step.」

**子 Agent 委派與視覺能力**
- 委派模式：明確定義子 Agent 的範圍與成功標準，並要求主 Agent 在子 Agent 執行期間繼續處理其他獨立任務。若子 Agent 失敗，應如實回報而非進行推測。
- 視覺處理：Fable 5 可直接處理原始螢幕截圖，無需預先處理。針對 UI 開發，可使用以下模式：
    「Here is the design target and a screenshot of the current implementation. Use vision to identify differences and generate the changes needed to close the gap. Crop and zoom into any areas where the comparison is unclear before reporting findings.」

**遷移檢查清單**
將現有 Opus 4.8 工作流遷移至 Fable 5 時，需完成以下步驟：
1. **調整超時**：延長所有 API 超時設定。
2. **處理拒絕回應**：在 API 解析中加入 `stop_reason "refusal"` 的處理邏輯（HTTP 200），並設定回退至 Opus 4.8 的機制。
3. **限制主動行為**：在系統 prompt 中加入對未經請求操作的限制。
4. **加入驗證指令**：針對長任務加入「進度驗證」與「最終回應格式」指令。
5. **建立記憶結構**：配置 lesson 檔案夾與對話結束後的反思機制。
6. **測試困難任務**：確保工作流能在無人工介入下，一次性完成過去無法解決的複雜任務。

## 標籤

新產品, 功能更新, LLM, Anthropic
