When the Model Comes to the Data

The default architecture of enterprise AI was never chosen so much as inherited.
In 2023, the only way to reach a capable model was through someone else’s API. So every pipeline, every agent, every proof of concept grew around a single assumption: intelligence lives somewhere else, and you rent it by the token. Three years on, that assumption deserves the interrogation it never received at the start.
The bills are one reason. Ramp’s June 2026 AI Index, drawn from card spend across more than 70,000 businesses, shows the median firm paying $11.38 per employee per month for AI tokens while the top 1% pays $7,450, a 650x spread that says the heavy adopters have found workloads the median firm has not. The average enterprise AI budget grew from $1.2 million a year in 2024 to $7 million in 2026, inference now consumes roughly 85% of it, and 79% of enterprises blew through their AI cost forecasts in the past 12 months. This is happening while unit prices fall. Gartner predicted in March that inference on a trillion-parameter model will cost providers over 90% less in 2030 than it did in 2025, and in the same breath warned that total inference spend will keep rising anyway, because agentic workloads consume 5 to 30 times more tokens per task than a chatbot ever did. Consumption is outrunning the price curve.
“Chief Product Officers should not confuse the deflation of commodity tokens with the democratization of frontier reasoning.”
That line, from Gartner’s Will Sommer, is the quiet warning inside the cheerful forecast. Cheap tokens do not make the economics of renting intelligence sound. They just delay the day you notice.
But my feeling is that cost, for all the attention it gets in budget reviews, is the accelerant here and control is the driver. Every prompt an enterprise sends to a hosted API is a small export: customer records, source code, contract language, the accumulated context of the business, crossing a boundary the enterprise does not administer. Compliance teams have started asking questions that provider attestations answer poorly. Where was this data processed? Who could have seen it? What did the model do with it, and can you show me? When inference runs on hardware you own, those questions have answers in your own audit logs. When it runs on someone else’s, the answers are a paragraph in someone else’s trust portal.
Three edges, one word
“Edge” has become one of those words that means whatever the speaker needs it to mean, so it is worth separating the three things it actually names.
The first edge is the device itself: the laptop, the phone, the kiosk. The hardware story here is impressive. Apple’s M4-class Neural Engines deliver up to 38 TOPS, Qualcomm’s Hexagon NPUs up to 45, and models in the 1B to 10B range now do work that would have required a datacenter call in 2023. The constraint is not compute but memory bandwidth: a phone moves 50 to 90 GB/s where a datacenter GPU moves 2 to 3 TB/s, and since decode is memory-bound, that 30 to 50x gap sets a hard ceiling on what the device can host. This edge is real, and it will absorb a growing share of routine, private, latency-sensitive work. It will not absorb the enterprise workload.
The second edge is the telco and regional variety, inference racks pushed close to users for latency. A legitimate niche, mostly invisible to the enterprise architect.
The third edge is the one this post is about: the inference cluster the enterprise owns, on-prem or in a colocation cage, sitting next to the data it serves. This is where the control argument and the cost argument converge on the same hardware.
The gap that stopped mattering
The objection writes itself: the models you can own are worse than the models you can rent. That was decisive in 2023. It is a shrug in 2026.
Open-weight models now trail the closed frontier by roughly 3 to 6 months, and the lag has held steady for over a year and a half rather than widening. On the hardest reasoning benchmarks the closed labs still hold a real margin. On the work that fills an enterprise queue, classification, extraction, summarization, retrieval-augmented Q&A, code assistance against an internal codebase, the difference has stopped showing up in outcomes.
The ownership math is now concrete enough to put in a table, and a late-2025 cost-benefit study did exactly that. Qwen3-235B, one of the strongest open deployments available, runs on 4 A100-80GB cards: about $60,000 of hardware. Step down to the 120B class, gpt-oss-120B or GLM-4.5-Air on 2 A100s for $30,000, and you give up less than 10% accuracy against the large deployment. Step down again and a sub-30B model runs on a single consumer RTX 5090, still around $2,000 to $2,500 retail in mid-2026, with break-even against API pricing arriving in as little as 3 months for a team that keeps it busy. The 2026 hardware only sharpens the curve: a Blackwell B200 carries 192 GB of HBM3e and 8 TB/s of bandwidth for $30,000 to $35,000, roughly the price of 2 A100s a year ago, when you can get one past the 3-to-6-month lead times.
The phrase doing the work in that paragraph is sustained volume. Current estimates put the crossover against frontier APIs at 2 to 5 million tokens a day on reserved capacity over a 12-month window. Below that line, the API wins and will keep winning. Above it, every month of rent buys a larger fraction of the hardware that would have ended the rent.
I wrote in May about frontier inference quietly becoming free to evaluate. That development matters here too, because the cost of answering “would an open model handle our workload?” has fallen to an afternoon. The teams still declining to ask are running on intuitions formed three years ago.
The platform underneath
Buying the GPUs is the easy part, and it is nowhere near enough. I have come to believe that edge inference fails or succeeds on the platform wrapped around it, and the pattern that works has a familiar shape:
-
A routed model portfolio. One model serving all traffic is the datacenter version of Eager Loading. Routine, high-frequency tasks go to small and domain-tuned models that outperform generalists on specialized work at a fraction of the cost. A router in front of the portfolio makes the assignment. Nobody hand-picks a model per request in production.
-
Utilization as a first-class discipline. The quiet failure mode of private inference is the idle GPU. A card running at 10% load can cost 10 times more per token than one near capacity, because depreciation, power, and cooling are paid either way. Batching, scheduling, and shared tenancy across teams are what make the ownership math hold. Skip them and you have built an expensive shrine.
-
Governance you can prove. The control argument only pays off if the platform records what the compliance team will eventually ask for: where data flowed, which model version touched it, what it produced. This is the part that hosted APIs structurally cannot give you, and the part most self-hosting efforts forget to build.
-
An exit to the frontier. Some reasoning tasks will exceed the local portfolio, and pretending otherwise wastes the pattern. The mature design routes sensitive and high-volume work locally and sends the hard residual, gated and logged, to a frontier API. Hybrid is the steady state, and the enterprises that treat it as an architecture rather than an embarrassment will hold the best cost curves.
Readers of my earlier writing will recognize the argument underneath this list. Platform engineering is the condition under which AI becomes worth doing, and that holds whether the intelligence lives in a hyperscaler region or in a rack down the hall. The rack just makes the condition harder to ignore.
What it costs you
The trade-offs deserve plain statement. You own the pager now: model upgrades, CUDA driver archaeology, capacity planning, the 2 a.m. page when the inference service degrades. The capability lag is small but real, and for a product whose value rides on frontier reasoning, 3 to 6 months behind is behind. Low-volume organizations should not do this at all; against aggressively priced hosted models, a poorly utilized cluster can stretch break-even to 5 or 9 years, which is another way of saying never. And the hardware depreciates whether or not your roadmap survives contact with the fiscal year.
None of that changes the direction. It only sorts the adopters from the tourists.
The older instinct
We have been here before. The Hadoop era taught a generation of engineers to move the computation to the data because the data was too heavy to move. Then a decade of cheap egress and heavier models reversed the flow, and we grew comfortable shipping our context out to wherever the intelligence lived. The model coming back to the data is the older instinct reasserting itself, and I would argue it was the sounder instinct all along. Data has gravity. Trust has a perimeter. The most honest architecture is the one where you can point at the machine that knows your business and say: that one, right there, and here are its logs.
There is something quietly human in this, too. We spent 3 years asking a distant oracle our questions and trusting the answers to arrive. Now we are learning, as enterprises and maybe as people, to keep some of our thinking close, on hardware we can touch, inside walls we can name. You and I do the same with the things that matter most to us. Some knowledge we are content to rent. The knowledge that defines us, we bring home.
And life goes on…