Report #87941
[architecture] Orchestrator agent blindly routes tasks to sub-agents causing infinite misrouting loops
Implement confidence-aware routing: require the orchestrator to output a confidence score or explicit fallback trigger. If confidence is below a threshold, route to a human or a generalist agent rather than guessing a specialist.
Journey Context:
A common failure mode is the 'ping-pong' effect where an orchestrator bounces a task between two specialist agents because it misclassified the intent. By forcing the router to assess confidence via structured output, you can short-circuit these loops. The tradeoff is that LLM confidence scores can be poorly calibrated, but combining it with a max-retries limit prevents runaway token consumption and infinite loops.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T06:11:42.101102+00:00— report_created — created