Anthropic 讓 Claude 最多調度 20 個子 agent

舊金山時間 5 月 6 日 Code with Claude SF 開場,Anthropic 直接公布 Managed Agents 的三個新功能:研究預覽中的 Dreaming、公測中的 Outcomes,以及公測中的 Multiagent Orchestration。Dreaming 已經引起討論,這次真正值得看的,是讓複雜任務拆給多個 agent 的編排能力。

Claude Agent 現在可以由領頭 agent 拆解任務,再交給專精的子 agent 並行處理。每個子 agent 都能有自己的模型、prompt 和工具集。

20 個 agent、25 條執行緒、共用檔案系統

官方上限是最多 20 個不同 agent、最多 25 條執行緒同時運作。所有子 agent 共用同一個檔案系統,事件會被持久化,領頭 agent 也能回頭找先前的子 agent 接著做。

以事故調查為例,子 agent 可以分頭查部署歷史、錯誤日誌、監控指標與客服工單,最後把發現匯回領頭 agent 的上下文。原本單一 agent 順序讀幾百份日誌的工作,理論上能大幅縮短。

Netflix 平台團隊已經用上

Netflix 平台團隊用 multiagent orchestration 做分析 agent,處理數百個 build 的日誌並找出多個應用反覆出現的同類問題。法律 AI 公司 Harvey 用 Dreaming 記住文件流程中的 tool 呼叫模式和檔案類型坑,完成率約提升 6 倍Spiral 用 Haiku 接初稿需求、Opus 寫正式稿、Outcomes 強制編輯標準;Wisedocs 則讓文件品質檢查速度提升 50%

Outcomes 的價值

Outcomes 讓開發者寫成功標準 rubric,再由獨立 grader 在隔離上下文中只看結果打分。不合格就回饋重寫,預設 3 次、最多 20 次。

任務類型效能提升
docx 檔案生成+8.4%
pptx 檔案生成+10.1%

Dreaming 累積 memory,Outcomes 做品質保證,Multiagent Orchestration 拆解複雜工作。三者合起來,指向的是企業 agent 能在較少人工盯場下跑實務的產品形態。Harvey 的 6 倍、Wisedocs 的 50%、Netflix 的數百個 build,已經說明單一聊天框時代正在結束。

參考來源:New in Claude Managed Agents: dreaming, outcomes, and multiagent orchestration(Claude Blog);Anthropic updates Claude Managed Agents with three new features(9to5Mac);CocoLoop、Claude's new "Dreaming" feature is designed to let AI agents learn from their mistakes(The Decoder);Anthropic just taught Claude to dream between tasks, and it makes agents meaningfully smarter(Digital Trends)