Curriculum
Module 07
Multi-agent orchestration
More agents is a design choice with a bill: when more than one is warranted, handoffs, subagents, orchestrator-worker, and committee cost.
5 lessons · 10 videos · 2h- 07.01
When one agent is not enough
Justify a second agent in terms of context, tools or permissions — not vibes.
- 07.02
Handoffs and routing
Route a request to the right specialist and pass the state it needs.
- 07.03
Subagents and context isolation
Use a subagent to keep a noisy job out of the main context.
- 07.04
Orchestrator and workers
Fan work out and merge it back without losing track of what failed.
- 07.05
The cost of a committee
Measure what multi-agent costs in tokens, latency and debuggability before committing.