← Blog
Multi-Agent System
AI/dictionary/multi-agent
Definition
A system made of several agents that each handle part of a task and pass work between each other, instead of one agent doing everything.
Posts that use this term
- Multi-agent systems: orchestration and handoffs
Adding a second agent doesn't halve your problems, it multiplies them. Supervisor patterns, handoffs, and the real cost of splitting one agent into several.