

AI Automation
Published 2026-06-09 · Updated 2026-07-23 · 8 min read
Sapun Lamichhane
Founder & CEO of Arcetis
The appeal of full automation is obvious: remove the human step, and a workflow runs faster with less ongoing labor cost. Stated that way, it sounds like a straightforward win, and for a specific category of task, it is.
The failure mode is less obvious until it's already caused damage. Automation doesn't fail the way a human does — a person who's unsure tends to hesitate, ask a colleague, or flag the case as needing review. A fully automated system with no checkpoint just outputs its best guess with total confidence, wrong or not, and nothing downstream necessarily notices until the consequence has already landed in front of a real customer or a real decision.
“A person who's unsure tends to hesitate, ask, or flag it. A fully automated system with no checkpoint just outputs its best guess with total confidence, wrong or not.”
That asymmetry — a human who hesitates versus a system that never does — is the actual argument for a human-in-the-loop checkpoint, and it's a narrower, more specific argument than "AI needs supervision" as a blanket rule applied uniformly everywhere.
A checkpoint isn't warranted on every automated step. It's warranted specifically where a wrong output has real, hard-to-reverse consequence: pricing shown to a customer, compliance-sensitive language, a client-facing commitment, any decision that's expensive or embarrassing to walk back once it's already out in the world and someone has acted on it.
Plenty of automated steps genuinely don't need one. Routing a support ticket to the right queue, syncing a CRM field between two systems, sending a scheduled follow-up email — the downside of an occasional wrong output on tasks like these is low and easily corrected after the fact, so a human checkpoint there mostly adds friction without meaningfully reducing real risk.
Adding a human review step to every single automated action, regardless of consequence, isn't extra safety — it's a workflow that never actually gets the speed and cost benefit automation was supposed to provide in the first place, while still carrying all the same downside risk on the genuinely high-consequence steps that actually needed a human, since a reviewer numbed by reviewing hundreds of low-stakes actions a day tends to rubber-stamp the one high-stakes action buried among them.
The actual discipline, codified in the Human-in-the-Loop Automation Framework, is placing the checkpoint by consequence rather than by how complex or "AI-like" a given task looks on the surface. A simple task with high downside if wrong keeps a human in the loop; a complex task with low downside if wrong often doesn't need one at all, even though it might look like the more sophisticated, more "AI" piece of the workflow.
Getting that placement right — sized to consequence, not to complexity — is what lets a workflow scale in volume without its error rate scaling right alongside it, since the checkpoints that matter stay in place exactly where a mistake would actually cost something.
There's no universal number — it's specific to the business and the action. A useful starting question: if this specific output is wrong, how hard and how costly is it to notice and reverse before it causes real harm? A high answer on either dimension argues for a checkpoint.
Not necessarily — a checkpoint can be a sampling review (checking a percentage of outputs), an approval gate only above a certain threshold (a discount over a certain size, for instance), or a full manual review, scaled to how much consequence and volume the specific workflow actually carries.
Yes, and it should be revisited — a workflow that's been running cleanly for a long stretch with consistently low-risk outputs may reasonably graduate to lighter-touch review, while a workflow showing new failure patterns may need a tighter checkpoint reinstated.
More on AI Automation