Human-in-the-loop (HITL) is a system design in which a person reviews, approves, or corrects an AI system's output before it takes effect. In healthcare it keeps a qualified clinician's judgment between the model and the patient: the system drafts, flags, or recommends — a human decides.
Why does human-in-the-loop matter in healthcare?
The pattern is anchored in regulation on both sides of the Atlantic. The EU AI Act requires that high-risk AI systems — a category that captures most clinical uses — be designed so they "can be effectively overseen by natural persons during the period in which they are in use" 1. In the United States, FDA excludes a clinical decision support system from device regulation only when, among other criteria, the software enables the clinician to independently review the basis for its recommendations rather than rely on them primarily 2. WHO's guidance on large multi-modal models points the same direction, warning against deployments that leave model output unchecked 3.
How does human-in-the-loop work in practice?
Two grades of the pattern recur. In-the-loop: a person acts on every output — the ambient-scribe workflow, where the clinician edits and signs each AI-drafted note before it enters the record. On-the-loop: a person monitors a running system and intervenes on exception — the posture emerging around agentic AI in healthcare, where an agent executes multi-step tasks under supervision.
The design question is never merely whether a human sits in the loop, but whether that human can actually catch errors. The EU AI Act names the threat directly: overseers must "remain aware of the possible tendency of automatically relying or over-relying on the output" — automation bias 1. That awareness clause exists because the failure is well-documented: a systematic review of 74 studies recorded automation bias — the tendency to over-rely on automation — across clinical decision support settings, with mitigators including training, accountability, and interface design 4. WHO repeats the warning for large multi-modal models, noting they may encourage automation bias whereby errors are overlooked that would otherwise have been identified 3.
Where does human-in-the-loop appear today?
As of July 2026, the most visible HITL workflow in healthcare is ambient documentation. In a roughly 1,800-clinician study, every AI-drafted note required clinician review before signing; daily EHR time fell by about 13 minutes and documentation time by about 16 — yet only 32% of users adopted the tool for more than half their visits 5. The numbers carry the lesson: review is real work, and the loop's cost shows up in adoption depth. Cross-domain figures sit in our AI in healthcare statistics.
Common misunderstandings
A human present equals a human in control. Automation bias means a reviewer under time pressure can rubber-stamp output they would have corrected unaided 4. Effective oversight has to be designed — prominence of evidence, accountability, workload — rather than assumed.
HITL is free. Reviewing every output consumes clinician time. Measured time savings from ambient scribes are modest partly because the loop itself absorbs minutes 5.
HITL removes the need to fix the model. Review catches errors like AI hallucination imperfectly; the control works best when error rates are already low.
Related terms
A clinical decision support system is the oldest HITL pattern in healthcare. AI hallucination in clinical contexts is the failure mode review exists to catch. Agentic AI is where the loop is being renegotiated, as of July 2026.