PromptForge
AI Glossary

Agents & tools

Human in the loop

Also known as: hitl, human oversight

Definition

Human in the loop means inserting a person at decision points in an automated workflow — typically to approve consequential actions or review low-confidence outputs before they take effect.

Full automation is attractive but appropriate only where errors are cheap and reversible. For anything that sends external communication, moves money, deletes data or makes a commitment, a review step is standard practice.

The efficient pattern is confidence-based routing. Let the system handle clear cases automatically and escalate ambiguous ones. You keep most of the throughput benefit while capping the damage from confident mistakes.

Design the review to be fast. A gate that takes two minutes per item will be bypassed under pressure; one that takes five seconds will be used.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.