1. Home
  2. Glossary
  3. Human-in-the-loop
AI glossary · Agents & automation

Human-in-the-loop

Human-in-the-loop: Human-in-the-loop is a design approach in which a person reviews, approves, or corrects an AI system's output at defined points before it takes effect, combining the speed of automation with human judgment and accountability.

The loop is the cycle of input, AI processing, output, and action. Putting a human in it means the chain pauses somewhere for a person to look. The review can happen before an action (approve this refund), after a draft (edit this letter), or as a sample (check one in twenty). A related pattern, human-on-the-loop, lets the system run but keeps a person monitoring and able to intervene.

Where to place the human depends on stakes and reversibility. Drafting an internal summary needs no gate. Sending a message to a customer needs a glance. Changing a price, paying a vendor, deleting records, or deciding about a person's job, loan, or care needs a real review by someone accountable. Laws and regulators increasingly require that last category, and most workplace AI policies write it in.

The failure mode is rubber-stamping. When a reviewer approves a hundred items a day, the review becomes a formality and the AI is effectively unsupervised. Good designs keep review loads manageable, show the reviewer the evidence rather than just a verdict, and log overrides so you can tell when the AI is drifting.

Example at work

A clinic uses an assistant to draft responses to patient portal messages. Every draft appears in the nurse's queue with the original message and the relevant chart notes alongside it. The nurse edits or approves each one; nothing sends automatically. Replies go out faster, and the audit log shows which drafts needed changes.

Why it matters

Human-in-the-loop is how you get the benefits of automation without handing over decisions you are responsible for. Deciding where the human sits is the most important design choice in any AI workflow, and it is the first thing a regulator or a customer will ask about when something goes wrong.

Related terms