Humanity AILet's talk
← Back to all posts
Business Without the Buzzwords
July 30, 20267 min read

You Can't Automate What You Can't Explain

There's a pattern worth noticing.

A business owner gets excited about automating something. They find the tool, maybe pay for it, block off a weekend, and wire the whole thing up. Six weeks later it's collecting dust. Nobody's using it. And here's the part that stings: the tool usually wasn't the problem.

The problem was that they tried to automate something they'd never actually explained to anyone. Including themselves.

That's the quiet failure mode behind a lot of AI projects right now. Not bad software. Not the wrong vendor. Just a task that only ever lived inside one person's head, dragged out into the daylight and asked to run on its own before anyone wrote down how it works.

So let's talk about the difference between two words that get treated as the same thing and absolutely are not: delegating and automating.

Two different jobs wearing the same coat

When you delegate something to a person, you can be vague. "Handle the customer emails this week, use your best judgment." A decent employee fills in the gaps. They read the tone of a message, notice that one customer sounds upset, remember that this particular client always pays late, and adjust. You didn't spell any of that out. They did it because they have judgment, context, and a sense of what you'd want.

When you automate something, none of that happens for free.

A system does exactly what you told it and nothing else. Every fork in the road has to be accounted for. Every "well, except when..." has to be written down. The machine won't read the room, because there is no room. It won't remember that this client is different, unless you told it that client is different and how.

Delegation tolerates ambiguity. Automation exposes it.

That's why so many automation attempts stall. The moment you try to hand a task to a system, you discover the task was never really a process. It was a hundred small judgment calls you make without noticing, stitched together by the fact that you happened to be the one doing it.

The test that saves you months

Before you automate anything, ask one question:

Could a brand new employee do this on their first day, from written instructions alone, without walking over to ask you a single question?

If the answer is yes, you've got something you can automate. The steps are stable, the decisions are clear, and the whole thing can run without you hovering.

If the answer is no, you don't have an automation problem yet. You have an explaining problem. And no tool on earth fixes that for you.

This is the reframe I wish more people started with. When someone says "AI just can't do this," a good chunk of the time what they actually mean is "I haven't made this explainable yet." Those are very different situations. The first is a limit of the technology. The second is homework you haven't done.

Why the explaining IS the work

Here's the good news hiding inside all of this.

The hard part of automating a task is not the tech. It's writing down what the task actually is. And once you've done that, you're most of the way home, because the explanation you wrote is the thing you feed the tool.

Try it sometime. Pick a task you do every week and write out the real steps. Not the tidy version you'd put in a job posting. The real one, including the weird exceptions.

Something interesting almost always happens. You get about four steps in and hit a spot where you go, "well, it depends." That "it depends" is the whole ballgame. That's the judgment call. And now you get to decide, out loud, on purpose:

  • Can I write a clear rule for this? Then automate it.
  • Or does this genuinely need a human to look at it? Then keep a person in that spot, and automate everything around it.

Most tasks aren't all-or-nothing. They're a chain, and only a few links in that chain actually need a brain. The move is to automate the boring, explainable links and route the judgment links to a person. You don't have to choose between "all manual" and "fully automated." That false choice is what keeps people stuck.

If any of this sounds familiar, it's a cousin of something we've written about before: automating the wrong thing just speeds up your mess. Picking the right task matters. But even the right task will fight you if you can't explain it. Explainability comes first.

But wait, doesn't AI have judgment now?

Fair question, and it's the thing that makes 2026 more interesting than 2020.

Modern AI tools, the ones people keep calling "agents," genuinely can handle some fuzziness. You can hand them a messier instruction than you could hand a rigid script, and they'll make reasonable calls. That's real, and it moves the line. Tasks that used to be delegate-only are creeping into automate-able territory. If the word "agent" still feels slippery, we broke it down here.

But notice what that changes and what it doesn't.

It changes how much you have to explain. It doesn't remove the need to explain. A good AI setup is a lot like a sharp new hire: capable, quick, and completely lost about your specific business until you tell it the context. Who your customers are. What "done" looks like. Where the landmines are. What you'd never want it to do without checking first.

Skip that briefing and you don't get magic. You get confident, fast, wrong. Which is arguably worse than slow and wrong, because it's harder to catch.

So the rule holds, just with the dial turned. You still can't automate what you can't explain. You just don't have to explain it in quite as much painful detail as you used to, as long as you're willing to supervise while the system learns your world.

Where I'd draw a hard line

One place the delegate-versus-automate distinction really earns its keep: reversible versus irreversible decisions.

If a task can go wrong and be quietly undone, it's a great candidate to automate early and refine as you go. Draft emails you review before sending. First-pass sorting. Rough scheduling. Low stakes, easy to catch.

If a task can go wrong in a way you can't take back, be slow about it. Sending money. Deleting things. Making promises to customers in your name. Anything legal or medical. For those, either keep a human firmly in the loop or don't automate the final step at all. Automate the prep, let a person pull the trigger.

This isn't fear of technology. It's the same instinct you'd use with a new employee. You don't hand someone the company credit card on day one, no matter how promising they are. You let them earn the harder calls. Same idea. We went deeper on the "when to just leave it alone" question in knowing when not to use AI, and it pairs well with everything here.

The skill underneath the skill

Here's what I keep coming back to.

Everyone's rushing to learn the tools. Which app, which model, which button. And sure, some of that matters. But the tools change every few weeks anyway. The thing that doesn't go out of date is the ability to look at your own work and explain it clearly, honestly, and completely.

That one skill quietly makes you better at three things at once:

  • Hiring, because you can finally describe what the job actually requires.
  • Delegating, because you can hand work off without it boomeranging back to you.
  • Automating, because a clear explanation is 90 percent of a working system.

You don't get good at automation by studying automation. You get good at it by getting good at describing how your business really runs. The tools are just waiting on the other side of that clarity.

So if you're staring at some task, wondering whether AI can take it off your plate, don't start with the software. Start with a blank page and try to explain the task to an imaginary new hire. If you can't get through it without a dozen "it depends," you just learned something valuable. That fog isn't the technology's fault. It's the map you haven't drawn yet.

Draw the map first. The rest gets a lot easier from there.

FAQ

What's the actual difference between delegating and automating?

Delegation hands a job to a person who can use judgment and fill in gaps you never spelled out. Automation hands a job to a system that only does exactly what you specified. Delegation tolerates ambiguity; automation exposes it, which is why automating forces you to explain a process you may have never written down.

How do I know if a task is ready to automate?

Use the new-hire test. Could someone do it on day one from written instructions alone, without asking you a single question? If yes, it's automate-ready. If it's full of exceptions and judgment calls, it needs more explaining first, or it needs a human in the judgment spots.

Can't modern AI handle tasks that are a little fuzzy?

Yes, more than older tools could. AI agents can take messier instructions and still make reasonable calls, which moves more tasks into automate-able range. But they still need context about your specific business, and they still need supervision while they learn it. Less explaining than before, not zero.

What should I never fully automate?

Anything irreversible or high stakes: sending money, deleting data, legal or medical decisions, or promises made in your name. Automate the preparation for those, but keep a person on the final decision.

Want to talk more?

Tell me what's on your mind and I'll take a look. No pressure, no obligation, just a real conversation about your business.

Let's talk