How humans and AI work together

What is human-in-the-loop?

Human-in-the-loop, often shortened to HITL, is a way of designing an AI system so a person remains involved at moments where judgment, context, risk, exception handling, or accountability matter. The human does not need to approve every small action. The system should route the right decisions to people and allow routine, bounded work to continue without unnecessary friction.

In one sentence

Let machines handle scale and repetition while people own judgment and consequence.

Why it matters

Fully manual work can be thoughtful but slow. Fully autonomous work can be fast but brittle. Human-in-the-loop design aims for a better division of labor.

The design challenge is not merely whether a human appears somewhere in the process. NIST stresses the need to define and distinguish human roles and responsibilities in AI systems. That matters because vague oversight can create the appearance of control without real authority, time, information, or accountability.

How it works

Useful human checkpoints usually appear at one or more of four moments:

  • Direction: A person sets the goal, boundaries, audience, and definition of success.
  • Exception: The system escalates low-confidence, unusual, sensitive, or conflicting cases.
  • Approval: A person reviews consequential actions before they are taken.
  • Learning: A person evaluates results, corrects errors, and updates rules or context.

Original example

An AI agent monitors trial-product usage and drafts a retention message when an account’s engagement drops. It can automatically send a helpful setup guide to a small self-serve customer. If the account is a strategic enterprise prospect, has an open support issue, or shows contradictory signals, the system pauses and gives the customer-success manager the evidence, recommended action, and editable draft. The human checkpoint is based on consequence—not habit.

What people get wrong

A human clicking “approve” hundreds of times a day is not meaningful oversight. It is a bottleneck with a human face. Review fatigue can make the system less safe because people begin approving by reflex. Good HITL design is selective, explainable, and proportional to risk.

Scott’s take

The goal is not to keep a person in the loop everywhere. It is to make sure a person is on the hook somewhere. AI can recommend, draft, route, and sometimes act. But for work that can affect a customer, a reputation, a livelihood, or a company’s strategic direction, responsibility cannot become an orphan.

Evidence and further reading

Related terms

Established concept

Written by Scott Salkin, a founder, operator, and former B2B software CMO. Published August 4, 2026. Last reviewed August 4, 2026.

Back to the full Field Guide →