HeadCount0

Guides / Automation / 6 min read / Updated 1 August 2026

What to automate first

The wrong first project is the interesting one. The right first project is the boring one somebody does every single day and quietly resents.

The short version

  • Score candidates on frequency × time per run × how identical each run is. The top of that list is your first project, whatever your instinct says.
  • Never automate a process that is still being argued about. You will be encoding the argument.
  • Automation that fails silently is worse than no automation, because people stop checking. Build the alarm at the same time as the job.

The scoring question

For every candidate, three numbers:

Multiply. The top of the list is where to start. This is unglamorous on purpose: the highest-value automation in most small businesses is a report somebody assembles by hand every morning.

Three things that almost always qualify

Three things that almost never do

The failure nobody plans for

The dangerous outcome is not the automation that breaks loudly. It is the one that stops working quietly while everybody continues to assume it ran.

A sync that silently drops records for three weeks does more damage than never having built it, because the manual habit died the day it launched. So build these two things at the same time as the job itself:

Build, buy, or glue

Most first projects are glue, and glue is a perfectly respectable answer. The failure is building a bespoke system for a problem a fifteen-dollar-a-month tool already solves.

How to know it worked

Write down, before starting, what you expect to stop happening. "Nobody assembles the morning report by hand." "Nobody re-types orders into the accounting system."

Then check in a month. If the person still does it — because they do not trust it, or because it handles nine cases out of ten and the tenth is what makes it unreliable — the automation has added a system to maintain without removing the work. That is worth finding out early, and it is a common enough outcome to be worth expecting.

Common questions

Should I use AI for this?
For steps that involve reading unstructured text and producing a summary or a classification, often yes, and it opens up work that was not automatable before. For deterministic steps — moving a record, running a job on a schedule — plain code is cheaper, faster, and does not vary between runs. Use the model where the variability is the point.
What if the process changes constantly?
Then it is the wrong first candidate. Automate the stable parts around it and leave the changing part manual until it settles.
How do I stop it becoming another thing to maintain?
Accept that it is one, and keep the count low. Five automations that a named person understands beats twenty nobody can explain, and the second situation is how companies end up afraid to change anything.

If you would rather not do this yourself

The listings this guide is about. Every one prints its price and names the company that sells it, and the status is what it says it is.

Nothing above is a promise of a result. Read the disclaimer for what this site refuses to claim.