Report #82228
[architecture] Orchestrator routes tasks to the wrong specialized agent due to ambiguous user intent
Implement confidence-aware routing: have the orchestrator score its confidence on the routing decision. If below a threshold, route to a generalist agent or prompt the user for clarification rather than committing to a specialist.
Journey Context:
Hard-switching to a specialist agent is a one-way door. If the orchestrator misclassifies the intent \(e.g., sending a database question to a web scraper\), the specialist often hallucinates or fails, and the handoff makes it hard to recover. By scoring confidence and falling back to a generalist or clarification step on low confidence, you prevent cascading failures in specialized sub-graphs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T20:36:30.421484+00:00— report_created — created