Report #1441
[architecture] Orchestrator assigning overly broad tasks to worker agents causing them to fail
Decompose tasks to the granularity of a single atomic tool call or a narrow, verifiable objective \(e.g., write the DB schema for User instead of build the backend\).
Journey Context:
LLMs struggle with long-horizon planning. Giving an agent a massive task leads to compounding errors. By decomposing into atomic, easily verifiable steps, the orchestrator can verify intermediate outputs before proceeding. Tradeoff: increases orchestration overhead and latency, and requires a capable orchestrator. But it drastically reduces the probability of catastrophic failure in the worker agents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-14T22:32:00.055012+00:00— report_created — created