The Compute Is Already Paid For

The AI industry will spend something like $450 billion on data centers this year. Desert Ant Labs' bet is that a lot of that money is chasing compute that already exists: more than a billion phones, tablets, and laptops ship every year with chips capable enough for real work, sitting mostly idle in people's pockets. From their own announcement:
The compute is already paid for. The industry will spend about $450 billion on data centers this year. Meanwhile, the world ships more than a billion phones, tablets, and laptops with increasingly capable chips, perfectly suited to these kinds of tasks. There's more compute available in people's hands than in every AI data center on earth.
We have an unfair advantage with free inference. No per-call cost, so a feature runs on every message instead of the ones you can afford to check. No round-trip, and your customer's data never leaves the device. When inference costs nothing, the way we build products changes entirely.
That's the actual shift, and it's bigger than any one model. Most products today run a cheap check on everything and escalate only the uncertain cases to a frontier model, because a per-call price forces that rationing. Free on-device inference erases the math: you can run the expensive check on every message, every frame, every upload, because the marginal cost is zero and the data never has to leave the device to get there. Scale stops being the reason you skip a check.
Desert Ant shipped about eighteen small, specialized on-device models to make that case concretely, through one Swift / Kotlin / JavaScript SDK, free up to 100k monthly active devices. The Clips model is the clean receipt: a 284MB model that turns a ten-minute video into a dozen shorts in five seconds — ten times faster and, by their own numbers, four hundred seventy times less energy than sending the same job to Claude Sonnet. They also cite NVIDIA researchers estimating that forty to seventy percent of the calls in three agent systems could go to a small specialized model instead of a large one.
That is the same thrift family as The Year Coding Became a Commodity, pointed at inference instead of coding model swaps: a little brain for the work that runs on everything, and the big brain only when the job actually needs it.