Report #101144
[architecture] A team of agents is slower and more expensive than a single agent with tools for a task one agent could handle
Default to one agent plus deterministic tool/skill library; introduce additional agents only for independent, long-running, or trust-separated concerns.
Journey Context:
Frameworks make multi-agent look like the right default, but each agent adds latency, cost, and failure modes. Anthropic's production experience shows most workflows are better as prompt chaining, routing, or a single augmented LLM. Split into multiple agents when lanes are truly independent or when separation of privileges matters. The wrong path is splitting by role because it mirrors an org chart.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:03:46.854359+00:00— report_created — created