精选理由
Simon实测让Fable自己判断用哪个模型干小活,省token效果立竿见影,你也能照做。
Simon Willison从Claude Code团队Cat Wu和Thariq Shihipar学到:让Fable(以及部分Opus)自己决定是否写测试,而不是硬性规定。他进一步实践:让Fable在编程任务中自主选择调用Sonnet或Haiku作为子代理,自己仅负责判断、审核和合成。他于2026年7月3日用prompt写入Claude内存文件`delegate-coding-to-subagents.md`。这种做法大幅减少了Fable token消耗,提高了效率。
AI 翻译 · 中文
Simon Willison从Claude Code团队Cat Wu和Thariq Shihipar学到:让Fable(以及部分Opus)自己决定是否写测试,而不是硬性规定。他进一步实践:让Fable在编程任务中自主选择调用Sonnet或Haiku作为子代理,自己仅负责判断、审核和合成。他于2026年7月3日用prompt写入Claude内存文件`delegate-coding-to-subagents.md`。这种做法大幅减少了Fable token消耗,提高了效率。
One of the most interesting tips I got from the Fireside Chat I hosted with Cat Wu and Thariq Shihipar from the Claude Code team at AIE on Wednesday was to let Fable (and to a certain extent Opus) use their own judgement…