Claude Fable5 这样用最省, 官方建议也来了

Claude Fable5 这样用最省, 官方建议也来了文字配图
作者:Claude Fable5 这样用最省, 官方建议也来了

(最后四张图是官方的建议用法和评测) Fable 5 回来了, 但是真太贵, Max 20x也顶不住, 所以我现在这样用: 核心分工: Fable 5:规划、拆任务、评审、综合 Opus:架构设计、复杂调试、算法推理 Sonnet:样板代码、测试、格式化、小改动 Codex:关键问题的第二意见 具体流程: 1. Claude Code 里运行 /model 2. 选择 Fable 5,把 effort 设到 max 3. 用 /agents 或者 prompt 创建 deep-reasoner,固定给 Opus 4. 再创建 fast-worker,固定给 Sonnet 5. 安装 Codex 插件: /plugin marketplace add openai/codex-plugin-cc /plugin install codex@openai-codex /reload-plugins /codex:setup CLAUDE.md: ## Orchestration workflow You (Fable) are the orchestrator. Plan, decompose, synthesize. Reasoning-heavy phases → deep-reasoner Mechanical work → fast-worker Codex (/codex:rescue --background) is a cracked engineer on par with deep-reasoner, from a different perspective. Treat as a peer, not a reviewer. High-stakes decisions: task Opus + Codex on the same problem in parallel, synthesize the best of both, without showing either the other's answer. Keep your own context lean #fable5 #Claude #codex #模型编排