Almost every business has a list of tasks someone does by hand, repeatedly, that "should probably be automated someday." Most of that list isn't actually worth touching. Automating the wrong thing costs real money and produces a system nobody trusts. Here's how to tell which items on the list are worth it.
Frequency times pain, not just frequency
A task done 200 times a week that takes 15 seconds and requires zero thought is often not worth automating — the friction of building, testing, and maintaining a system can exceed the time it saves. A task done 10 times a week that takes 20 minutes, requires switching between four tools, and is where mistakes actually happen is a much better candidate. Multiply how often something happens by how much it actually hurts when it does, not just the raw count.
Is the process stable, or does it change every month?
Automation works best on processes with a clear, repeatable shape. If the "correct" way to do something changes every few weeks because the business itself is still figuring it out, that's a sign the process needs to stabilize before it's automated — not that it needs a rigid script bolted onto it. Automating a moving target usually means rebuilding the automation as often as the process changes, which erases the savings.
Who actually feels the pain?
A process that's mildly annoying for one person is a very different problem than a process that's a bottleneck for an entire team, or one that blocks customers. The math on "worth automating" changes a lot depending on whether five minutes of friction is being paid by one person once a day, or by everyone on a team, every time they touch a shared system.
The compounding cost test
Take the time a task costs per occurrence, multiply by how often it happens, multiply by how many people do it, and look at that number over a year — not a week. A task that costs 10 minutes and happens twice a day doesn't look like much until it's framed as roughly 80 hours a year, for one person. That reframing is usually what makes the automation decision obvious one way or the other.
The red flag: automating a process nobody agrees on
If three people on the team would each describe "how we do this" differently, automating it before that gets resolved just locks in whichever version happened to get built first — and usually locks in the mess along with it. The fix in that case isn't automation, it's a conversation about what the process should actually be. Automation comes after that, not instead of it.
Want to run the compounding-cost math on your own process? There's a quick calculator for that.
Try the Cost CalculatorIf something on your team's list keeps coming up — the spreadsheet everyone dreads touching, the copy-paste routine between two systems that don't talk to each other — it's worth a short conversation before deciding whether it's actually worth building.
Start a Project