Every automation pitch eventually arrives at the same sentence: “and then a human reviews it.” That sentence is doing more work than the rest of the proposal, and it is almost never designed.
A gate that everyone clicks through is not a gate. It is latency with a paper trail.
What a reviewer is actually deciding
A reviewer is not checking the model’s work. They do not have time, and if they did, the automation has not saved anything.
They are deciding one thing: whether to accept the consequence. So the gate has to show the consequence, not the reasoning.
Three facts do it. What changed. What it costs if this is wrong. What the system would have done unattended.
The third one is the surprising one, and it is the one most gates omit. A reviewer who can see what would have happened without them learns, over a few weeks, exactly where their attention is worth spending. That is how a gate narrows over time instead of calcifying.
Where to put it
At the last reversible moment.
Not at the first uncertain step, which is where teams instinctively put it. A gate placed early forces the human to evaluate a plan, and evaluating a plan is harder than evaluating an outcome. It also fires on every run, including the ones that would have been fine.
Money moving. A date being promised. A document leaving the building. A record of truth being written. Those are the moments worth stopping. Everything before them can be retried at no cost, and should be.
The failure mode nobody plans for
The gate approves everything for three months, so someone widens it. Then it approves everything for another three months, so someone removes it.
That is not a discipline problem. It is an instrumentation problem: nobody recorded how often a reviewer changed anything, so the only available evidence was that nothing had gone wrong yet.
Record the override rate from day one, per field, per workflow. The thresholds are worth stating plainly as assumptions rather than findings. The working numbers: a gate running near 2 percent has probably earned the right to narrow, and one running near 40 percent is telling you the step before it is not ready. Neither figure has been tested across enough deployments to defend as a rule.
What does not depend on where the line sits is the direction of the inference. A gate that is rarely overridden is measuring a step that works. A gate that is frequently overridden is measuring a step that does not, and widening it would have shipped that unreadiness straight to a customer. You cannot tell those two situations apart without the number, which is the actual argument for recording it.
Why this is the product
Owner-operators do not withhold work from automation because they doubt the model. They withhold it because delegation without visibility is indistinguishable from loss of control.
The gate is where that is settled. Build it first, instrument it properly, and the rest of the workflow gets adopted almost by default.