AI · Analysis
Inference Is Cheaper, but the Infrastructure Bill Keeps Growing
Token prices drop with every model release. Yet enterprise invoices remain stubbornly flat as complexity, context sprawl, and utilization gaps absorb the savings.

Independent coverage
Published 13 September 2026
6 min read
Evidence: Analysis
The price per million tokens drops on a predictable schedule. Providers advertise steep discounts with every architecture update. Yet finance teams reviewing monthly spend rarely see their aggregate costs decline.
The explanation lies partly in consumption habits. Cheaper tokens encourage engineers to expand prompts, append historical context, and execute multiple parallel calls for a single user interaction. Savings on unit costs evaporate under rising query volume.
The Jevons paradox in software architecture
Economists documented this pattern two centuries ago. When a resource becomes more efficient to use, total consumption of that resource increases rather than falls. Modern machine learning engineering follows the exact same curve.
Lower prices remove the discipline of prompt minimization. Teams that once trimmed system prompts now inject massive document stores into active context windows. Retrieval systems routinely send dozens of irrelevant paragraphs simply because the margin for waste has grown affordable.
When computing becomes cheaper, teams do not bank the surplus; they increase consumption until the system strains again. The result is a larger bill paid for a marginally more capable application.
The hidden tax around the model
Serving a model involves much more than raw matrix multiplication. Inbound requests require authentication, semantic routing, vector indexing, and real-time content filtering. These auxiliary services run on standard cloud instances that carry fixed hourly rates.
Data movement adds another layer of persistent cost. Moving high volumes of input text across cloud zones generates network transfer fees that model providers rarely highlight in pricing calculators. Storage for caching layers also runs constantly, regardless of query volume.
Dedicated hosting introduces utilization waste. Teams paying for reserved GPU instances often run them at average capacities below forty percent. You pay for the peak load, not the idle trough, which keeps the effective cost per token high.
Measuring outcome rather than throughput
Controlling these expenses requires shifting the internal metric away from raw request counts. Organizations must track the economic value generated per unit of compute rather than celebrating lower vendor price sheets.
Hardware progress will continue to push headline token rates toward zero. Until engineering teams treat context as an expensive asset, overall serving bills will continue to climb.
"When computing becomes cheaper, teams do not bank the surplus; they increase consumption until the system strains again."