Richard Teachout // Teachout.com
← All writing

The Number That Decides Whether Your AI Actually Works (And Nobody Sets It)

Richard Teachout
Richard Teachout CTO at Ashley Furniture Industries - Executive Tech Leader, Entrepreneur, AI leader, Architect, Problem Solver, Ex-Developer. July 6, 2026
AI Governance
The Number That Decides Whether Your AI Actually Works (And Nobody Sets It)

Somewhere in every AI governance framework, there is a number. It is the threshold below which a decision must be escalated to a human and above which it can proceed autonomously. A confidence score of 0.85. A risk rating of 3. A similarity match above 90%.

This single number determines the actual autonomy rate of the system. And in most organizations, it was set once, by someone who no longer remembers why, and has never been revisited.

The threshold is the most consequential governance decision most teams never make explicitly. It determines throughput, error rate, human workload, and operational risk. And it is often the least-examined parameter in the entire system.

The Speed of a Single Number

A threshold set at 0.9 means the system escalates everything below that confidence. If the underlying model's confidence distribution is such that only 30% of outputs fall above 0.9, the system is running at 30% autonomy — the remaining 70% hits a human queue. A threshold set at 0.7 might capture 80% of outputs autonomously, but at the cost of accepting lower-confidence decisions as final.

Neither value is inherently correct. But the choice between them determines whether the system is mostly autonomous with occasional escalation, or mostly manual with occasional automation. That is not a trivial distinction. It changes staffing requirements, latency expectations, error budgets, and risk exposure.

The problem is not that teams set the wrong threshold. The problem is that most teams do not set it at all. They inherit it from the model's default, or they adopt whatever the vendor configured, or they pick a round number that feels safe. The number becomes infrastructure, silently governing every decision the system makes or defers.

A threshold that was never deliberately set cannot be deliberately defended. And a threshold that cannot be defended will be changed under pressure, without analysis, at the worst possible moment.

The Three Threshold Questions

Defensible thresholds require explicit answers to three questions:

What is the consequence of a false autonomous decision? A wrong classification that delays a shipment by one day has a different cost profile than a wrong classification that withholds medical treatment. The threshold should reflect the severity and reversibility of the consequences. High-consequence decisions require higher thresholds, regardless of model performance.

What is the cost of escalation? Every case sent to human review consumes time, attention, and capacity. The threshold determines the ratio of human cost to machine risk. An organization with limited review capacity must set a higher threshold to keep the queue manageable, even if that means accepting more autonomous error.

What is the operating context? Thresholds that work at low volume may fail at high volume. Thresholds that work with one distribution of inputs may fail when the input distribution shifts. The threshold must be sensitive to the conditions in which the system operates, not just the conditions in which it was tested.

Why Thresholds Drift Without Anyone Noticing

Even when a threshold is set deliberately, it drifts. The model changes through fine-tuning or retraining. The input distribution shifts as new cases arrive. The operating context changes as regulations evolve or business priorities shift. The original threshold no longer applies to the current conditions.

But the threshold remains in place because no one checks. The system is still running. The queue is still being cleared. No one asks whether the threshold still produces the intended balance of autonomy and safety.

Mature organizations treat threshold review as a scheduled governance event, not a one-time design decision. They revisit the number quarterly, or whenever the model changes, or whenever the cost profile of errors shifts. They document the reasoning so the next person understands why 0.85 was chosen instead of 0.9.

The Question That Precedes All Others

Before setting any threshold, there is a prior question that most teams skip: should this decision be automated at all? Not every decision that can be automated should be. Some decisions are too consequential, too contextual, or too irregular to trust to a fixed threshold. The most important governance decision is not where to set the line. It is whether to draw one at all.

If you found the threshold in your system and asked the person who set it to explain how they chose that number, would they have an answer that satisfied you?

Think this argument fits your event? Tell me about the room — the calendar is selective.

Start a conversation