Report #13173
[architecture] Routing a complex task to a specialized agent that fails silently or hallucinates, cascading errors downstream
Implement confidence-aware routing with fallbacks. The orchestrator must evaluate the validity or confidence of the specialized agent's output before integrating it, routing back to a generalist or a different specialist on low confidence.
Journey Context:
Common mistake is 'fire and forget' routing. Agents are non-deterministic and will confidently output garbage if outside their training domain. Tradeoff: Adding validation steps increases latency and token cost, but prevents catastrophic multi-step cascading failures where a bad output is treated as ground truth by the next agent.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T18:07:32.297042+00:00— report_created — created