AI agent or plain automation: where the real ROI is
When simple automation is enough and when an AI agent pays off: ROI in hours, response time and errors, and why Gartner expects 40% of agent projects to fail.

The market currently pays more for agents than for anything else in applied AI. The skill "agentic AI" grew 280% in US job postings in a year, to roughly 90,000 listings, according to Stanford AI Index 2026. An engineer who builds agents earns 15 to 20% more than a comparable ML engineer, per the KORE1 hiring survey for 2026. And the same market, according to Gartner, will cancel more than 40% of agentic AI projects by the end of 2027.
I do not see a contradiction. The premium is paid for a rare skill. The cancellations hit projects where an agent was put somewhere it was not needed, or where nobody could prove it worked. When someone asks me for an agent, the first question is usually not "which agent" but "do you need an agent at all".
When plain automation wins
There is a class of tasks where a language model is simply not needed. The signs:
- the input is structured: a form, a spreadsheet, an API, an email that follows a template;
- the rules fit on one page and do not change every week;
- the answer has to be identical every time, and a mistake is expensive;
- the volume is high, but there are few decisions per unit of work.
Moving orders from the CRM into accounting, payment reminders, parsing a supplier price list in a fixed format, assembling a weekly report from three sources. All of that is a parser, a rule, or a scenario in any automation platform. It is cheaper, it behaves predictably, and it has no token bill.
I would not put an agent on a task that can be drawn as a flowchart. The agent will be more expensive, slower and less reliable than a plain if-then condition.
When an agent earns its cost
An agent belongs where the input is messy and there are many small decisions.
Typical situations: inbound emails to a distributor where one message contains an order, a complaint and a question about delivery dates. Qualifying leads who write in a messenger in free text. First-line support where the questions repeat but the wording is new every time. Sorting incoming invoices, contracts and requests that arrive as PDFs, photos and scans.
What they share: the rules are too many and too fuzzy to write down. A person handles it through judgment. An agent reproduces that judgment well enough to take most of the routine off the person and leave them only the ambiguous cases.
The second sign is a chain of actions. The agent does not just classify an email. It finds the order in the database, checks stock, drafts a reply and creates a task for the manager. Each step alone is trivial. The value is in linking them.
How to measure ROI
I use four metrics and insist they are measured before launch, not after.
- 01Hours. How much time staff spend on the process today. Not a guess of "about half a day", but a one-week measurement. Multiply by the fully loaded hourly cost.
- 02Response time. How long a customer or a colleague waits. In sales this is conversion directly: a lead who got a reply in a minute and a lead who waited until morning behave differently.
- 03Error rate. Orders typed in with a mistake, invoices sent to the wrong place, requests that got lost. Errors have a price, and usually nobody has counted it.
- 04Revenue being lost right now. Leads nobody answered. Requests that arrived after 6 pm. Repeat sales nobody got around to.
If the sum of those four lines is smaller than implementation plus a year of maintenance, the project should not happen. That is a normal audit outcome, and I say so to clients.
Evaluation first, agent second
In the KORE1 survey, employers named the top skill of an agentic engineer as neither prompts nor frameworks but the ability to build an evaluation harness: a set of test cases the agent is checked against automatically after every change.
Before the agent is written, you need real examples from the process with the correct answers, ideally at least a hundred. Emails and the way your best manager replied to them. Documents and what should be extracted from each. The agent runs against this set every time the instructions, the model or an integration changes.
Without it you do not know whether the agent got better or worse after an edit. You find out from customers. The projects Gartner counts in the cancelled 40% are very often exactly this: the demo worked, production drifted, and nobody could say why.
Data matters more than the model here. If there are no examples because nobody ever recorded the process, the first days go into collecting them. Boring work, and it decides the result.
Guardrails and handoff to a person
An agent in production has to do three things: never do what it is not allowed to do, stop when it is unsure, and hand the case to a person so that the person understands the context in ten seconds.
In practice this is a list of allowed actions (reading an order is fine, changing a price is not), confidence thresholds below which the agent opens a task for an operator instead of answering, and a log of every action. Also a spending cap, because an agent stuck in a loop can burn a month of tokens overnight.
The operator does not disappear. They stop doing the routine and start handling exceptions. Usually it is the same person who did it by hand before, and in the first weeks they are the one who spots where the agent is wrong.
Three steps to decide
- 01Audit the process. One or two weeks: where the input comes from, who does what with it, where time and money leak, whether there is data for evaluation. The output is a list of processes with an estimated effect and a verdict for each: rule, agent, or leave it alone.
- 02Pilot one process. Two weeks, a first working version on real data, with an evaluation set and guardrails. Not five processes at once. One.
- 03Measure. The same four metrics as before the start. If the numbers hold, extend to neighboring processes. If not, stop, and the loss is limited to the pilot.
This order is the basis of my services: an AI readiness audit from 450 EUR, an agent for one specific process from 1,500 EUR, first working version in two weeks. Why the market pays a premium for agentic engineers, and what that means for a buyer, is in my review of the AI job market in 2026.
If you have a process that eats hours and you are not sure an agent belongs there, send me a short description: what comes in, who handles it, how long it takes. I will reply with what I would do in your place.
FAQ on AI agent ROI
How is an AI agent different from regular automation?
Automation executes rules written in advance on structured data. An agent makes decisions on fuzzy input: a free-form email, a document without a template, a conversation. If the rules can be drawn as a flowchart, a parser or a workflow will do.
How fast does an AI agent pay for itself?
It depends on the process. Count hours saved, response time, error rate and the revenue you are losing today. If their sum over a year is clearly larger than implementation and maintenance, the project makes sense. If not, stick to simple automation.
Why do agentic AI projects get cancelled?
Gartner expects more than 40% of them to be cancelled by the end of 2027. The causes I see most: the agent was put on a task meant for rules, there was no test set, the data was worse than assumed, and nobody measured the effect before the start.
What is an evaluation harness and why does a business need one?
A set of real examples from the process with correct answers, against which the agent is checked automatically after every change. Employers in the KORE1 survey named it the top skill of an agentic engineer. For a buyer it is the only way to know the agent works before customers tell you.
Where do I start if I am not sure I need an agent?
With a process audit. In one or two weeks it becomes clear where the effect is, where rules are enough and whether the data exists. Then a two-week pilot on one process and a measurement against the same metrics as before.
Keep reading
All articlesA RAG chatbot on your company knowledge base: what it is and when it pays off
RAG in plain language: which businesses benefit from a bot that answers from their documents, what to prepare, where projects fail, why a pilot takes two weeks.
ReadPrompt engineer is not a job anymore: which AI skills the market actually buys
Why the prompt engineer title dropped out of hiring plans, what it pays in the US and Russia, which skills the market buys instead and who to hire.
ReadWhat a Forward Deployed Engineer is and why a small business should care
Where the Forward Deployed Engineer role comes from, why postings grew 1,000%, what an FDE does on site and how a small business gets that work without hiring.
Read