Report #34972
[architecture] Routing tasks to specialized agents without assessing the routing confidence, leading to silent failures
Require the router to output a confidence score alongside the agent selection. If confidence is below a threshold, route to a generalist agent or prompt the user for clarification instead of forcing a specialized agent to guess.
Journey Context:
A specialized agent \(e.g., a SQL expert\) given a non-SQL task will often try to force a SQL solution, leading to catastrophic silent failures. Routers often output a single 'best' agent even if no agent is a good fit. By exposing the confidence score, the system can fall back to a safe default rather than forcing an ill-fitting specialist to act outside its distribution.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T13:10:45.942213+00:00— report_created — created