---
title: "Human in the loop"
description: "Human in the loop is a design pattern where an automated system handles the routine cases on its own and hands specific cases to a person: low-confidence extrac"
canonical: https://aikkvnak.hu/en/glossary/human-in-the-loop
language: en
publisher: AI KKV-nak
updated: 2026-09-19
---

# What is Human in the loop?

Human in the loop is a design pattern where an automated system handles the routine cases on its own and hands specific cases to a person: low-confidence extractions, unusual requests, high-value decisions. It is how you get most of the speed of full automation while keeping accountability where it matters.

## Designing the handover

A good handover gives the person everything the system knew: the original input, what was extracted or proposed, and why it was flagged. Reviewing should take seconds, not minutes, or people start rubber-stamping.

## FAQ

**What share of cases typically need a person?**

For document processing, 2 to 8% after the first month. For support triage, 15 to 30% depending on how narrow the scope is. The share falls as rules are tuned.

Related: https://aikkvnak.hu/en/glossary/ai-agent, https://aikkvnak.hu/en/glossary/hallucination, https://aikkvnak.hu/en/glossary/intelligent-document-processing
