
Drift Is a Clue, Not a Verdict: Monitoring AI After Deployment
A field guide to baselines, delayed outcomes, change attribution, and deciding when deployed AI should be watched, constrained, rolled back, or rebuilt.
Read MoreZharfAI Team

“Add human approval” is not a safety design. It is the beginning of one.
A person cannot provide meaningful oversight when the request is vague, the evidence is hidden, the action has already happened, or rejecting it creates more work than blindly accepting it. Repeated low-value prompts also teach reviewers that approval is ceremonial. The system may contain a human in the loop while the human has neither time, information, competence, nor authority to change the result.
The design goal is effective intervention at the point where consequence and uncertainty justify judgment. Some steps should be automated. Some should be reviewed in a queue. Some require synchronous approval, a second approver, or direct human execution. The boundary must be derived from the action and context, not from a blanket confidence threshold.
Score each action on six dimensions:
Use those dimensions to assign an execution mode:
| Mode | Suitable pattern | Example |
|---|---|---|
| Automatic | low impact, reversible, monitored | classify an internal ticket |
| Automatic with audit | bounded impact, strong validation | enrich a draft record without publishing |
| Sampled review | high volume, measurable residual error | inspect 5% of normalized product attributes |
| Exception review | routine cases pass; anomalies stop | reconcile invoices within amount and supplier rules |
| Pre-action approval | external or difficult to reverse | send a customer credit notice |
| Two-person control | high-impact or abuse-sensitive | change bank details or production access |
| Human execution | law, safety, or identity demands direct action | sign a legal declaration |
Do not interpret “reversible” loosely. An email can be deleted from the sender’s mailbox but not from the recipient’s memory. A public post can be removed while screenshots persist. A refund may be operationally reversible but still create legal or customer harm.
The NIST AI Risk Management Framework Core calls for defined roles and responsibilities in human–AI configurations and for risk treatment based on context. It is voluntary guidance, not proof that a particular workflow is safe.
Approval should bind to immutable action parameters:
A reviewer who approves a payment to Supplier A for €4,800 has not approved a later retry for €5,300 or a new bank account. Hash or version the action payload. If a material field changes, return to review with a visible diff.
The interface should offer precise choices:
Approval should not silently authorize follow-on actions. If approval of a purchase also sends a public announcement and stores a vendor credential, the scope is too broad.
Our evidence-first automation guide describes how to bind source, policy, decision, and outcome into one reviewable packet. The production AI readiness checklist places that packet inside release and incident controls.
Show the reviewer the smallest complete set of evidence, not the full model transcript.
A useful packet has five panels:
Prefer source evidence over a model-written rationale. A fluent explanation can restate the same mistake with more confidence. Show the invoice line, contract clause, test result, or customer instruction that supports the action. Mark inference explicitly.
Use progressive disclosure. Put the decision-critical facts first; make the full trace available without forcing every reviewer to reconstruct the task. Highlight changed values and unusual conditions. If the reviewer needs specialized knowledge, route the case to the right role instead of displaying more text to the wrong person.
Accessibility matters: keyboard operation, screen-reader labels, non-color status cues, readable diffs, localized numbers and dates, and enough time to inspect. A timed prompt that expires before a reviewer can understand it is not meaningful control.
Explanations and confidence scores do not automatically produce good oversight. People can over-rely on decision support, especially under workload and repetition.
In a 2021 controlled study with 199 participants, Buçinca, Malaya, and Gajos found that cognitive forcing functions reduced overreliance on AI advice, but the designs that reduced overreliance most received worse subjective ratings. A 2025 ACM study on partial explanations and cognitive forcing likewise found that interface choices can increase engagement, with trade-offs. These experiments do not establish one universal approval UI; they show why convenience and decision quality must both be measured.
Apply friction selectively:
Do not add a checkbox merely to create a legal-looking trail. Friction without information produces delay, not judgment.
A model probability is not the same as the probability that an action is safe. The system can be confident about a classification while the underlying source is stale, the user lacks authority, or the action payload changed.
Approval routing should combine:
Use calibrated probabilities only where calibration has been evaluated for the same task and population. Otherwise present concrete uncertainty: “bank account differs from the last three paid invoices,” “two contract versions conflict,” or “address could not be verified.” This gives the reviewer something they can test.
The NIST AI RMF Playbook recommends tailoring human–AI roles, training, documentation, monitoring, and risk responses to context. It explicitly describes the playbook as voluntary suggestions, not a universal checklist.
One queue for every exception guarantees poor routing. Define:
Default safely on timeout. A missed deadline should not turn “human approval required” into automatic execution. Depending on the action, timeout may hold, cancel, roll back, or escalate.
Avoid self-review when the person who configured the system benefits from approval. High-impact financial, access, employment, medical, or legal decisions may need independent review, specialist qualifications, or two-person control.
In regulated contexts, confirm the actual obligation. Article 14 of the EU AI Act requires high-risk AI systems in scope to be designed for effective human oversight, including interfaces that enable overseers to understand capabilities and limitations, detect anomalies, avoid over-reliance, interpret output, and intervene or stop. This is not a rule that every AI feature needs an approval button, and compliance depends on role, system classification, implementation dates, and other legal details.
Approval is not the end of the control. Verify that:
Use idempotency keys for retried actions and a stable task ID across proposal, evidence, policy, approval, execution, and result. Record who decided, their role, timestamp, action version, reason, and outcome. Minimize sensitive content in the log and apply retention and access controls.
Reviewers should receive feedback. If they reject an action and the same proposal reappears without new evidence, the workflow is broken. If accepted actions later fail, that outcome should inform training, policy, and interface design.
Track metrics by action class and reviewer role:
A 99.8% approval rate is not automatically good. It can indicate an excellent upstream system, trivial checkpoints, or reviewers clicking through. Sample accepted cases independently and seed controlled test cases where appropriate.
A supplier emails new bank details and an agent proposes updating the vendor master.
The action scores high on impact, low on reversibility after payment, and high on fraud risk. The agent may extract the request, but it cannot approve or execute it.
The packet shows the old and new account side by side, the supplier record, request origin, contract owner, and the fact that email-only verification is insufficient. Policy requires a callback using an independently stored phone number, not one in the message. A procurement reviewer records the verification result; a finance reviewer approves the exact hashed payload. The system updates the master once, reads the value back, and notifies both reviewers. Any later change invalidates the approval.
The AI saves clerical work. Humans retain the identity verification and separation-of-duties judgment that make the change defensible.
Human review can add delay, inconsistency, bias, and privacy exposure. Experts can still be wrong. Understaffed queues create pressure to rubber-stamp. Reviewers may selectively follow advice that aligns with their prior beliefs rather than uniformly over-trust it.
Oversight should therefore be tested as a socio-technical system. Evaluate the proposal quality, evidence presentation, reviewer behavior, staffing, incentives, policy gateway, execution integrity, and appeal path together. Compare human-only, AI-only where ethically permissible, and combined workflows on task outcomes—not just satisfaction.
Do not use “a human approved it” to transfer accountability away from the organization that designed the workflow. The organization still chooses what the reviewer sees, how much time they get, which actions are possible, and what happens after the click.
Not necessarily. A low-risk acknowledgement from an approved template may be automatic. New recipients, sensitive content, commitments, disputes, legal claims, or unusual attachments may require review. Define the boundary by consequence and context.
No. Combine evaluated task confidence with data quality, policy checks, novelty, impact, reversibility, and authority. High-confidence actions can still be unauthorized or based on bad evidence.
Consider an independent-first design when the decision is rare, consequential, and vulnerable to anchoring. Test the trade-off; hiding advice can improve independent thought but add time and frustrate reviewers.
There is no universal setting. For irreversible or high-impact actions, hold or cancel. For time-critical safety workflows, escalate to a qualified on-call role. Never silently convert a missed approval into permission.
The NIST framework is voluntary, the EU requirement is jurisdiction- and classification-specific, and the interaction studies were conducted in defined experimental tasks. They support design hypotheses and testing priorities; they do not prove that one interface will produce effective oversight in every domain.

A field guide to baselines, delayed outcomes, change attribution, and deciding when deployed AI should be watched, constrained, rolled back, or rebuilt.
Read More
A practical method for tracing personal data through AI pipelines, choosing deletion, rebuild, retraining, or unlearning, and proving that derived artifacts stay clean.
Read More
A production evaluation framework for computer-use agents that measures final state, side effects, recovery, evidence, safety, and performance under real interface variation.
Read MoreIf this note maps to a real system in your organization, start with the services page or a shipped case study.