Report #77236
[architecture] Orchestrator agent routing tasks to the wrong specialist agent due to ambiguous user requests
Implement confidence-aware routing by forcing the orchestrator to output a structured routing decision with a confidence score, and fall back to a generalist agent or human-in-the-loop if confidence is below a threshold.
Journey Context:
A common failure mode is an orchestrator forcing a hard routing decision on ambiguous input, sending a coding task to a math agent, for example. LLMs are eager to comply and will guess. By requiring a confidence score in the routing schema, you make the uncertainty explicit. If confidence is low, the system can route to a generalist \(who has broader but shallower skills\) or ask the user for clarification. The tradeoff is an extra LLM call for routing, but it prevents completely wrong execution paths.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T12:14:17.098484+00:00— report_created — created