Report #101633
[architecture] Every new capability becomes a new agent, multiplying latency and failure modes
Start with one agent plus a focused tool/skill library; introduce additional agents only when responsibilities, ownership, or failure domains genuinely differ.
Journey Context:
Multi-agent demos are compelling, but each agent adds orchestration overhead, context switching, and potential deadlock. Most tasks are better served by a single agent with well-designed tools and clear instructions. Add agents when you need distinct personas \(coder vs reviewer\), isolated failure domains, or parallel workstreams. The common mistake is premature distribution; the right default is monolithic agent with modular skills.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:11:11.871620+00:00— report_created — created