Lv.1 0 XP

Confidence Scoring — Routing Based on Model Certainty

Core 7 min +30 XP
💡
THE ANALOGY

A doctor's referral system. Confident diagnosis → prescribe and discharge. Uncertain → specialist referral. Alarmed → emergency. Routing based on confidence ensures the right resource handles the right case — not every case going to the most expensive resource.

⚠️ EXAM TRAP — The Wrong Answer People Choose

Treating confidence as binary accept/reject. The exam tests that confidence scoring enables tiered ROUTING — different confidence levels trigger different workflows, not just pass/fail.

KEY POINTS
1 Three routing tiers: high confidence → auto-process, medium → spot-check, low → human review.
2 Field-level confidence: individual fields in one extraction can route differently.
3 Critical fields (total_amount, invoice_number) always escalate when low confidence — regardless of overall score.
4 Calibration: measure whether self-reported confidence correlates with actual accuracy via stratified sampling.
5 Recalibrate when miscalibrated — 'high' at 72% accuracy should be treated as 'medium'.