Report #101768
[architecture] An agent made a low-confidence decision that should have been escalated to a stronger model or human
Require every decision-carrying agent to emit a structured confidence score plus a short rationale; route outputs below the threshold to a more capable model, a specialized judge, or a human queue, and log every escalation.
Journey Context:
LLMs do not naturally output calibrated probabilities, so a raw 'confidence' field is often uninformative. Calibrate it with a separate evaluator, logit-based uncertainty, or consistency across multiple samples. The threshold must be tuned from observed error rates, not set to 0.5 by default. The common mistake is escalating too much and annoying operators, or too little and missing bad calls. Start with a conservative threshold for irreversible actions and relax it as telemetry improves.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:24:57.864367+00:00— report_created — created