Skip to content
Back to Writing
02AutomationAug 2026

Where AI Workflows Actually Help

There is a lot of noise right now about AI in business operations. Most of it is people showing you a screenshot of an automated workflow and calling it transformation. A genuine portion of it is useful. But the gap between what gets posted and what actually saves a team ten hours a week is larger than you would think.

I build automation for a living. I use n8n, Make, and custom agents. I am not skeptical of the tools. I am skeptical of how most companies try to use them.

Two mistakes I see repeatedly

The mistake I see most often is automating a broken process. Someone has a workflow that takes six steps and produces unreliable output. They add AI to it. Now it takes four seconds and produces unreliable output slightly faster. The process was the problem. AI just made the problem more efficient.

The second mistake is trying to automate judgment. I had a client who wanted an AI agent to qualify incoming leads. We tried it. The agent could read the form submission and make a reasonable guess. But the definition of a “qualified lead” changed every month based on what the sales team had capacity for. No workflow can automate a moving target like that. What we could automate was the routing — getting the right lead to the right person. The qualification still needed a human.

Where automation actually returns time

Where AI workflows actually help is in the work that is rules-based, repetitive, and voluminous. I am talking about the twenty minutes someone spends every morning copying data from one system to another. The report that takes an hour to compile but follows the same structure every time. The responses to customer questions that have been answered a hundred times before. That is where automation returns real time.

One of my favorite builds last year was for a company that onboarded fifty new clients a month. Every onboarding generated the same fifteen documents, the same seven internal notifications, and the same welcome sequence. A coordinator spent three hours per client on this. We automated the document generation and routing. The coordinator now spends forty minutes per client — reviewing exceptions and handling the edge cases that the workflow flags for human attention. That is six hundred hours returned to the team per year. Not because AI replaced a person. Because it removed the part of the job that did not need a person.

The test I use

The test I use before building any automation is simple. Can I write down the rules as a flowchart with no ambiguous branches? If yes, it is probably automatable. If no — if the decision requires context, judgment, or interpretation that changes based on who is asking — then AI can assist, but it should not own the workflow.

This is not a popular position. It is less impressive than saying an agent will run your entire operation. But I would rather build something that works quietly than something that demo’s well and breaks on a Tuesday.

The companies that get real value from AI operations are the ones that start small, measure the time saved, and expand from there. They do not try to automate their company on a Monday. They find one workflow that everyone hates, they remove it, and they see what happens.

Most of the time what happens is that the team starts asking what else we can get rid of. That is the right question. That is where automation actually starts to compound.