Multi-Agent Orchestration — fan-out, swarms, and the cost of doing both badlyfeatured
The instinct to "add another agent" almost always loses. Ten lessons on when fan-out is a multiplier, when it is a tax, and how to tell the difference before you sign the bill — built around the live Devin-vs-Anthropic debate and the lived PL parallel-triage incident.
Lessons
Framing
01The two-essay debate — Cognition vs. Anthropic on multi-agent systems6 min03When fan-out is the right primitive — research, exploration, parallel scoring6 minPatterns
04Swarm patterns — manager-worker, peer-to-peer, pipeline7 min05Handoffs — the failure surface between agents6 min06Shared state, locks, and the consistency problem at agent scale6 min07Quota pooling and blast radius — the under-discussed cost of fan-out6 minOperating multi-agent
09Debugging multi-agent systems — why it's hard and what compensates7 min