← 回總覽

使用 Fable 5 与 Codex 协作的 AI Agent 工作流

📅 2026-08-04 03:32 宝玉 人工智能 4 分鐘 3984 字 評分: 88
Fable 5 Codex AI Agent 工作流 多 Agent 协作 Prompt Engineering
📌 一句话摘要 作者详细介绍了让 Fable 5 负责方案撰写与验证,Codex(GPT-5.6 Sol)负责执行的多 Agent 协作流程,兼顾方案质量与性价比。 📝 详细摘要 宝玉分享了他在复杂任务中的实际操作:首先由 Fable 5 生成技术方案文档,便于批注和其他 Agent 快速上手;文档确认后执行 /compact 压缩上下文以降低后续成本;将文档交给 Codex(GPT-5.6 Sol xhigh)执行,必要时加入 /goal 以一次性完成任务;完成后让 Fable 验证并根据反馈在同一 Codex 会话中迭代改进;还提到可用 Opus 5 替换但稳定性和耗费不如 GPT-5
Skip to main contentAudio 2 ![Image 1: LogoBest Blogs](https://www.bestblogs.dev/ "BestBlogs.dev")

Search Ctrl+K

Change language Switch ThemeSign In

Curated Daily BriefWeekly PicksTopics SettingsHelp CenterCollapse

Narrow Mode

AI Agent Workflow Collaborating with Fable 5 and Codex

AI Agent Workflow Collaborating with Fable 5 and Codex

![Image 2: 宝玉](https://www.bestblogs.dev/en/tweets?sourceId=SOURCE_2c263f) 宝玉

@dotey

现在我很多复杂一点的任务都是 Fable 5 写方案,Codex 去执行,Fable 5 验收,相对来说可以做出比较靠谱的方案,以及兼顾性价比。具体是这么做的:

  • Fable 5 的产出是技术方案文档(图1)
一方面文档方便批注修改,另一方面文档方便其他 Agent 快速上手
  • 文档确认后在当前先 /compact 一次
这一步不是必要的,但是有好处,因为后续还要在同一会话去验证,/compact 压缩后,节约后续的上下文空间,之所以讨论方案就马上发送 /compact,因为这时候 Prompt Caching 还在,成本低,后面缓存过期了 compact 要贵一点。
  • 把文档交给 Codex (GPT-5.6 Sol xhigh)去执行(图2)
如果任务明显比较复杂,我一般会加上 /goal,这样中间就不需要反复去 continue,一次性把任务完成
  • Codex 完成后让 Fable 验证(图3)
直接告诉 Fable 其他 Agent 已经实施了,让它确认有没有遗漏,或者方向有无偏离。

如果有些遗漏之类的,把 Fable 的反馈发回给 Codex(图4),不需要新开会话,在同一个 Codex 会话,Codex 会根据反馈继续完善。

---

如果用 Opus 5 替代 GPT 5.6 也可以,做法上可以跟上面一样新开会话,用文档传递上下文。

也可以直接让 Fable 5 开 SubAgent 并指定用 Opus 5 模型,并且要求在 SubAgent 完成任务后验证。

但是我执行下来 Opus 5 不如 GPT 5.6 Sol 稳定,也不如 GPT 5.6 Token 耐用,所以宁愿麻烦一点。Show More

!Image 3: 媒体 1

!Image 4: 媒体 2

!Image 5: 媒体 3

!Image 6: 媒体 4

Aug 3, 2026, 7:32 PM View on X

27 Replies

23 Retweets

142 Likes

11.8K Views ![Image 7: 宝玉](https://www.bestblogs.dev/en/tweets?sourceid=2c263f) 宝玉 @dotey

Follow

One Sentence Summary

The author details a multi-Agent collaboration workflow where Fable 5 handles proposal writing and verification, while Codex (GPT-5.6 Sol) handles execution, balancing solution quality and cost-effectiveness.

Summary

Baoyu shares his actual practice in complex tasks: first, Fable 5 generates a technical solution document, making it easy to annotate and for other Agents to get up to speed quickly; after document confirmation, he runs /compact to compress context to reduce subsequent costs; then he hands the document to Codex (GPT-5.6 Sol xhigh) for execution, adding /goal when needed to complete the task in one go; after completion, he lets Fable verify and iteratively improve based on feedback within the same Codex session; he also mentions that Opus 5 can be used as a replacement but is less stable and cost‑efficient than GPT-5.6 Sol. The post includes four operation screenshots, steps are clear and highly actionable.

AI Screening

88

Influence Score 64

Published Today

Language

Chinese

Tags

Fable 5

Codex

AI Agent Workflow

Multi-Agent Collaboration

Prompt Engineering

Make your daily reading actually fit you.A daily brief built from the sources you follow. Get started free HomeDiscoverSettings

查看原文 → 發佈: 2026-08-04 03:32:28 收錄: 2026-08-04 06:00:07

🤖 問 AI

針對這篇文章提問,AI 會根據文章內容回答。按 Ctrl+Enter 送出。