← Lexicon

Dollarized Confusion Matrix

A confusion matrix where counts are replaced with costs. The optimal threshold follows: theta* = C_FP / (C_FP + C_FN). Costs drive thresholds, thresholds drive autonomy levels.

Dollarized Confusion Matrix - conceptual diagram

Why It Exists

Teams commonly default to 0.5 or an intuitive cutoff. The optimal threshold is a calculation, and the inputs are the actual dollar cost of being wrong in each direction.

Rosetta Stone

Four circles, four readings of the same object. Each role reads the artifact through its own lens.

Related Terms

Verification Trap - A task that is easy to generate but hard to verify.

Autonomy State Machine - A graduated trust system for AI deployments with three states: Disabled, HITL (human verifies every output), and Autonomous (spot-check only).