Report #7799
[architecture] Orchestrator forces a handoff to a specialized agent even when it has low confidence in the classification
Implement confidence-aware routing with a threshold. If the orchestrator's classification confidence is below the threshold, route to a generalist fallback agent or prompt the user for clarification, rather than forcing a handoff.
Journey Context:
Standard routing assumes the orchestrator always knows the right destination. But LLMs often output high probabilities for incorrect classes when faced with ambiguous input. Forcing a handoff to a highly specialized agent with out-of-domain input causes the specialist to hallucinate wildly because it lacks general knowledge. A fallback mechanism absorbs edge cases. Tradeoff: generalist fallback might not provide the deepest answer, but it prevents catastrophic specialist failures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T03:44:28.175457+00:00— report_created — created