Human-in-the-loop is the design principle that places a qualified person — in clinical software, almost always the clinician — as the gate between an AI's output and any real-world consequence. The AI drafts, but a human decides: a scribe note is a draft until the clinician signs it, a triage suggestion is a hint until confirmed, a generated summary is a proposal until approved. Nothing the model produces reaches the medical record or affects a patient on its own authority. This is the single most important safety pattern in clinical AI today, precisely because models hallucinate and a human signature converts probabilistic output into an accountable clinical act.

For a product team the loop does three jobs at once. It is a safety control that catches errors before they cause harm. It is a liability structure that keeps a licensed professional, not an algorithm, responsible for the decision. And it is the current regulatory comfort zone: keeping a clinician firmly in control is often what keeps an AI feature out of the most onerous FDA Software as a Medical Device (SaMD) classifications, since the software informs rather than autonomously decides.

The pitfall is designing the loop on slides but not in the workflow. If review is buried, slow, or shows no clear diff between what the AI wrote and what the source said, clinicians will rubber-stamp under time pressure and the safety layer becomes theater. Build the loop so review is genuinely feasible in seconds, surface exactly what changed and why, and instrument the approval step itself — measure how often clinicians edit versus blindly accept. A loop nobody meaningfully uses is worse than none, because it manufactures false confidence.