01 Guide / Fundamentals

How to tell if a task is actually worth automating

Most automation fails the math before anyone writes a line of code. Here is the test we run first, on every task, before we build anything.

Almost every company I meet has a list of things they want to automate. The list is usually too long. Some of those tasks would pay back the build cost in a month. Others would cost more to automate than they will ever save, and a few would quietly make things worse.

The good news is you can sort the list without a consultant and without writing any code. You only need to weigh one thing: how often a task happens, times how long each run takes, times what it costs when it goes wrong. When that product is high, automate. When it is low, leave the task alone.

The three questions

Before you automate anything, run it through these three questions in order. Each one is cheap to answer and any one of them can kill the idea on its own.

  1. How often does it happen? A task you do fifty times a day is a different animal from one you do twice a year. Frequency is the multiplier on every hour you save, so it usually matters most. Rare tasks almost never clear the bar, no matter how annoying they are.
  2. How long does each run take? Multiply the time per run by the frequency to get the real cost of the task in hours per month. A two-minute task done two hundred times a month is nearly seven hours. A ninety-minute task done once a month is barely worth a second glance.
  3. What does a mistake cost? Some tasks are cheap to get wrong and easy to catch. Others quietly send the wrong invoice, miss a compliance deadline, or lose a customer. High error-cost tasks are worth automating even at lower frequency, because a consistent machine beats a distracted human on the things that hurt.

Rule of thumb

If it's frequent, slow, and costly to get wrong, automate it. If it's rare or high-judgment, leave it alone.

A quick worked example

Put two real tasks side by side and the answer usually falls out on its own.

Automate

The weekly status report

Happens every week, takes forty minutes of copy-paste from four tools, and a wrong number erodes trust with the client. Frequent, slow, costly to get wrong. This is a clean yes.

Leave alone

The once-a-quarter hire decision

Happens a few times a year, needs judgment that lives in your head, and the stakes are too high to hand off. Rare and high-judgment. Automating it would cost more than it saves and remove the part that matters.

When NOT to automate

Knowing what to skip is half the value. Three patterns should give you pause every time.

  • Rare tasks. If it happens a handful of times a year, the build and maintenance cost will almost always outrun the time you save. Do it by hand and move on.
  • High-judgment calls. Hiring, pricing, strategy, anything where the reasoning is the point. Automation can gather the inputs, but it should not make the call.
  • Unstable processes. If the steps change every month, you will spend more time rewiring the automation than doing the work. Stabilize the process first, then automate it.

The goal isn't to automate everything. It's to automate the right things and know the difference.

Alice Hsieh, Founder of Alytic

A 5-item checklist

Before you greenlight any automation, run the task through these five checks. If it fails more than one, put it back on the shelf.

  • It happens often enough that saved minutes add up to real hours each month.
  • Each run takes long enough that the saved time is worth measuring.
  • A mistake is expensive, and a machine would be more consistent than a person.
  • The steps are stable and written down, not reinvented every time.
  • The task needs no real judgment, or the judgment can be left to a human at a clear checkpoint.

If a task clears all five, you have found something worth building. If it does not, you have just saved yourself a project. Either way, the answer is now a decision you can defend instead of a hunch. When you have a shortlist worth acting on, the next step is to rank it by payoff, which is exactly what the AI Opportunity Diagnostic does across your whole business in five days.

Have a shortlist worth ranking?

The five-day diagnostic scores every candidate by payoff, so you build the right things first.