Skip to main content

A Human Checkpoint Is Not an AI Safety System

· 11 min read
Hassan Tariq
Engineer · AI agents, cloud

A friend in a regulated industry recently described their AI governance with complete confidence: "A human approves every output."

I asked how many outputs a day. About four thousand. I asked how long each approval takes. A pause. "A few seconds."

That is not a safety system. It is a queue with a person sitting in front of it.

"Human in the loop" has become the industry's comfort phrase. It appears in responsible AI decks, enterprise sales pitches, and governance plans because it sounds like control. Put a person between the model and the action, and somebody is accountable.

The trouble is that the human is often right where the system is weakest: watching a mostly-correct machine for long enough that attention becomes ceremonial.

The person is still in the process. Their judgment is no longer carrying the weight we pretend it is.

Why rubber-stamp oversight fails

The problem is not that people are careless. The job is badly designed.

Automation bias makes people over-trust automated recommendations, even when contradictory evidence is available. In a 2016 emergency evacuation study, participants followed a robot toward the wrong exit despite having seen it behave unreliably.

Vigilance decrement makes passive supervision worse over time. A system that is correct often enough trains the operator to stop expecting the rare failure. When that failure arrives, the person has the least context and the least practice at exactly the moment intervention matters.

The moral crumple zone, Madeleine Clare Elish's phrase, describes what happens after failure. The human operator absorbs the legal, moral, and reputational impact even when the system and the institution gave them little practical ability to prevent it. The person becomes a liability sponge.

The scale math fails. Four thousand decisions multiplied by a few seconds each does not produce four thousand acts of judgment. It produces a habit.

The EU AI Act's Article 14 is more nuanced than the slogan. For high-risk AI systems, it requires effective human oversight measures and explicitly calls out automation bias. Overseers need enough competence, authority, and system support to understand limitations, monitor operation, override output, and stop the system. It does not generally require a person to approve every output, although it does impose stricter confirmation requirements for a narrow class of remote biometric identification systems.

A person with no time, weak context, and no real stop authority is not meaningful oversight.

They are evidence that a checkbox was filled.

Oversight is a risk decision, not a ladder

It is tempting to draw a neat progression:

  1. human in the loop;
  2. human on the loop;
  3. human above the loop.

The third phrase is the label I use for the person who designs the gates, owns the evidence, and has authority to stop the system. It is useful, but it is not a universal replacement for the other two.

Different actions need different controls.

  • A reversible draft can be generated automatically and reviewed later.
  • A production configuration change may need monitoring, a rollback, and a named owner.
  • A payment, dismissal, medical decision, or destructive action may still require explicit approval before execution.
  • A high-volume, low-risk classification task may be safer with automated thresholds and sampled review than with thousands of rushed clicks.

The right question is not "where is the human?" It is "where does human judgment change the outcome, and does that person have the evidence, time, and authority to act?"

This is the difference between putting a human inside every decision and making humans responsible for the design of the decision system.

The first consumes attention. The second compounds judgment.

What the frontier frameworks actually teach

Frontier model safety frameworks are not the same thing as enterprise agent governance. One deals with catastrophic model capabilities and deployment thresholds; the other often deals with tools, data, workflows, and business actions.

They are still useful analogies because the control shape is similar: measure capability, define thresholds, assign owners, bind thresholds to mitigations, keep evidence, and rehearse escalation.

Anthropic's Responsible Scaling Policy v3.0 uses capability thresholds, containment measures, a Responsible Scaling Officer, and escalation processes. It is important not to romanticize it. The GovAI analysis notes that v3.0 dropped the earlier general pause commitment and reframed some of the strongest security measures as industry-wide recommendations.

OpenAI's Preparedness Framework similarly separates capability assessment from safeguards and routes decisions through a formal review structure.

Google DeepMind's Frontier Safety Framework defines capability levels and mitigations for severe risks.

An independent evaluation of twelve providers is the useful cold shower. It found weak commitments across both organizational governance and hard technical assurance. Internal audit, named risk ownership, risk tolerances, escalation, and assurance against loss-of-control risks remain uneven or underdeveloped.

The lesson is not that the labs solved governance. They did not.

The lesson is that serious safety work looks like thresholds, evidence, owners, mitigations, and escalation. It does not look like a tired person approving four thousand outputs.

Identity is where responsibility becomes architecture

Every control above assumes you can answer a simple question:

Who did that?

In many enterprises, the honest answer is still "a shared service account created years ago, used by several pipelines, carrying a credential nobody wants to rotate."

That is not just an identity hygiene problem. It breaks governance.

You cannot reliably:

  • attribute an action to a specific agent run;
  • separate the agent's authority from the user's authority;
  • revoke one compromised actor without breaking unrelated systems;
  • prove which policy and permission set applied;
  • route an incident to a named organizational owner.

Identity does not create responsibility by itself. An organization remains accountable for a system even when the logs are poor. But a first-class agent identity gives responsibility somewhere concrete to attach.

Microsoft's Entra Agent ID distinguishes first-class agent identities from agents built on ordinary application identities and service principals. The important idea is broader than one product: an autonomous agent should not quietly borrow a human session or share a long-lived credential with unrelated workloads.

The audit record should be able to say:

  • agent X acted;
  • for user or process Y;
  • during run Z;
  • with this bounded authority;
  • under this policy version;
  • and this named owner was accountable for the system.

This is where the phrase least agency becomes useful. Least privilege limits what an identity can access. Least agency also limits how freely the system may act with that access.

An agent may be allowed to read a repository but not push. It may draft a payment but not submit it. It may open a pull request but not merge it. It may inspect production telemetry but need approval before changing production.

Autonomy should be granted in bounded slices, with evidence and rollback attached.

The threat model is already here

The OWASP Top 10 for Agentic Applications 2026, published in December 2025, includes ASI03: Identity and Privilege Abuse. The reason is straightforward: excessive or ambiguous authority turns every other failure into a larger incident.

EchoLeak, CVE-2025-32711, demonstrated a zero-click indirect prompt injection against Microsoft 365 Copilot. A crafted email could plant instructions that the system later retrieved as context.

The Amazon Q Developer extension incident showed a different path. An over-scoped GitHub token let an attacker commit agent-directed instructions into the extension's repository. Those instructions shipped in version 1.84.0 and told the agent to damage the local system. The payload did not execute because of a syntax error, and AWS reported no customer impact.

That syntax error was luck, not a control.

In both cases, the potential blast radius was defined by the tools, credentials, and data available to the agent. Prompt injection is dangerous. Prompt injection connected to broad, long-lived authority is dangerous at machine speed.

The standards work is moving in the same direction. The IETF's current OAuth Transaction Tokens draft explores short-lived, purpose-bound tokens for transactions. An individual Internet-Draft, AI Agent Authentication and Authorization, composes workload identity and OAuth patterns into an agent-focused architecture. These are works in progress, not settled standards, but the direction is sensible: replace static shared secrets with attributable, short-lived, attenuated authority.

The person needs teeth

There is a fear underneath a lot of responsible AI language that the trajectory is to make humans decorative.

First the human writes the work. Then the human reviews it. Then the human rubber-stamps it. Finally, when the system fails, the human becomes the moral crumple zone.

That is not meaningful human oversight.

Meaningful oversight gives specific people:

  • authority to stop or constrain the system;
  • competence to understand its capabilities and failure modes;
  • evidence that does not depend on the model's own summary;
  • time to make the decisions that genuinely require judgment;
  • an organizational environment that supports intervention rather than punishing delay.

The human should not be the fuse inside the system. The organization should build controls that make human judgment load-bearing where it matters.

That includes explicit approval for irreversible actions. It also includes policy engines, evals, runtime monitors, bounded identities, audit trails, rollback, and named ownership.

The field map

  • A checkpoint is not automatically oversight. If the reviewer has seconds, weak context, or no stop authority, the approval is theatre.
  • Put humans where judgment changes the outcome. Risk and reversibility should decide whether an action is automatic, monitored, sampled, or explicitly approved.
  • Identity enables attribution, not absolution. A distinct agent identity makes actions traceable; a named human and organization still own the system.
  • Least privilege is not enough. Limit both what the agent can access and how freely it can act with that access.
  • Safety is a system of controls. Thresholds, evals, permissions, monitoring, rollback, audit, and escalation work together. No single tired reviewer can replace them.

The loop was never the safety net.

The safety net is the system of evidence, boundaries, and authority that gives a person the power to make it stop. 🛑

Sources and further reading