Report #80724
[architecture] Prematurely splitting a complex workflow into multiple agents, causing context fragmentation and coordination overhead
Default to a single agent with a rich skill/tool library; only split into multiple agents when there are distinct, conflicting system prompts, isolated security boundaries, or context window limits.
Journey Context:
The agent abstraction is tempting to map to human roles \(researcher, writer\), but each agent handoff loses context and costs latency/tokens. A single agent with tools maintains a unified mental model of the task. Multi-agent is only justified when the system prompts are fundamentally at odds \(e.g., a critic vs a creator\) or when context windows overflow.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T18:05:55.951955+00:00— report_created — created