Skip to content
Book a free consult
Interface sounds
By Kishan Thankey 5 min read StrategyAI ProductDecision Making

What an AI Agent Actually Costs to Run: The Math Nobody Shows You

Every agent pitch quotes the build price and goes quiet on the running cost. The running cost is tokens times price times volume, and a live calculator shows why it is almost always the smallest number in the room, next to the human minutes it replaces.

A receipt for one task done twice: the agent's token line items totaling eight cents, next to the person's twenty minutes totaling fifteen dollars.
Contents

Every agent proposal has the same silence in it. The build cost is right there on the quote. The running cost is somewhere between a shrug and “usage-based,” which reads like a warning label. So founders quietly assume the meter will bite them, the way cloud bills once did, and shelve workflows that would have paid for themselves in a quarter.

Here is the actual math. It is three numbers multiplied together, you can do it on a napkin, and for most business workflows it lands somewhere surprising: the running cost is the smallest number in the room.

The whole formula on one line

An agent’s marginal cost is: tokens per task x price per token x tasks. That is the entire meter.

A token is the unit AI is metered in, roughly three-quarters of a word, priced per million. Mid-2026 blended rates run from under a dollar per million tokens on budget models to a few dollars mid-tier and tens of dollars at the frontier. The numbers move, the structure does not.

So take a real task: an agent that reads an inbound support email, pulls the relevant policy and the customer’s history, and drafts a grounded reply. Everything it reads and writes might total 20,000 tokens with a retry included. On a mid-tier model at an illustrative $4 per million, that is 8 cents. The person who used to do that task took 20 minutes, and at a loaded $45 an hour, that same task cost $15. Not 20 percent less. A different unit of measurement.

Run your own numbers:

Agent cost calculator

What would this agent cost to run?

Tune it to one task your team does today. Prices are illustrative blended rates, the shape of the math is the point.

Model tier

Agent, per task

$0

Agent, per month

$0

A person, per task

$0

Token prices move and vary by provider; these tiers are illustrative, not quotes. Tokens are also not the whole bill: hosting, monitoring, and the build itself are real, which is why the full decision runs through the ROI math, not this one number.

Play with the extremes and notice how hard it is to make the agent expensive. Even at frontier pricing and heavy token counts, the per-task cost rarely climbs out of pocket-change territory while the human line sits at dollars. This is why the “model was never the bottleneck” shift happened: intelligence became a metered utility, and the meter is cheap.

Where the tokens actually go

The bill is not evenly spread, and knowing its anatomy is how you keep it small.

A horizontal bar breaking one agent task's tokens into parts: reading context and documents as the largest share, then the drafted answer, tool calls, and retries, with the note that reading is most of the bill and reading is a design choice.

Reading dominates. The context an agent takes in, documents, history, instructions, is usually several times larger than the answer it writes. Which means cost control and answer quality are the same discipline: engineering the context so the model sees the three passages that matter instead of forty documents that might. Sloppy retrieval is the most common reason a bill runs hot, and it makes answers worse at the same time.

Multiplication hides in architecture. A single agent that loops five times, or a multi-agent setup where several agents each read the full context, multiplies tokens in ways no line item shows. This is not a reason to avoid those designs. It is a reason to know your tokens-per-task number, not just your price-per-token number.

Model tier is a dial, not a destiny. Most routine steps run fine on mid-tier models; save the frontier rates for the judgment-heavy step that needs them. Mixed-tier designs routinely cut the bill by half or more with no visible quality change, and your evals are what prove the “no visible quality change” part instead of hoping it.

You do not manage an agent’s cost by watching the bill. You manage it by designing what the agent reads.

The honest caveats, before you over-celebrate

Tokens are the marginal cost, the cost of the next task, and that is the number that makes scaling decisions easy. It is not the whole economics. The build is real money up front. Hosting, monitoring, and evals are real money monthly. And saved minutes only become value when the time actually goes somewhere, which is the realization problem the ROI calculator models explicitly, and the reason that post’s default scenario comes out negative in year one. Cheap to run has never meant automatically worth building.

The right way to hold both numbers: the ROI math decides whether to build. The token math tells you what happens after it works, and its answer is the strategic one: scaling from 40 tasks a day to 400 raises the agent’s bill by a few hundred dollars a month, while doing the same by hand would take most of a team. Once a workflow is automated and trusted, volume is nearly free. That asymmetry, not the pennies, is the real headline.

The other meter, running the whole time

The same tasks, done by hand

$118,800

$9,900 a month, month after month

The calculator's default scenario, 40 tasks a day at 15 minutes each and $45 an hour, costs about $9,900 a month in human time. The agent's token meter for the same month reads about seventy dollars. Only one of these bills arrives as an invoice.

What to do with this

Pick the one repetitive, document-heavy task your team complains about most, and put its three numbers into the calculator above: how many times a day, how many minutes by hand, and a guess at the tokens. If the ratio comes out where most workflows do, somewhere between 50x and 500x, the running cost was never the obstacle. The obstacle is the build, the trust, and the rollout, which are all solvable, scoped problems with a known first step.


Want the real number for your workflow instead of an illustration? That is a one-conversation estimate. Book a free consult and we will size the tokens, the tier, and the build for one agent worth having, with the running cost in writing.

Frequently asked questions

How much does an AI agent cost to run per month?

Multiply three numbers: tokens per task, price per token for your model tier, and tasks per month. A typical document-heavy task runs tens of thousands of tokens, which lands between a fraction of a cent and a few dimes per task depending on the model. At hundreds of tasks a day, most single-workflow agents cost less per month than one day of the salary doing that work by hand.

What is a token, and why is AI priced in them?

A token is the small chunk of text an AI reads or writes, roughly three-quarters of a word. Providers meter usage per million tokens, like a utility meter, with separate rates for what the model reads and what it writes. Everything the agent looks at counts: your documents, the customer's history, its own retries. That is why cost per task is a design outcome, not a fixed fee.

Why is my AI bill higher than these estimates?

Usually one of three reasons: the agent is reading far more context than the task needs, it is running on a frontier model when a mid-tier one would do, or retries and multi-step loops are multiplying tokens invisibly. All three are design fixes, not pricing facts. Reading is typically the biggest share of the bill, and reading is a choice.

Is the token cost the full cost of running an AI agent?

No, and anyone who quotes it that way is selling something. The full picture adds hosting, monitoring, evals, and above all the one-time build. Tokens are the marginal cost, the number that tells you what scaling up will do. The build is the number that decides payback, which is why the ROI question and the running-cost question are worth calculating separately.

Found this useful?

Share this with your network on LinkedIn, it helps more than you think.

Enjoyed this read? Get the next one in your inbox.

When we publish something worth your time, you will be first to know. No spam, unsubscribe anytime.

Keep reading

Three doors: two grand ones labeled fine-tune and RAG drawing all the attention, and a plain glowing third door labeled better context that most teams should open first.
AI ProductStrategy

Fine-Tuning vs. RAG: What Your Product Actually Needs (Usually Neither First)

The most-asked technical question in AI product work has a decision tree for an answer, not a winner. Facts that change want RAG. Voice and format want fine-tuning, rarely. And most teams' real gap is a third, cheaper thing nobody argues about on the internet.

Read article
A building's foundation cracking, one crack tracing back to a single vendor-shaped node that just changed.
StrategyAI Product

The AI Lock-In Question: What Happens When the Model You Built On Changes

Every AI feature you shipped runs on a model you do not own, and it can change under you without ever throwing an error. A short scorecard shows exactly how exposed you are to that kind of AI vendor lock-in, and the fix costs far less than the rewrite you are picturing.

Read article
A dividing line with three cards above it labeled the model, the prompts, and AI features under the heading they can buy this tomorrow, and three cards below labeled workflow data, integration depth, and earned trust under the heading they have to earn this.
StrategyAI Product

What's Your AI Moat? Competing When Every Rival Runs the Same Models

Your competitor can rent the same intelligence you do, by Friday, at the same price. So what is actually defensible? A stress test for your AI competitive advantage, and an honest look at why most AI moats turn out to be head starts.

Read article

Have software that should be smarter?

Let’s map a free AI-transformation roadmap for your product.