Field notes
What AI workflow automation really costs
The model bill is rarely the expensive part. The expensive part is the six months after launch.
Buyers ask what AI automation costs and get either a shrug or a number with no shape to it. Both are unhelpful. The honest answer has four lines and the fourth one is where projects go wrong.
Line one: the build
Ranges I see holding across North America and Europe, for work that is genuinely production-grade rather than a demo:
- Single workflow, no retrieval. 3,000 to 12,000 dollars. Two to four weeks. Intake, classify, extract, route, notify, log, with error handling and monitoring.
- Agent system with retrieval and review steps. 15,000 to 60,000 dollars. Four to ten weeks. Document pipeline with citations, approval gates, audit trail, evals.
- Platform work. Above that, and now you are hiring, not buying a project. Be honest with yourself about which one you are doing.
Roughly 60 percent of that build time goes to things nobody demos: edge cases in real data, retry and idempotency logic, permissions, logging, and the eval suite. That is not padding. That is the difference between a working demo and a system that runs unattended.
Line two: model spend
Usually smaller than people fear, and almost always larger than it needs to be on the first pass.
A workflow processing a few thousand documents a month, built without cost discipline, might run 400 dollars in model calls. The same workflow with prompt caching, context trimming, and difficulty-based model routing typically lands closer to 80. That is not a trick, it is just engineering, and the sequence is in prompt caching, and the rest of the bill.
Line three: hosting and platform
- Orchestration. n8n Cloud on a small plan, or self-hosted on modest infrastructure with managed Postgres and Redis. Either way, tens of dollars to low hundreds per month. Sizing detail in self-hosting n8n at scale.
- Database and object storage. Usually trivial at these volumes.
- Retrieval infrastructure if you need it. A managed vector index or Postgres with a vector extension. The second option is cheaper and sufficient far more often than vendors suggest.
- Monitoring. Frequently free at low volume, and worth paying for the moment it is not.
Realistic total for a mid-sized system: 100 to 500 dollars a month, plus model spend.
Line four: maintenance, the line that gets omitted
This is where projects quietly fail. AI systems do not sit still, for four reasons that all arrive on their own schedule:
- Model versions change. Providers deprecate and update. Behavior shifts. Without an eval suite you find out from a customer.
- Your inputs drift. A new client sends a different document format. A form gains a field. The distribution moves and accuracy moves with it.
- Integrations break. APIs deprecate, credentials expire, rate limits tighten.
- Requirements grow. The system works, so people want it to do more. That is success, and it is also work.
Budget realistically at 10 to 20 percent of build cost per year, or a few hours a month of a competent person's attention. Systems with no maintenance owner are the ones I get called to resurrect, which is the subject of why AI pilots die at handoff.
It ran perfectly for five months. Then the vendor changed a field name and nobody owned it, so it stopped and nobody noticed for two weeks.
Worked example
Invoice intake for a firm processing about 2,000 invoices a month. Extract fields, validate against purchase orders, flag exceptions for a human, push the clean ones into the accounting system.
- Build: 9,000 dollars, three weeks.
- Model spend: about 60 dollars a month, cached and routed.
- Hosting and monitoring: about 120 dollars a month.
- Maintenance: about 1,400 dollars a year.
- Replaced: roughly 60 hours a month of manual entry and checking, at a loaded cost well above the run cost.
Payback in a few months, and the more durable benefit is the exception rate dropping because validation happens on every invoice instead of on the ones someone had time for.
Where money gets wasted
- Automating the wrong process. A workflow that runs twelve times a month cannot repay a serious build, no matter how annoying it is.
- Paying for discovery instead of software. Discovery is days, not months, and it should end in a scoped build.
- Per-seat AI tools nobody adopted. Check usage at 60 days before renewing anything.
- Skipping evals to save a week. The cheapest false economy in this field. You pay it back with interest the first time quality drifts silently.
How to compare two quotes properly
- Whose accounts does it run in. Yours is the only good answer.
- What is the expected cost per run, and what caps it.
- What is the quality signal after launch.
- What does the handoff include, and who owns it in month three.
- What happens to the system if the engagement ends.
A proposal that answers all five is usually the more expensive one on paper and the cheaper one over two years. The deliverable standards behind those questions are in what an AI automation agency actually delivers.
If you want a specific number for a specific process, the AI production readiness audit produces a ranked plan with cost estimates in 48 hours, and the fee credits toward the build. Scope and approach are on the services page.
Frequently asked
How much does AI workflow automation cost?
A single production workflow typically runs 3,000 to 12,000 dollars to build and a few hundred dollars a month to operate. Multi-workflow agent systems with retrieval and human review run 15,000 to 60,000 to build. The line most quotes omit is maintenance, which is real and ongoing.
What is the ongoing cost of an AI automation?
Model spend, hosting, monitoring, and maintenance. At moderate volume with caching and model routing in place, the technical run cost is usually 100 to 800 dollars a month. Maintenance time is the larger number for most businesses.
Why do AI automation quotes vary so much?
Because they price different things. A prototype in a vendor workspace and a production system with evals, monitoring, cost caps, and a handoff are both called automation, and they differ by an order of magnitude in work.
How do you calculate ROI on AI automation?
Hours saved times loaded hourly cost, plus error and rework reduction, plus revenue from faster response where it applies, minus build cost amortized and run cost. Measure the baseline before you build or the ROI number will be a story.
Want this shipped in your stack?
The $1,000 AI audit gets you a ranked action plan in 48 hours.
90-minute live review of your workflows, agents, retrieval, permissions, evals, costs, and observability. Fee credits toward the build.

Written by
Alex Cinovoj, TechTide AI
Founder and CTO of TechTide AI, a Columbus, Ohio AI-automation agency, and co-host of the Automation Vibes podcast. 13 years of mixed IT across support, systems, cloud, architecture, and engineering, with the last 2 years on AI implementation. Lovable Champion and community leader, and has completed Anthropic Academy courses in Agent Engineering, Claude Code, MCP, and Context Engineering.
More on Business & buying
Why AI pilots die at handoff
The pilot worked. Nobody owned it on Monday. That is the whole story, most of the time.
Build vs buy for AI agents
Buy the commodity. Build the part your customers would notice if it disappeared.
AI receptionist vs AI intake agent
Answering the phone is the easy half. The value is in what happens to the information afterward.