Glossary · Updated July 2026
What is Human-in-the-loop?
Human-in-the-loop is the design pattern that requires a human to review, approve, or redirect an AI agent's proposed action before it takes effect — a deliberate gate between the agent's intention and its consequence. It is the practical mechanism for keeping humans accountable for what agents do in their name, rather than discovering the cost after the action has already landed.
In practice the gate's form scales with risk. Low-stakes work — summarizing, drafting, classifying — can run without interruption and be checked only when something looks wrong. High-stakes work — writing to production, sending communications on behalf of someone, modifying data that cannot be undone — earns a mandatory pause: the agent surfaces exactly what it plans to do, with enough context for a human to decide in seconds. The gate's shape matters too: approve-or-reject is the bluntest option; redirect-with-a-sentence is often more useful, because the agent applies the correction and continues rather than failing the whole task.
The tension in every HITL design is between review cadence and the autonomy the gates are meant to preserve. Gate every action and the agent becomes expensive autocomplete. Gate nothing and you are accountable for outcomes you never saw. The practical answer is earned autonomy: agents start with more gates, accumulate a record, and the gates widen as the pattern holds. What makes that safe is the combination of scoped permissions and a complete audit trail — even when a gate is removed, the record shows how the agent used its latitude, and the permission profile keeps the reach bounded.
How it relates to agent management
Human-in-the-loop is the intervention discipline inside AI agent management — the mechanism that keeps a human able to redirect or take the wheel at any moment, and the scaffold that makes earned autonomy possible rather than assumed.
Vivari is the management layer for AI agents. One workspace that supplies the whole discipline — context, memory, permissions, review, and audit — around the agents you already run.
Request early access← All glossary terms