Multi-Agent System
A system of multiple specialized agents that work together, often coordinated by an orchestrator, each handling a sub-part of a larger task.
Analogy
Like a project team with a manager and specialists, each owning their piece while the manager coordinates.
Why it matters
Splitting work across focused agents often beats one overloaded agent for complex automations.
In practice
A lead agent that delegates research, writing, and fact-checking to three separate subagents.
