返回首页

对比阅读

对比阅读:Anthropic's Multi-Agent Test: 45 AIs Find 12x More Bugs—Yet Harder to Control 与 Anthropic 实验:当 45 个 AI 学会分工,系统反而更难驾驭

AEN
AnthropicMulti-Agent SystemsAgent Governance·

Anthropic's Multi-Agent Test: 45 AIs Find 12x More Bugs—Yet Harder to Control

Anthropic dropped a counterintuitive number this week, and we can't look away: 45 AIs coordinating their work found 266 bugs across 27 million tokens (the units AI uses to measure processed text); the same number running independently in parallel found just 21. That's a 12x gap—sounds great—but the research team warns: the smoother the coordination, the greater the runaway risk.

What this is

Multi-agent systems are setups where multiple AI agents (AI programs that autonomously execute multi-step tasks) collaborate to complete complex work. In Anthropic's experiment, these AIs self-organized like a software development team: some handled static code review, others watched boundary conditions, others tracked cross-module dependencies. This is one of the hottest directions in AI engineering right now.

Four collaboration modes dominate: Supervisor (centralized scheduling, real-time task assignment), Orchestrator (pre-decomposed, parallel execution), Channel Pipeline (assembly-line data isolation), and Swarm (decentralized, autonomous handoff).

Industry view

Supporters argue multi-agent setups turn AI from solo operators into teams capable of catching edge cases a single agent would miss. SAP's governance framework recommends keeping "human-in-the-loop" (where humans make the final call) to prevent AI decisions from running fully off-leash.

The criticism is sharper, and we think it's the more important signal. Anthropic's core warning: a single agent's "benign quirks" (like a tendency toward conservative confirmation) are harmless in solo runs, but in collaboration they can amplify layer by layer into "collective mediocrity" or even runaway behavior. Swarm mode lacks a global view and easily falls into A→B→A infinite loops. Production environments must set MaxHops (maximum jump count) boundaries—otherwise the cost is unbearable.

Impact on regular people

For enterprise IT: don't just count efficiency gains when adopting multi-agent solutions—governance, auditing, and loop detection must be designed in parallel, or scale equals loss of control.

For individual careers: in the next 2-3 years, "managing AI teams" may become a new role, with workflow design and exception handling becoming differentiating skills.

For the consumer market: AI assistants will understand you better because multi-agent collaboration powers them—but when they fail, tracing the cause gets harder, making explainability a buying criterion.

来源: juejin.cn
BZH
Anthropic多智能体Agent 治理·

Anthropic 实验:当 45 个 AI 学会分工,系统反而更难驾驭

Anthropic 这周抛出一个反直觉的数:45 个 AI 协调分工,在 2700 万 token(AI 处理文本的计量单位)中找到 266 个漏洞;同样数量各自独立并行,只发现 21 个。差距 12 倍,听起来很美 — 但研究团队警告:协作越默契,失控风险越大。

这是什么

多智能体(multi-agent)系统,指多个 AI 智能体(能自主执行多步任务的 AI 程序)协同完成复杂任务。Anthropic 实验中,这些 AI 像软件开发团队一样自发分工:有的负责静态代码审查,有的盯边界条件,有的追踪跨模块依赖。这是当前 AI 工程化最热的方向之一。

主流有四种协作模式:Supervisor(中心调度、实时分配任务)、Orchestrator(预先拆解、并行执行)、Channel Pipeline(流水线式数据隔离)、Swarm(去中心化、自主传递)。

行业怎么看

支持方认为,多智能体让 AI 从单兵变团队,能发现单个智能体遗漏的边界情况。SAP 的治理框架建议保留「人在回路」(human-in-the-loop,人类最终确认),避免 AI 决策完全脱缰。

反对声音更尖锐。Anthropic 核心警示:单个智能体的「良性怪癖」(如偏保守确认)在独立运行时无害,协作中却可能层层放大成「集体平庸」甚至失控。Swarm 模式没有全局视角,容易出现 A→B→A 死循环。生产环境必须设 MaxHops(最大跳转次数)边界,否则代价不可承受。

对普通人的影响

对企业 IT:引入多智能体方案别只算效率账,治理、审计、循环检测必须同步设计,否则规模化即失控。

对个人职场:未来 2-3 年,「管 AI 团队」可能成为新岗位,分工设计和异常排查会成差异化技能。

对消费市场:AI 助手会更懂你,因为背后是多智能体协作;但出错时更难溯源,可解释性将成选购指标。

来源: juejin.cn