Human-in-the-Loop: Designing for Control, Not Just Oversight

Two failure modes
The first way human oversight fails is by being everywhere. Every draft, every lookup, every classification goes to a queue, the queue grows, reviewers start approving without reading, and the "control" becomes theatre. The second way it fails is by being nowhere: the pilot worked, the agent was promoted to full autonomy, and nobody noticed the drift until a customer did.
Both come from treating autonomy as a single setting. It isn't. Autonomy is a property of each step, and the design question is which steps need a person and what kind of involvement they need.
Three modes of involvement
The useful vocabulary has three levels. Approve means the agent proposes and waits; nothing happens without a person's explicit yes. This belongs on irreversible or high-value actions: payments, contract terms, customer-facing commitments. Review means the agent acts and a person checks a sample or a flagged subset afterwards; the action is reversible and the cost of an occasional error is bounded. Inform means the agent acts and reports; a person can see what happened but is not expected to intervene.
Evolvable lets each step in a workflow be assigned one of these modes, with routing rules that can escalate from inform to approve when confidence drops, an amount exceeds a limit, or a guardrail flags the case.
Making review cheap
Human oversight only works if the human can decide quickly. That means the review screen must show the agent's proposed action, the evidence it used, its own explanation and the rule that triggered the review, all on one page. A reviewer who has to open four systems to understand a request will stop reviewing.
It also means feeding decisions back. When a reviewer corrects the agent, that correction should become a test case, a training example or a tightened rule, so the same review does not recur indefinitely. Over time the approve queue should shrink as the platform learns which cases are safe.
Oversight the regulator will recognise
Human oversight is not only good practice; it is a legal expectation. The EU AI Act requires that high-risk systems be designed so people can understand, monitor and override them. ISO 42001 asks for defined human responsibilities across the AI lifecycle. Financial supervisors in the UAE and elsewhere increasingly expect the same. A platform that records who reviewed what, when and with what outcome turns these obligations into evidence rather than assertions.
The goal is trust, earned in stages
The right destination for most agents is more autonomy than they start with, granted incrementally as the evidence accumulates. Start with approve on anything that matters, watch the acceptance rate, move steps to review as they prove reliable, and keep a small set of actions under human approval permanently. Control is not the opposite of autonomy. It is what makes autonomy safe to expand.

