AI Agents · Practice
Human Oversight: Where a Person Has to Stay in the Loop
Approval on everything produces rubber-stamping. Approval on nothing produces incidents. Where the person belongs, and how to make review real.
"Human in the loop" appears in every agent deployment plan and means very little on its own. A person clicking approve forty times an hour is not oversight; a person approving nothing is not either.
The useful question is where a human decision changes the outcome.
For a vendor-side perspective on cognitive offloading, see learn more from Monitask.
The failure at both ends
Approve everything. Volume produces habituation. Within a week the person is clicking through without reading, and you have added latency and a false sense of control. The approval log will show a diligent process that was not happening.
Approve nothing. Errors reach the world. And even small error rates compound across multi-step processes, so the failure is not rare.
Both are common, and the second frequently follows the first — approval fatigue leads someone to remove the gate rather than to narrow it.
Where the person belongs
Four criteria. If an action meets any of them, put a human there.
Irreversible. Deletion, payment, sending, publishing, anything that cannot be undone.
Externally visible. Reaching a customer, a partner, the public. Internal mistakes are recoverable; external ones are not.
High value or unusual. Above a threshold you set, or outside the normal pattern.
Accountable. Where a regulator, a court or a customer will ask who decided.
Everything else can run, with logging and review after the fact.
Making review real rather than nominal
The gap between an approval step and actual oversight is where most deployments quietly fail.
Show what the action is, in full. "Approve?" is useless. "Send this message, with this text, to this customer" allows a decision.
Show why the agent chose it. Which inputs led here. Without this the reviewer can only assess plausibility.
Show what is unusual. Flag the ones that differ from the normal pattern rather than presenting all of them identically.
Keep the volume low enough to read. If the reviewer cannot give each item genuine attention, the gate is decoration — narrow what needs approval rather than accepting the fatigue.
Make rejection easy and consequential. A rejected action should be visible, counted, and feed back into scope.
And measure the approval rate. If 99.8% are approved, either the agent is excellent or nobody is reading. The two look identical in a log and can be distinguished by sampling.
Patterns that work
Review before send. The agent prepares; a person releases. Simple, and it suits external communication.
Threshold escalation. Runs autonomously below a value or confidence threshold, escalates above it.
Exception review. Runs autonomously, and a person reviews the ones the agent flagged as unusual plus a random sample.
Sample audit. Fully autonomous with a percentage reviewed after the fact. Suits high volume and low individual stakes — and it requires that errors are recoverable.
Staged autonomy. Begins with approval on everything; gates are removed as evidence accumulates. The best default for a first deployment, and it requires someone to actually do the removing rather than leaving it forever.
The reviewer problem
Underestimated, and it determines whether any of the above works.
Reviewing requires knowing what right looks like. A reviewer without domain knowledge approves plausible-looking output, which is exactly the failure mode.
It is boring, and boring work is done badly. Attention degrades with volume in a predictable way.
It has to be someone's job, with time allocated. Added to a full role, it becomes clicking.
And they need to be able to say no without it being difficult. If rejecting an agent's action creates friction, rejections stop. For broader independent background, see NIST AI Risk Management Framework.
Where oversight is legally required
Depends on jurisdiction and sector, and the direction is toward more.
Regulations covering automated decisions affecting individuals frequently require human involvement, an explanation, or a route to contest. Employment, credit, insurance, healthcare and public services are the areas where this bites first.
"A human clicked approve" may not satisfy a meaningful-involvement requirement if the human had no real capacity to decide otherwise.
Check what applies to your sector and location, and note that the requirement is usually about the quality of the involvement rather than its existence.
For small teams and individuals
You are the loop, and the same fatigue applies.
Review anything going to a customer. Every time, without exception, and keep the volume low enough that you actually read it.
Do not approve financial actions automatically. Ever.
Check the first twenty outputs of anything new properly, before deciding how much to trust it.
And notice when you stop reading. That is the moment to narrow what the agent does, not to keep going.
The short version
Approve everything and you get rubber-stamping; approve nothing and you get incidents.
Put the person where actions are irreversible, externally visible, high-value or accountable. Let the rest run with logging.
Show the full action and the reasoning, or the reviewer can only assess plausibility.
Measure the approval rate — 99.8% approved means either excellence or nobody reading, and sampling tells you which.
And staged autonomy is the right default, provided someone actually removes the gates later.