惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Blog — PlanetScale
Blog — PlanetScale
小众软件
小众软件
F
Fortinet All Blogs
博客园 - 叶小钗
博客园_首页
D
DataBreaches.Net
Apple Machine Learning Research
Apple Machine Learning Research
U
Unit 42
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
博客园 - Franky
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家
M
MIT News - Artificial intelligence
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
​Why The Cheapest AI Stack Becomes The Most Expensive At ...
Ben Gutkovic · 2026-05-21 · via Forbes - Innovation

Co-Founder of Superlinked, building enterprise-grade open-source inference for production-scale AI search and document processing.

getty

Most AI infrastructure projects don't fail on quality. They fail on economics. Somewhere between the first and the Nth scale events, the cost curve detaches from the usage curve. The finance team notices three months later, but by then, the team has pulled two features, deferred a third and spent weeks rebuilding the part of the stack that made the original economics work.

This silent detachment is one of the most underestimated risks in AI infrastructure, and it reshapes the product before it ever appears on the finance team's radar.

Pilot economics aren't production economics.

Teams model AI cost by taking pilot metrics and multiplying them by expected traffic. The math is clean in a spreadsheet and totally wrong in production.

Pilot traffic is narrow, repetitive and predictable in its query distribution. Production traffic, on the other hand, is wide, spiky and disproportionately expensive in the long tail. A system that costs four cents per query at pilot can cost many times that in the tail, where the most valuable queries to the business tend to live.

Treating AI infrastructure cost as a linear function of volume sits behind most AI budgeting errors, but the budget rarely breaks first. Usually, the first victim is the roadmap because the team starts making product decisions to defend the unit economics rather than to serve the user.

Average cost hides the shape underneath it.

Per-token pricing and blended monthly invoices are smooth metrics. They produce clean lines in the budget. They're also the wrong instrument for noticing the failure mode described above.

A blended number smooths over latency variance, retry cost, cold-start spikes and the true distribution of cost across query types. Teams see the invoice total, not the distribution underneath.

However, the distribution is where the business consequences live. A small fraction of queries that are slow, expensive or cold-started will drive most of the user-facing latency that matters. A reliability issue that affects a small share of volume but overlaps with the high-converting queries becomes a revenue problem, not an infrastructure problem. An averaged bill keeps that shape invisible until a team actually goes looking for it.

The roadmap usually breaks before the budget does.

The industry frames inference cost as a procurement problem. In my experience, however, the harder problem is how the cost structure affects the product decisions a team still gets to make.

When inference dominates the AI budget, the team stops shipping features that could improve the product. Embedding refresh cadence slows down. Long-context scenarios are cut. Custom models are rejected in favor of whatever fits within the catalog that an inference provider happens to support. The most expensive queries are throttled or downgraded, which is usually a euphemism for a degraded user experience.

The bill breaks the team's ability to keep innovating and improving user experience.

When does cost become a positioning problem?

In our work on open-source inference infrastructure, we saw production systems where a small fraction of query types consumed a disproportionate share of the inference budget. In one case, a company building a semantic search product spent most of its inference budget on the most complex queries. The team's first instinct was to cap query complexity, but that would've removed their primary differentiator in the category.

The cost problem had migrated into a positioning problem before anyone noticed. Inference bills had reshaped what the product could offer, and the reshape was invisible to leadership until the competitive gap showed up in a deal review.

What do the teams that see the problem early do differently?

Three actions separate teams that model AI economics correctly from teams that discover the economics through a meeting with the finance team.

1. Instrument unit cost by query class, not just aggregate spend. Latency, error rate and retry cost belong on the same dashboard as dollars. If the financial view of the system is the only view, the roadmap will surprise everyone.

2. Model cost as a function of query distribution, not volume. Most of the business value and most of the infrastructure cost live in the tail. Teams that treat the tail as an edge case discover it is not, usually when that discovery is most expensive.

3. Preserve optionality. A deployment choice that's cheap to reverse is worth more than a deployment choice that's a few percent cheaper per query. Lock-in is a liability that quietly accrues interest.

Inference is a product decision, not a procurement line.

Teams that treat AI infrastructure as a budget line eventually make product decisions to defend the budget. Teams that treat AI infrastructure as part of the product keep the optionality to make the budget work in whichever direction the product needs to go.

The cost of inference is the space of features a team can still imagine shipping. That space is a leadership decision, which shouldn't be outsourced.​


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?