Commodity receipts: who actually swapped

Public domain: Wikimedia Commons File:Kassenbon.jpg, author Lkawer.
Six months ago, "frontier" and "cheap" didn't belong in the same sentence. Then a wave of Chinese models — DeepSeek, Kimi, Qwen — started clearing real production quality bars at a fraction of the price, and the big U.S. labs started answering on their own price sheets instead of pretending not to notice. The Financial Times now has OpenAI and Anthropic in an open price war as Chinese rivals close the gap.0
That doesn't mean AI got cheap across the board. It means one layer of AI work got cheap — the tasks routine enough that a much cheaper model handles them exactly as well as the flagship one. Nobody has a fixed list of which tasks qualify, and nobody will; it's a moving target, redrawn every time a router gets smarter or a fine-tune gets sharper. Maximize Value, Not Intelligence made the argument for routing every job to the cheapest model that clears the bar. The Year Coding Became a Commodity showed that happening to coding specifically. Go back far enough and How Does the Drama at OpenAI Affect You? was written the week OpenAI's board drama cracked the idea that any one lab was a safe, permanent one-stop shop — the moats were already looking thin in 2023.
The trend is real. The hard part is noticing it's landed on your own workload before someone else finds out the expensive way. So skip the price charts — here are the actual receipts: named companies, what they swapped or routed, and one number each you can go check for yourself.
AT&T: route every turn
AT&T's AI Gateway handles about 45 billion tokens a day.0 At that volume, "just use the latest model" stops being a preference and becomes a line item. So AT&T built a system that picks the cheapest model that still clears the quality bar for each task — and can swap models mid-conversation. They say it's cut AI costs by as much as 90%, saving millions already, and they're training their own smaller models to run on cheaper hardware too.
The takeaway isn't that a phone company built a router. It's that at this scale, picking which AI to use for a job stops being an engineering choice and starts being a budgeting one.
Lindy: migrate the managed fleet
Lindy runs AI assistants for other businesses, and its pricing only works if the AI underneath keeps getting cheaper. So it moved most of that traffic off Claude and Gemini and onto DeepSeek, a much cheaper Chinese model, cutting inference costs on that traffic by about 90%.0 Customers who specifically ask for Claude still get it.
It wasn't instant. An earlier swap made the assistant feel, in one tester's words, like it "had brain surgery overnight" — so this time Lindy tested offline first, rolled it out to a small slice of real users, and kept tuning before flipping the switch for everyone. Changing the model was the easy part; earning the right to actually ship the change was the job.
Shopify Flow: fine-tune the skill
Shopify's Sidekick assistant used to lean on a big, general-purpose AI model to turn plain-English requests into "Flow" automations for merchants. Shopify trained its own smaller, specialized model for that one job instead — and it now runs 2.2× faster, costs 68% less, and handles the majority of production traffic for that feature.0
Getting there took real work: months of generating practice examples from real merchant workflows, then continually retraining as new mistakes turned up in production. It took six months to go from renting a frontier model to owning a smaller one that's cheaper and better at this one job — because that's the only job it has to do.
Shopify Sidekick GraphQL: compress failures into weights
A second, louder Shopify number: its GraphQL assistant answers merchant questions by writing and running database queries, at up to 2,000 requests per minute.0 Running that on a frontier model was projected to cost roughly $27M a year. By continually retraining a smaller model on its own production mistakes, Shopify brought that down to about $1M a year — a 96% cut — without losing quality.
The pattern here: the expensive general model stops being the thing that serves customers. It becomes the teacher. The cheap model that learned from its mistakes does the actual work.
Firetiger: Claude → DeepSeek with the eval bar held
Firetiger builds AI agents that monitor other companies' software and investigate outages; it ran on Claude by default. After moving its first three agent types to DeepSeek, its yearly AI bill fell from roughly $606K to $231K — a 62% cut.0
It wasn't a simple swap. The cheaper model was noticeably worse out of the box, and it took real tuning to close the accuracy gap — and even then, the cheap model tended to overthink and ramble, which quietly ate into the savings until they reined it in. Their own lesson: passing the accuracy test is the starting line, not the finish line.
FrontierHarness: hold the model, vary the harness
One more receipt flips the question around. Instead of comparing different AI models, RUNTA plugged the same one — Kimi K3, a Chinese model — into nine different agent tools and had each run the same 30 tasks.0 Same brain, different bodies. Every setup passed at roughly the same rate, but the cost per completed task ranged from about $1 to about $18 — a 17× spread — depending purely on how the surrounding tool was built.
Which model you pick isn't the only cost lever. How the software around it uses that model can matter just as much.
What the labs do next
When companies publish savings like these in public, the big labs feel it in their own pricing — hence that open price war among OpenAI, Anthropic, and their Chinese rivals mentioned up top.
Useful AI work keeps sliding down the cost curve, in public, with receipts attached. Companies are routing traffic to cheaper models, retraining their own smaller ones, and measuring exactly what it costs. What's left to judgment: figuring out which of your own tasks belong in that cheaper tier, and whether the savings are still worth it once you count the engineering it took to get there.