What to Check Before Letting an Automation Run Unsupervised
What it actually takes to trust an automation once it's running unsupervised — context, access, and phased autonomy, illustrated through an inbound lead qualifier.
Jason K Hanani
9/8/20263 min read


Finishing a build feels like the finish line. It isn't. The real risk in any automation shows up after it's running, quietly, unattended, once nobody's checking as closely as they did in week one.
To make this concrete, I'll use one example throughout: an automation that qualifies inbound leads and drafts a response. It's a common enough use case that the same reasoning applies well beyond this one scenario.
Context decides the output, not the model
Early versions of a system like this tend to reply politely to every lead, and treat them all more or less the same. It can't yet tell a genuinely qualified prospect from someone who filled out a form by accident.
The instinct when this happens is to reach for a better model, or spend another afternoon rewriting the prompt. Usually neither is the actual problem. What's missing is context — the specific judgment a salesperson already carries in their head about what "qualified" looks like: company size signals, particular language in the inquiry, which page someone came from before filling out the form.
None of that is obvious to a system unless someone writes it down and hands it over explicitly. A model asked to judge "is this lead qualified?" with no further guidance will guess, and the guess will be inconsistent. A model given the actual criteria a person uses will get much closer, much faster. The fix is rarely a smarter model. It's almost always better information, fed in on purpose.
Assume any access you grant will eventually be used
Say the system is given permission to draft a qualification assessment and a suggested reply. That's reasonable — drafting is low-risk, and a person still reviews it.
The mistake would be also letting it send that reply on its own, or mark a lead as disqualified without review. Both of those decisions carry real consequences: a promising lead auto-rejected because the system misjudged fit, or a low-quality lead sent a reply that oversells what's actually on offer.
The safeguard isn't trusting the system to know when to hold back. It's never granting the permission in the first place. An instruction inside a prompt can be misread or ignored under the wrong conditions, but a permission that was never granted can't be. Draft-only access means the worst-case failure is a bad draft sitting in a queue, not a bad email a real prospect actually received.
A system earns autonomy in phases, not on day one
At first, every qualification call and every drafted reply gets reviewed before anything moves forward. That's tedious, and it's supposed to be. This stage exists to catch the mistakes before they matter.
Once a track record builds up, review can shift from checking everything to spot-checking a sample. Eventually, for lead types the system has clearly gotten reliable on, review can drop further, to periodic spot checks rather than constant oversight.
What shouldn't change, even at that point: the system still can't send a reply or disqualify a lead unsupervised, and a simple alert flags anything that doesn't match the patterns it's been reviewed against. That last part matters more than it sounds. A new type of inbound lead showing up, a different market, a different intent, a different kind of question, is exactly when an unsupervised system is most likely to get it wrong, and exactly when nobody's watching closely enough to notice unless something's built to flag it.
An automation that earns autonomy through an actual track record tends to keep working when conditions change. One that's just assumed to be fine because nothing's broken yet usually doesn't, and that usually shows up at the worst possible time.
None of this is really about lead qualification specifically. It's about the gap between a system that runs and a system that's actually earned the right to run unattended. The build gets the attention. The context, the access boundaries, and the phased trust are what decide whether it's still doing the right thing six months later, long after anyone's watching it closely.
If you're working through where the boundaries should sit on something you're building or considering, I'd be glad to talk it through.


