Which workflows should you leave alone?
The unstable ones, the rare ones, and the ones where the manual step is quietly doing work nobody has written down. Automation is not free, it is not permanent, and it is not neutral, and the decision to automate is a decision to take on a maintenance obligation you will carry for as long as the workflow exists.
I build automations for a living, so this may read oddly. It is exactly because I build them that I have a clear view of what they cost afterwards. The build is the cheap part and the visible part, and almost every conversation about automation stops there.
Here is how I decide when not to, and the tests that have saved me and my clients more money than any workflow I have shipped.
What does an automation actually cost after it is built?
Attention, forever. Something has to notice when it breaks, someone has to understand it well enough to fix it, and the whole thing has to be re-verified every time a connected system changes. None of that appears in the estimate.
The platforms are honest about parts of this if you read their documentation. Zapier's own docs state that Autoreplay is available on the Professional, Team and Enterprise plans, and that it will not replay safely halted Zap runs. So retries are conditional on your plan, and a halted run still requires a human regardless.
n8n's documentation surfaces a subtler version. An error workflow must start with the Error Trigger node, and if the error occurs in the trigger node itself, the execution ID and URL are absent because the workflow never fully executed. The failure you most need to hear about is the one that arrives with the least information.
Then there is money that does not look like money. Anthropic's pricing documentation shows tool use adding a system prompt token overhead on every single call, 286 tokens on Claude Opus 5 for a tool choice of auto or none, and prices code execution by time with a minimum of 5 minutes, 1,550 free hours per organization per month, and $0.05 per hour per container after that. Small numbers, charged every run, forever.
When is the process too unstable to automate?
When you cannot write down the rule without saying it depends. If the correct action varies by circumstances that a person weighs in the moment, you do not have a process, you have a judgment, and automating a judgment produces a machine that is confidently wrong at scale.
The tell is the exception list. Ask whoever does this manually to describe how it works, then count how many times they say usually, or except when. Three or more and you are not ready. Each exception is a branch, each branch is a thing that can be wrong, and the exceptions are usually where the value is.
The second tell is churn in the connected systems. If the CRM fields are being renamed monthly, if the form changes every campaign, if the spreadsheet layout is somebody's personal preference, then the automation will spend its life breaking for reasons unrelated to its logic. Stabilize upstream first.
When is the volume too low to justify it?
More often than people expect, and the arithmetic is easy to do and almost never done. Multiply the time the manual task takes by how often it happens in a year. Compare that to the build, plus the time to write the runbook, plus the ongoing attention when it breaks, plus the time to relearn it in eight months when you have forgotten how it works.
A task that takes two minutes and happens twice a month is twenty-four minutes a year of manual work. Nothing you build will beat that. The instinct to automate it anyway is not about efficiency, it is about the discomfort of doing something repetitive, and those are different problems with different solutions.
Where the arithmetic genuinely favors automation is at real volume with a stable process. The Airtable and WhaleSync setup I run for Ajust has helped deliver more than 25,000 cases and saved more than 50,000 hours. That is not a marginal call. Most of the automations people ask me about are marginal calls, and most marginal calls should be no.
When does automating remove something valuable?
When the manual step is where somebody notices things. This is the cost nobody accounts for, and it is the one I have seen do the most damage.
A person reviewing inbound leads by hand notices that three came from the same company this week. A person sending invoices notices that one client's numbers look wrong. A person moderating signups notices a pattern that becomes a product decision. Automate the task and you keep the output and lose the noticing, silently, and nobody connects the loss to the change months later.
The related loss is relationship. There are messages that should come from a person because the fact that a person sent them is most of the content. A first response to a new client. A note when something went wrong. Automating those does not save time so much as it converts a relationship into a transaction, cheaply, and you cannot convert it back.
So before you automate a human step, ask what that person currently sees that nobody else will. If the answer is anything, keep a human in the loop rather than removing them, which is the distinction I drew in when to keep a human in the loop.
When is the honest answer to fix the process instead?
When the workflow only exists because something upstream is broken. Automating a workaround makes the workaround permanent, and it removes the pressure that would have got the real thing fixed.
I see this most often with data cleanup. Somebody builds an automation to correct badly formatted records arriving from a form, which works, and which guarantees that the form stays badly designed forever. Two fields on the form would have removed the need for the automation entirely, and would not need monitoring.
The test is to ask why this task exists at all, twice. If the second answer is because something else is wrong, fix that instead. Automation is very good at making a bad process survive, and that is not the same as making it better.
What about the automations you already have?
Apply the same test backwards, once a year. Some of what you built is still earning its keep, and some is running because nobody has questioned it since the day it shipped.
Look for three signals. An automation nobody could explain if the person who built it left. One whose output nobody has checked in months. And one that fires on a process that changed underneath it, which is the one most likely to be producing quiet garbage right now.
Deleting an automation is a legitimate outcome and it feels worse than it is. Across 70 plus projects for 25 plus clients over 6 plus years, I have turned off more workflows than I regret building, and every one of them freed up attention that was better spent elsewhere. My own version of that split is in what I automate and what I still do by hand.
What is the test I actually use?
Four questions, in order, and a no to any one of them stops the project. Can I write the rule down without the word usually. Has the connected system been stable for at least a quarter. Does the annual manual cost clearly exceed the build plus a year of attention. And is there anything the person doing it currently notices that the automation would not.
If all four pass, build it, and write the runbook before you turn it on. If any fail, the honest recommendation is to leave it manual and revisit in six months, which is a recommendation I give more often than clients expect from someone who bills for automation work.
That order matters. Stability first, because an unstable process fails every other test anyway. Volume second, because it is the easiest to compute. The noticing question last, because it is the one people forget and the one that causes the most regret. I described the paperwork that follows a yes in the automation runbook to write before you ship.
What should you do next?
Take the automation you are currently planning and run the four questions on it before you open any tool. Write the answers down, in one line each. If any of them is a no, you have just saved yourself a build and an obligation.
Then do the same for the automation you already run that you understand least well. That one is the most likely to be quietly costing you something, and the review takes twenty minutes against a maintenance burden you have been carrying without noticing.
I build automations for founders and marketing teams on fixed fees, with most projects landing between 1,000 and 10,000 dollars, and a meaningful share of those conversations end with me recommending against building anything. If you want an honest read on whether a workflow is worth automating, reach out and let's chat.
Get found, cited and the back office automated
Let's make your site the source AI engines quote and wire up the systems behind it.
Read more blogs
Let's get your website found and cited by AI
Tell me what you're working on, whether AI search is skipping your product, your back office is buried in manual work, or you need a build that does both.