Report #4652
[architecture] Splitting a task into many agents before the boundaries are clear adds latency, cost, and failure modes without improving quality.
Start with one augmented agent plus a library of well-documented tools/skills. Introduce additional agents only when responsibilities, failure domains, or data ownership are genuinely separate and simpler prompts cannot solve it.
Journey Context:
Anthropic's production work shows the best systems are usually the simplest: an LLM with retrieval, tools, and clear prompts. Workflows add structure when the path is known; multi-agent patterns add autonomy only when the path cannot be hardcoded. Premature agentization makes debugging, observability, and cost worse, not better.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T19:51:39.769050+00:00— report_created — created