Fleet 1.13:Teams are now shipping 5x more PRs with autonomous pipelines.See what's new →
FleetFleet
Glossary

Human in the Loop

Human in the loop (HITL) is an AI system design pattern where human judgment is incorporated at defined points in an otherwise automated workflow, ensuring human oversight at consequential decision points rather than replacing human judgment entirely.

HITL does not mean humans are involved in every step. It means humans are involved in the steps where their involvement provides the most value: reviewing outputs that are difficult to verify automatically, making judgment calls on ambiguous situations, and approving irreversible actions before they execute.

The design of HITL interventions matters as much as their presence. If humans are shown insufficient context at review points, or if review points fire so frequently that reviewers develop approval fatigue, the HITL mechanism provides less real oversight than it appears to. Effective HITL design surfaces precisely the information needed for the specific decision being made, at a frequency calibrated to the risk level of the workflow.

The economic argument for HITL is that it allows automation to handle the high-volume, routine cases (where humans add little incremental value) while reserving human attention for the edge cases and consequential decisions (where human judgment is the most valuable input). Getting this balance right is the central challenge of HITL system design.

How this relates to Fleet

Fleet implements HITL through approval gates at configurable pipeline stages. Rather than requiring human approval for every agent action (which would negate the productivity benefit) or no approval at all (which would eliminate oversight), Fleet allows operators to place gates precisely at the stages where human review is most valuable — typically before merge to protected branches or before deployment.

Frequently asked questions

Is human in the loop the same as human on the loop?

No. Human in the loop means the automated system pauses and waits for a human to act before proceeding. Human on the loop means the system acts autonomously but notifies humans and allows override. HITL provides stronger oversight guarantees; HOTL allows faster execution. Many mature deployments use HITL for high-risk actions and HOTL for routine ones.

How do I decide which steps in an agent workflow need human review?

Apply two tests: reversibility (is this action easy to undo if the agent made a mistake?) and consequence (what is the worst-case outcome if this action is wrong?). Actions that are irreversible or have significant consequences should have HITL review. Actions that are easily reversed and low-stakes can be automated without a human gate.

Run your first agent fleet

One binary. Five minutes. See every agent, coordinate every handoff, and keep a full audit trail of what your fleet did.