When Do You Need Multiple AI Agents?
The Agentic Enterprise
0:00 / 0:00
When Do You Need Multiple AI Agents?
117 просмотров · 11 дней назад
The Agentic Enterprise
209 подписчиков
117 просмотров · 11 дней назад
Ten agents worked the same web research problem and beat the best single agent by 3.1
percentage points. Three points. Not thirty.
And then the number nobody leads with: adding those agents made the same work up to 5.9x
faster.
That is the whole answer to the question you get asked in every agent design conversation.
Multi-agent is a latency-cost trade, not a capability leap. This video works through when
that trade is worth making, when the measurements say it will buy you nothing at all, and
how to wire it up if you decide you need it.
Covered:
What the 2026 system cards actually measure, on BrowseComp and on ProgramBench
Why the famous 90.2% figure and the +3.1pp figure are not the same KIND of number
The finding that says the average speedup is probably not yours: on the easiest problems
a five-agent team delivered NO speedup, and on the hard tail the median was around 3x
The three situations that earn multi-agent, and the four where it is the wrong call
The three orchestration shapes, the spawn / status / collect / kill lifecycle, and how
agents actually message each other
Model-tier arbitrage: 84-98% of a coordinator team's input tokens billed at the cheap
worker rate, measured against a rigor-matched solo control
Sources and dating
Every claim in this video is sourced from Anthropic's Engineering blog, Research posts,
official documentation, or the `anthropics/claude-cookbooks` repository, and each source is
dated on screen. This is a best-effort snapshot of the latest published material as of
7 September 2026. Anthropic's guidance and APIs change; check the cookbook and the docs
before relying on any specific figure or API detail.
Claude Opus 5 System Card, section 8.11 Multi-Agent (Jul 2026)
Claude Opus 4.8 System Card, section 8.11 Multi-Agent (May 2026)
Claude Fable 5.1 / Mythos 5.1 System Card, section 8.13 (Sep 2026)
How we built our multi-agent research system (Anthropic Engineering, 13 Jun 2025)
https://www.anthropic.com/engineering...
Building Effective AI Agents (Anthropic, 2 Dec 2025)
Async Multi-Agent Orchestration (Anthropic cookbook)
Coordinator pattern: big models for planning, small models for execution (cookbook)
Multiagent: coordinate a specialist team (cookbook)
Orchestrate subagents at scale with dynamic workflows (cookbook)
Reproducing Claude's Agentic Search Benchmark Scores (cookbook)
00:00 Three points, not thirty
01:27 Agent, subagent, harness: the words
03:40 What the 2026 cards actually measure
07:02 The trade: accuracy against wall clock
09:10 The 90.2%, and why it is a different kind of number
11:37 Why it works: tokens across more windows
13:43 What changed between three system cards
15:38 How the numbers were made
17:50 When multi-agent buys you nothing at all
19:54 The three situations that earn it
21:55 The cheap step almost everyone skips
23:15 Where it is the wrong call
25:18 The three shapes: tree, peers, async
28:18 How many to spawn, and what to tell them
30:11 How agents actually talk: the pass
31:58 Scoping tools per role
33:22 Model-tier arbitrage
35:44 When the plan lives in code
37:33 Monday morning, and back to the kitchen