Guides / What should I automate first?

What should I automate first?

A four-part filter for picking your first automation win — and the gut-check that confirms it.

By Robot on Rails · Updated 2026-06-23

Short answer

Start with a task that is important, repetitive, boring, and simple enough to run on autopilot — high-volume, well-characterised work you already trust by hand. The everyday "ugh, not this again" reaction is a reliable signal you've found one. Judgement-heavy tasks can be automated too, but they need far more custom development, so they're rarely the right first project.

The four-part filter

A good first automation target clears all four bars at once. Miss one and the project gets harder fast:

CriterionWhy it matters
ImportantHigh-volume or on the critical path — so the time you free up actually counts.
RepetitiveRun often enough that automation pays back quickly.
BoringLow-judgement steps a machine can follow without interpretation.
SimpleWell-characterised and stable, so you're automating a known-good process.

The "ugh" test

😤

If a task makes your team groan — "ugh, not this again" — that reflex is a reliable signal. Boring, repetitive, low-judgement work is exactly what should run on autopilot.

The tasks people dread are usually the ones with the clearest rules and the least need for scientific judgement — which is precisely what makes them automatable.

Why simple-and-stable beats clever-and-novel

Automation amplifies a good process; it can't rescue a bad one. If a protocol isn't reproducible by a trained person, automating it just produces failures faster. And the stakes of leaving repetitive manual work in place are real:

0%
of people exceeded ISO imprecision limits pipetting 10 µL by hand [1]
0%
of landmark cancer studies could be independently reproduced [2]

Stabilise the protocol by hand first, then automate the version that already works. More on why projects fail →

When judgement-heavy work is worth it

Tasks that need real scientific judgement — interpreting an ambiguous result, deciding the next step — can be automated, but they usually demand significant custom development and a tight feedback loop. They're a great second or third project, once you've banked a reliable win on something boring and simple.

See it on your bench → Book a demo