Multi-Agent Orchestration
Supervisor/worker patterns, handoffs, shared state, and the cost math that decides whether N agents earn their keep
A vendor-neutral treatment of multi-agent LLM systems: the supervisor/worker pattern, handoffs versus shared state, pipeline-vs-barrier synchronization for parallel fan-out, a worked cost-multiplication example, and the honest heuristic for when a single stronger model beats a fleet of coordinating agents. Cross-links `mcp-and-subagents` as the concrete Claude Code implementation and `plan-and-loop-modes` for the pipeline and adversarial-verification mechanics.
Practice questions (5)
-
View →
Single Agent or Five? Justifying the Architecture
Advanced · Free -
View →
Designing the Handoff Between a Research Agent and a Writing Agent
Advanced -
View →
Pipeline or Barrier: Auditing 200 Config Files
Advanced -
View →
Debugging a Multi-Agent System That Costs 4x More Than Planned
Advanced -
View →
Blackboard vs. Isolated Workers for a Multi-Service Incident Investigation
Advanced