New State of AI 2026: Mid-Year Reality Check is live. Read the report

AI Model Selection: The Cost of Model FOMO

Nobody chooses the most expensive model. They just never choose a cheaper one, and the difference arrives monthly.

Uber spent its entire 2026 AI budget in four months.

What happened next is the part worth copying, and it is not the part most companies would have guessed.

April

The budget is gone

Uber has spent its entire 2026 AI budget in four months, its CTO Praveen Neppalli Naga tells The Information.

2 June

The caps go on

Uber caps agentic coding tools at $1,500 per employee per month per tool, Bloomberg reports. Around 10% of Uber code is AI-generated at this point, per CEO Dara Khosrowshahi.

7 August

The caps are not the answer

Naga posts that "we are coming to the end of the so-called tokenmaxxing era". Uber has quadrupled the number of employees on frontier AI tools while cutting per-token cost, through prompt caching and changes to which model runs by default.

Four months to spend the year’s budget, two months of caps, and then a different answer. Sources in the note at the foot of this page.

Read that sequence carefully. The caps were the obvious move and they were not the fix. What actually worked was cheaper defaults and better caching, which let four times as many people use the tools for less money per unit of work.

Uber did not have a spending problem. It had a selection problem, and caps are what you reach for when you cannot tell which requests deserved the expensive model.

Why do teams default to the most capable model?

Because nobody chose. The first model that worked became the model, and no one has revisited it since.

That is how a daily summary, a ticket classification and a genuinely hard reasoning problem all end up on the same expensive tier. Not one of those was a decision. The first was a default, the second copied the first, and the third is the only one that needed it.

Wade Foster, co-founder and CEO of Zapier, put the mismatch plainly on our podcast:

“they might be doing pretty mundane tasks where it's like, ‘Oh, you know, build my daily brief,’ but you're sicking [a frontier model] on it. And it's like, whoa, that's just way overkill. You don't need that type of model for the job.”

Wade Foster, Co-founder and CEO, Zapier

We call the reason for that model FOMO: the suspicion that a cheaper tier would probably do, held alongside the worry that you might miss something by finding out. It is a decision made on nerve rather than measurement, and the tell is that the suspicion is usually already there. What is missing is the evidence to act on it. You pay for that gap every month, on every routine task that never needed the top tier.

Every major vendor ships a tiered ladder, so this is a within-ladder decision rather than a vendor decision. The behaviour is universal, and swapping brands does not solve it.

Does a cheaper model always mean worse output?

Not reliably, and the assumption that it does is the thing worth attacking.

Capability is not one number. A frontier model is general, and general is expensive to run and often unnecessary. On a narrow, well-specified task with a clear right answer, a smaller or purpose-built model frequently matches the frontier and sometimes beats it, because the task rewards precision on one thing rather than breadth across everything. Document classification, entity extraction, routing and structured parsing all sit in that category.

So the trade-off model FOMO assumes is not always there. Sometimes you are paying a premium for a worse answer, and the only way to find out is to test the tiers against your own work.

What does model FOMO actually cost?

We print no per-token prices here. They move monthly, and a page that hard-codes this quarter’s rate card is wrong by the next one. Do the arithmetic with your own numbers instead.

(tasks per month times tokens per task times your frontier rate) minus (the same volume at your lower-tier rate) equals your monthly premium.

Then divide the cost of building an evaluation set by that figure. If two days of work pays back inside one billing cycle, the eval is the cheapest line item in the decision, and the argument is over.

Coinbase reached the same place from the other direction. In a public post, CEO Brian Armstrong writes that better defaults, routing, caching, leaner context and visible usage together cut the company’s AI spend nearly in half while token usage kept growing. His routing line is the one aimed straight at model FOMO: humans shouldn't be choosing models, AI can automate this task. We take that story apart properly in our AI model strategy guide.

How do you prove a cheaper model is good enough?

You build an evaluation set you own, and you keep it private.

Private matters for validity rather than secrecy. Public benchmarks leak into training data, and the leakage is not marginal. A May 2026 preprint from Penn State surveying the problem reports contamination reaching up to 45% on commonly used benchmarks, and finds that rebuilding a clean mirror of one popular maths benchmark cut measured accuracy by up to 13% on some models. As the authors put it, a high score “often reflects the model’s capacity to effectively recall data encountered during pretraining, thereby inflating accuracy.”

That paper is a preprint and has not been peer reviewed. We cite it for the direction and the mechanism rather than for the precise percentages, which vary by benchmark and by model.

Which is why a leaderboard cannot answer your question. It is not that the numbers are fabricated. It is that they may be measuring recall of the test rather than capability on your task, and your task was never in the test.

A useful eval has three properties. It is drawn from work that is easy for a person and hard for a model, because that is where a real capability gap shows up rather than a formatting difference. It is small enough to build in days, because an eval that takes a quarter will not be maintained. And it shrinks as well as grows: failures get added, and cases that every tier passes get removed, because an eval both tiers ace decides nothing.

AI Strategy

The eval is the artefact worth owning, and most teams do not have one. We build a representative task set with a defined pass condition, run your real workloads against the tiers, and hand back the evidence.

Talk to us about model selection

What should you measure before dropping a tier?

Six numbers, and the last one is a veto rather than a measure.

MeasureWhy it decidesFailure it prevents
Pass rate on your private eval setThe only number scoped to your actual workTrusting a 99% public benchmark that never tested your task
Human-easy, model-hard ratioConfirms the eval probes a real capability gapAn eval both tiers ace, which decides nothing
Escalation rate to the higher tierSays whether routing saves anything netA cheap route that pays twice, once low and once high
Cost per successful taskRetries are where token savings dieWinning on unit price, losing on total spend
Variance across rerunsConsistency, not peak quality, is the productPassing on average, failing unpredictably
Blast radius of a wrong answerSome tasks are not eligible at any priceOptimising a workflow that should not have been automated

The one people skip is variance. A model that passes four times in five and fails unpredictably on the fifth is worse in production than a model that is slightly less capable and always the same, because the first one costs you a review process and the second one does not.

Where does this sit in how we work?

The evaluation set is the deliverable, not the model recommendation.

When we map workloads for a client, the first artefact is a small set of representative tasks with a defined pass condition, because until that exists every tier conversation is a matter of opinion. It usually takes days rather than weeks, it exposes where a cheaper model already clears the bar, and it keeps working after the next model release, which a one-off comparison does not.

That is the same sequence as the wider portfolio work: evaluate, specialize, orchestrate, optimize. Model selection is the evaluate step, done once properly, so the other three have something to stand on.

The short version

Uber’s four months are not a cautionary tale about AI being expensive. They are a story about not knowing which requests deserved the expensive model, and caps are what you reach for when you cannot answer that.

Model FOMO is the individual version of the same gap. The suspicion that a cheaper tier would do is usually correct and almost never tested, because testing it requires an eval nobody has built yet.

Build the eval. Make it small, private, and drawn from work that is easy for a person and hard for a model. Then let it decide, and re-run it when the next model ships.

AI Strategy

If nobody can say what a cheaper tier would cost you in quality, that is the gap. We map the workloads, build the evaluation set, and leave your team able to re-run it every time a new model ships.

Talk to us about AI strategy

Common questions

Why will this article not give me per-token prices?

They change monthly, so a published rate card is stale almost immediately. The arithmetic here uses your own rates and volumes, which means it survives the next price change and gives you a number that is actually about your workload.

When should you not drop to a cheaper model?

When the cost of a wrong answer is high enough that the saving cannot justify it. Some tasks are not eligible at any price, and blast radius is a veto rather than a measure. Also hold the higher tier where output varies a lot between reruns, because consistency is worth more in production than an occasional better answer.

Does going specialized mean giving up the frontier?

No. Specialized and cheaper models earn narrow, high-volume tasks on measured evidence. The frontier keeps the open-ended work, the ambiguous work, and anything where the cost of a wrong answer is high. The point is that the split should be decided rather than inherited.

Sourcing: Uber’s budget exhaustion in four months and the remarks by CTO Praveen Neppalli Naga were reported by The Information and subsequently by Fortune; the $1,500 per employee per month cap on agentic coding tools was reported by Bloomberg on 2 June 2026; the approximately 10% AI-generated code figure is attributed to CEO Dara Khosrowshahi; the "tokenmaxxing" remark and the quadrupling of frontier-tool users are from Naga’s post of 7 August 2026. Brian Armstrong’s figures are from his public post, captured verbatim; the cache improvement he cites is scoped to LibreChat and the open-weight defaults are described by him as an experiment. Contamination figures are from LLM Benchmark Datasets Should Be Contamination-Resistant, Al-Lawati, Lucas, Lee and Wang, Penn State, arXiv preprint 2605.19999, 19 May 2026, which has not been peer reviewed. The single quotation is from our podcast, filler removed and wording otherwise verbatim; the bracketed substitution replaces a transcription artefact. Zapier sells the automation infrastructure Foster describes.

Get the best of our content
straight to your inbox!

Don’t worry, we don’t spam!
Related Posts
Categories
Explore by topic
Trending now
More topics

No topics match that.

View the full blog