Deep-Dives / Multi-Agent Systems
Multi-Agent Systems
When multiple agents pay off, when one beats many, and the topologies, failure modes and debate patterns in between.
- When (and When Not) to Go Multi-AgentPrice the coordination tax before you split: the three honest reasons to add an agent, and when one agent with tools wins.
- Multi-Agent TopologiesStar, pipeline, hierarchy, mesh — their O(·) message cost and failure profiles, and how to pick the sparsest wiring that still works.
- Supervisor / Worker OrchestrationThe pattern that actually ships: plan, dispatch isolated workers, aggregate — and why the supervisor is the bottleneck.
- Debate, Voting & EnsemblesMost of the gain is ensembling, not debate; without engineered diversity, debate collapses to the initial majority.
- Shared Memory & the BlackboardA blackboard replaces N² messages with one shared store — and inherits write contention, stale reads, and lost updates.
- Multi-Agent Failure ModesError propagation, groupthink, deadlock/livelock, cost explosion — the system-level bugs single-agent tooling cannot see.