← Courses
Building with AI
← Module 6
Module 7 of 8
Module 8 →
Intro
Scenario
Lesson
Context
Lab Debate ~20 min
Intro

The Human Handoff

2 min read

Every AI system exists on a spectrum: from full human control to full autonomy. The hardest design question isn't whether AI should do something. It's where to draw the line — and who gets to redraw it when things go wrong.

Amazon deployed AI to sort resumes. Humans reviewed the ranking. That's human-on-loop. A hospital runs predictive analytics for early warning. Clinicians make the final call on treatment. Again, human-on-loop. But a warehouse robot sorts packages without human review. That's full autonomy — and when the sorting algorithm fails, the only way to fix it is to take the system down.

The three handoff models sound like technical distinctions. They're not. They're decisions about who bears responsibility when the system fails — and whether humans have the knowledge and time to catch failures before they cause harm.

This module asks you to design handoffs with eyes open: knowing what autonomy costs you, and what control costs you.

  • Define the three handoff models: human-in-loop, human-on-loop, and full autonomy
  • Apply a decision framework to determine appropriate handoff design for a given use case
  • Argue your position on handoff design under pressure and defend it with precise reasoning
  • Identify when an AI system has accumulated too much authority relative to human oversight
  • Propose a handoff design for a contested, high-stakes deployment scenario
Your artifact
A handoff design decision memo specifying governance controls (NIST GOVERN/MANAGE), regulatory compliance checkpoints (EU AI Act Art.14/17/29), and professional ethics justification (O*NET 4.A.4) for a contested AI deployment
Scenario

The Chest Pain Case

3 min read

A regional hospital network operates five emergency departments serving 2.3 million people. On a Friday night in March, chest pain cases back up six hours deep. Patients wait. Outcomes worsen. Readmissions spike.

A vendor pitches an AI triage system trained on three years of anonymized ED data from the hospital itself. The model identifies which chest pain patients are lowest immediate risk — could safely wait four hours without clinical deterioration. Clinically, the threshold is conservative: it errs on the side of immediate evaluation. Only the very-lowest-risk 8% of presenting chest pain patients get flagged for the slower track.

The pitch: "This reduces wait time for higher-risk patients. It improves throughput. It saves outcomes."

The hospital is interested. But they're asking the hard question: if we deploy this, how do humans stay in the loop?

Three options are on the table:

Option A: Human-in-loop. Every AI recommendation triggers a mandatory human review. A triage nurse sees the AI flag and makes a final decision on placement. This delays the triage decision by 3–4 minutes per patient (the nurse has to read the reasoning, think about it, validate it). During surge times, the bottleneck becomes the human, not the AI.

Option B: Human-on-loop. AI flags low-risk patients and auto-triages them to the slower track. Nurses can override the placement at any time if they see something the AI missed. No mandatory review delay — but humans must monitor the system and have authority to intervene.

Option C: Full autonomy. The system runs with minimal human oversight. AI flags low-risk patients; they go to the slower track unless a patient explicitly complains about wait time. Nurses have other priorities and don't actively monitor the AI's decisions.

The vendor recommends Option B as "the right balance." You're being asked whether they're right — and why.

Lesson

The Handoff Spectrum

3 min read

Every AI system that makes consequential decisions operates somewhere on a spectrum of human control.

Human-in-loop

The AI makes a recommendation. A human reviews and approves or rejects it. The human's decision is mandatory — the AI output alone doesn't trigger action. This is the most conservative approach. It guarantees human oversight but adds latency. It also requires that the human actually understands what they're reviewing — if the recommendation is too technical or the time pressure too high, review becomes theater, not real oversight.

Human-on-loop

The AI makes a decision and acts on it. Humans can monitor and override. This is faster — no mandatory review delay. But it requires that humans are actively watching and have clear authority to intervene. It only works if the environment is designed so that humans notice problems before they cascade. In a busy ED, that assumption breaks down fast.

Full autonomy

The AI makes decisions and acts without human review or easy override. Humans interact only if something breaks loudly enough to demand attention. This is fastest but most dangerous. It's only appropriate when the cost of failure is genuinely low and the space for human intervention is genuinely wide.

The right model depends on three variables: the severity of failure, the clarity of AI reasoning, and the capacity of humans to actually intervene. A chest pain triage system fails when it sends a high-risk patient to a slow track — and that failure can kill. That's high stakes. So the question isn't "can we?" but "can humans stay meaningfully in control while the AI accelerates?"

EU AI Act — Article 14: Human Oversight

High-risk AI systems must be designed to allow effective human oversight. This isn't just "a human can technically intervene" — it means humans must have the capability to understand outputs, detect failures, and exercise meaningful control. If your human-on-loop design relies on nurses actively monitoring a system during surge conditions, the EU AI Act asks: can they actually do that? Is the oversight real, or theater?

EU AI Act — Article 17/29: Accountability & Post-Market Monitoring

Deployers of high-risk AI systems must implement quality management systems (Art.17) and post-market monitoring plans (Art.29). For a hospital deploying triage AI, this means: Who reviews performance data monthly? What triggers a pause or rollback? What gets reported, to whom, and when? These aren't optional add-ons — they are requirements for legally operating a high-risk AI system.

NIST AI RMF — GOVERN & MANAGE Functions

GOVERN establishes organizational policies and accountability structures before deployment. MANAGE addresses ongoing risk — monitoring, incident response, adjusting or decommissioning systems as risks materialize. Before choosing a handoff model, ask: Does the organization have a governance policy for this AI? After deployment, who owns the ongoing risk management? Without GOVERN and MANAGE in place, human-on-loop becomes a handoff without a hand to catch it.

O*NET 4.A.4 — Ethics, Social Responsibility & Risk

O*NET identifies ethics and social responsibility as core workforce competencies for AI-adjacent roles. Professionals designing handoff systems are expected to evaluate the ethical implications of autonomy choices — not just the technical trade-offs. When nurses, clinicians, or administrators implement a handoff model, they bear professional responsibility for whether oversight is genuinely adequate. That responsibility doesn't disappear just because the AI vendor recommended Option B.

Context

Questions for Handoff Design

2 min read

When evaluating a handoff design, ask three hard questions. You'll use them in the lab.

Question 1 — What are the stakes of failure?

If the AI makes the wrong call, what's the outcome? A misfiled resume costs someone a job interview. A missed chest pain case costs someone their life. The higher the cost of failure, the more skeptical you should be of human-on-loop or full autonomy. You need either real-time human review or a safety margin so wide that failure becomes nearly impossible.

Question 2 — Can humans actually do the work?

If you require human-in-loop review, do those humans have time to do it carefully? Are they trained to understand the AI's reasoning? Or will review become a rubber stamp because the bottleneck is overwhelming? This is where theory breaks down — the chosen model only works if humans can actually perform their role.

Question 3 — What's the failure detection mechanism?

In human-on-loop systems, how will humans notice when the AI is systematically failing? Is there automated monitoring? Regular audits? Or does failure only surface when a patient complains — by which time harm has already accumulated? Design for detection, not discovery.

Question 4 — Does your governance structure meet regulatory requirements?

EU AI Act Art.14 requires that human oversight be effective, not theoretical. Art.17/29 require post-market monitoring and quality management. NIST GOVERN and MANAGE require organizational policies and ongoing risk handling. Before finalizing a handoff model, identify: which requirements apply, what documentation is needed, and who in the organization owns compliance. A technically sound handoff design that has no regulatory compliance plan is incomplete.

These questions don't have universal answers. They force you to be honest about what the organization can actually sustain.

⚔ Debate Lab
The Handoff Decision
~20 minutes · 3 scenarios
🧑‍💼
You — Design LeaderYou decide on the handoff model (human-in-loop, human-on-loop, or full autonomy). You need to defend why your choice is the right trade-off given the stakes and constraints.
🎓
AI — Critical ExaminerI'll challenge every handoff choice. I'll push you to be specific about stakes, human capacity, and failure detection. Not hostile — just rigorous.
Scenarios
ED triage system · Loan decisioning · Scheduling software
The Framework — apply to each scenario
What are the stakes of failure?
Can humans actually do the work?
What's the failure detection mechanism?
EU AI Act Art.14 — Is human oversight genuinely effective?
NIST GOVERN/MANAGE — Who owns the governance policy and ongoing risk?
O*NET 4.A.4 — Who bears professional ethics responsibility for this design?
How to complete
Choose a handoff model and defend it. You can change your mind — that's valid if you give reasons. Work through all three scenarios.
Shift + Enter for a new line
✓ Module Complete
You've completed Module 7 of 8.
Next Module →