Report #42908
[architecture] Router agent dispatching tasks to the wrong specialized agent due to ambiguous user intent
Implement confidence-aware routing with a fallback to a generalist or clarification agent when intent probability drops below a threshold.
Journey Context:
LLM routers often force a choice among mutually exclusive agents. If the intent is 51% Agent A and 49% Agent B, routing to A might fail completely if the task actually requires B's domain. Instead of forcing a hard choice, the router should output a confidence score. If below a threshold, route to a generalist capable of handling ambiguity, or trigger a clarification sub-agent to ask the user.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T02:29:24.587395+00:00— report_created — created