--- title: Human Oversight (in ADM and AI Act contexts) type: concept tags: [human-oversight, human-in-the-loop, gdpr, ai-act, governance, legal, regulatory-risk] sources: ["[[sources/2023-lazcoz-dehert-humans-in-gdpr-and-aia-governance]]", "[[sources/gdpr-article-22-text]]", "[[sources/2025-navaie-iapp-engineering-gdpr-compliance-agentic-ai]]"] created: 2026-04-27 updated: 2026-04-27 --- # Human Oversight The regulatory and engineering concept that natural persons must be able to *meaningfully* monitor, intervene in, or override decisions made by automated/AI systems. **Different regimes use different terms** — GDPR Art. 22 uses *human intervention*; AI Act Art. 14 uses *human oversight*; the 2020 White Paper distinguishes four governance manifestations. The provisions are related but not interchangeable. ## Four manifestations (2020 EU White Paper on AI) | Manifestation | Example | When intervention occurs | |---|---|---| | **Human-in-the-loop** | Social-security benefit refusal validated by human before becoming effective | *Before* the decision takes effect | | **Human-out-of-the-loop** | Credit-card application processed automatically; review possible afterwards | *After* the decision takes effect | | **Human-on-the-loop** | Stop button in driverless car, real-time monitoring | Real-time monitoring + ability to override | | **Human back in control** | Driverless car gives control to human in low-visibility conditions | Technical feature returns control | ## Two intervention mechanisms in GDPR Art. 22 Per [[sources/2023-lazcoz-dehert-humans-in-gdpr-and-aia-governance|Lazcoz & de Hert 2023]]: - **22(1) — human-in-the-loop as essential component**: lifts the prohibition on solely automated decisions producing legal/significant effects. Rationale: *accountability* (controller-side). - **22(2) on request — human-out-of-the-loop as safeguard**: re-evaluates decisions allowed under the three exceptions (contract / consent / law). Rationale: *contestability* (subject-side). ## Five oversight measures under AI Act Art. 14(4) The natural person to whom oversight is assigned must be able to: - (a) Understand the capacities and limitations of the high-risk AI system, monitor its operation, detect anomalies/dysfunctions/unexpected performance. - (b) Remain aware of [[concepts/automation-bias|automation bias]], particularly for systems providing information/recommendations. - (c) Correctly interpret the system's outputs. - (d) Decide, in any particular situation, not to use / override / reverse the system's output. - (e) Intervene via a stop button or similar procedure. The AI Act extends GDPR by **placing obligations at the development stage** (providers, Art. 16) — not just the use stage. Recital 73 (formerly Recital 48 in the 2021 proposal) requires "appropriate human oversight measures" identified by the provider before the system is placed on the market. ## What makes intervention "meaningful" Per WP29 Guidelines (2018), endorsed by EDPB, accepted in Amsterdam case-law (*Uber*, *Ola*) and Spanish AEPD/UK ICO guidance: - **Authority and competence** to change the decision. - Consideration of **all relevant data**, not just algorithmic output. - **Avoidance of automation bias** — the routine over-reliance on machine recommendations. - The intervention must occur **prior** to the legal/significant effect (for 22(1) decisions). A nominal rubber-stamping does *not* qualify. The Amsterdam Uber transparency case (C/13/687315 §4.37) explicitly required *betekenisvolle menselijke tussenkomst* — meaningful human intervention. ## Why intervention alone is insufficient Lazcoz & de Hert's central argument: human intervention without **human governance** does not work. Reasons: - Single-instance review cannot detect [[concepts/automation-bias|automation bias]] systemically. - Cost-and-incentive structures push human reviewers toward routine sign-off. - Societal side-effects extend beyond individual cases. The remedy: **DPIAs** (Art. 35 GDPR) as institutional check, complemented by post-market monitoring under the AI Act. See [[concepts/dpia]]. ## Engineering implication for agentic systems Per [[sources/2025-navaie-iapp-engineering-gdpr-compliance-agentic-ai|Navaie 2025]], agentic AI systems break the static-document oversight model: - Plans rewritten at runtime → DPIA out of date mid-task. - Decisions emerge from multi-step trajectories → no single classifier output to "review". - Memory accumulates across runs → oversight scope expands invisibly. Runtime mechanisms (purpose locks, execution traces, memory tiers) become the operational form of "human-in-the-loop" oversight in agentic contexts — surfacing decision-relevant moments to human approvers rather than relying on per-decision review. ## Related [[concepts/gdpr-article-22]] · [[concepts/automated-decision-making]] · [[concepts/dpia]] · [[concepts/eu-ai-act]] · [[concepts/automation-bias]] · [[concepts/explainability-apm]] · [[concepts/perceive-reason-act]]