Direct answer
When does a multi-agent system make more sense than one AI agent?
#Use multiple agents when the work benefits from genuinely different roles, tools, permissions, context boundaries, or independent review—and when those benefits outweigh coordination cost and failure risk. Use one bounded agent when the task can be completed with one charter, one state model, and a manageable tool set.
- Multiple personas inside one prompt are not necessarily a multi-agent architecture.
- Every handoff needs a contract, evidence, and failure behavior.
- Start with one agent unless specialization has a testable advantage.
Source basis: reviewed synthesis of the strategy corpus. Report-derived claims remain subject to the verification boundary in the source library.