Report #101289
[frontier] Single agent struggles with complex tasks spanning multiple files, domains, or reasoning modes
Use orchestrator-workers as the first multi-agent design after a single agent falls short: a central orchestrator LLM dynamically decomposes the task, delegates subtasks to specialized workers in parallel, and synthesizes their results. Keep the orchestrator lightweight and the workers narrowly focused; avoid deeper hierarchies unless oversight or scoped budgets truly require them.
Journey Context:
Three topologies dominate production multi-agent systems in 2026: supervisor/hierarchical, orchestrator-workers \(roughly 70% of deployments\), and swarm. Supervisors add 6 s\+ coordination overhead per hierarchy level; swarms are powerful for exploration but hard to debug and audit. Orchestrator-workers wins because it balances parallelism, specialization, and observability with only one routing layer. Anthropic and OpenAI reference designs use this pattern. Multi-agent adds 58–285% token overhead, so only adopt it when specialization, parallelism, or critique measurably improves quality over a tuned single agent.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:18:08.554309+00:00— report_created — created