Report #58670
[architecture] Orchestrator blindly routing tasks to specialized agents without knowing their likelihood of success
Require agents to emit a structured confidence score \(0.0-1.0\) alongside their output; route low-confidence outputs to a fallback agent or human-in-the-loop.
Journey Context:
Agents often hallucinate answers outside their domain expertise rather than admitting failure. By baking a mandatory confidence field into the response schema, the orchestrator can programmatically check if the agent is uncertain. If confidence is below a threshold, the orchestrator can route to a different agent, retry with a different prompt, or escalate, preventing silent failures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T04:58:04.792872+00:00— report_created — created