Artificial Intelligence

Human-on-the-Loop (HOTL)

A system design pattern where AI operates autonomously but a human monitors outputs and retains the ability to intervene, override, or shut down the system when needed. HOTL balances automation efficiency with human oversight for systems where reviewing every output isn't feasible.

Why It Matters

Most production AI systems operate in HOTL mode — they're too fast or high-volume for human review of every output, but too consequential for fully autonomous operation. Getting the monitoring and intervention thresholds right is critical.

Example

A content moderation AI automatically removes posts that violate platform policies, while human moderators monitor a dashboard of flagged decisions, review appeals, and can override the AI's decisions. The system handles millions of posts daily with humans watching for patterns of error.

Think of it like...

HOTL is like an autopilot system in an aircraft — the computer flies the plane, but the pilot monitors instruments and can take manual control at any moment if something looks wrong.

Related Terms