'Human in the loop' has become the phrase you say to sound responsible about AI. It shows up in every deck, right after the part about guardrails. And most of the time it means nothing, because the human was bolted on at the end - a person parked in front of a queue, told to approve things, with no real ability to tell the good output from the bad.
A human rubber-stamping work they can't actually evaluate isn't a safety measure. It's theater. If you're going to put a person in the loop, the only questions that matter are where they belong and why.
Automate the reliable middle, route the ambiguous edges
Most real workflows split cleanly if you look. There's a large, boring majority of cases that are unambiguous - a system can handle those end to end, and should. And there's a smaller set of genuinely hard or high-stakes cases where judgment earns its keep. The design job is to draw that line on purpose and send each case where it belongs.
Done well, the person stops doing the repetitive 90% and spends their attention on the 10% that actually needs a brain - with the context already gathered for them, so they're deciding, not digging.
The two failure modes
There are two ways to get this wrong, and I see both constantly:
- The human sees everything. Every item routes to a person for approval, so you've automated nothing and added a bottleneck with an AI logo on it.
- The human sees nothing. The system acts freely, with no visibility and no brakes, and everyone finds out it was wrong at the worst possible moment.
The fix for both is the same: decide, explicitly, which decisions a person owns - and make sure that when they own one, they have everything they need to make it.
Trust is a feature you build
Here's the part that gets missed: people adopt systems they can see into and stop. An audit trail isn't compliance overhead - it's what lets a manager trust the system enough to let it run. Clear escalation isn't a fallback - it's what makes the automation safe to switch on in the first place. Guardrails, logging, and a clean handoff to a person are what move a system from 'impressive demo' to 'we actually let it touch production.'
The goal was never maximum autonomy. It's the right division of labor between the system and the people - decided deliberately, not left to a disclaimer.
