Refacto AI

Podcast episode

The AI Model Tier List

cost-compression inference model-pricing open-weights routing

Nathaniel Whittemore's AI Model Tier List episode opens with a ranking exercise, but the ranking is the least useful thing in it. The real content is the Vercel data: closed-model token share fell from 72% to 38% in two months, with open models climbing to 62%. AT&T is now serving 60-70% of employee queries on open-weights models (models whose underlying code is publicly available, so you can run them on your own hardware) while holding spending on frontier models flat.

The organizing claim, credited to investor Gavin Baker, is that frontier tokens end up representing 60-90% of economic value but only 15-25% of token volume. The bulk commoditizes; the valuable work concentrates in a thin slice of expensive calls. Mark Austin cites a 56% cost cut with 2% quality degradation from routing traffic to cheaper models, though nobody in the episode shows the eval behind that number.

Nvidia raising chip prices up to 17% makes this urgent. Your inference bill is going up in 2026 either way. The question is whether you build a routing layer before the bill lands or after.

Analysis

Showing the shorter version.

The AI Model Tier List

The story everyone will repeat from this episode is the tier list. Skip it. The data that matters is Vercel's: closed-model token share fell from 72% to 38% in two months, with open models climbing to 62%. AT&T is running 60-70% of employee queries on open weights while holding frontier spend flat. The single-model era is over for anyone running AI at scale. What replaces it is a router and a spreadsheet.

The core decision is whether to keep routing everything to a frontier model (GPT-5-class, Fable 5, Opus) or build a layer that sends most traffic to open weights and reserves expensive tokens for tasks that need them. The forcing function is Nvidia's chip price hikes, up to 17% on Vera Rubin and Grace Blackwell, passed downstream by cloud providers. Your inference bill is going up in 2026 either way.

On the Vercel data: the skeptic's read is that Vercel's user base skews toward cost-sensitive developers building coding agents, exactly the population most eager to dump frontier tokens the moment an open model gets close. That's not AT&T's help desk. Mark Austin's "2% quality degradation with 56% cost savings" figure also deserves scrutiny: a 2% average across a task mix can hide a 30% failure rate on the 5% of queries that actually matter. Know your tail before you trust that number.

AT&T is the stronger data point precisely because it's a regulated 100,000-person organization. It runs Nemotron, Meta, and Google open models on-prem and found it often cheaper than renting cloud compute. That's an accounting line, not an ideology.

The useful frame comes from Christian Catalini's three buckets: commodity open generalists, closed frontier generalists, and a premium middle of open weights plus your own fine-tuning and proprietary context. Gavin Baker's version of the same idea: closed frontier tokens end up as 60-90% of economic value but only 15-25% of token volume. The valuable work concentrates in a thin slice of frontier calls. Everything else commoditizes. The money is in owning the routing decision and the context you feed it.

On Nvidia: read the price hikes and the acquisitions together. A 72-chip Vera Rubin rack hits $8M. Nvidia just paid roughly $6B to license Poolside's technology and hire most of its engineers to staff Nemotron, invested in Mercor for RLHF data, and is reportedly circling Hugging Face for distribution. Three moves that only cohere if Nvidia intends to ship competitive open models. The mechanism is simple: open inference burns identical compute per token regardless of who made the model, so Nvidia profits from open-model adoption through GPU sales even if the models carry zero margin. Giving away strong open weights is pure demand-generation for its silicon. The concentration risk is real, a chip vendor that also owns the models and the distribution layer is worth watching, but Nvidia's incentives are aligned with more open-model usage, full stop.

What to actually build: a router in front of the workflows you already run. OpenRouter exists and Stripe just paid $7B for it, so this is infrastructure. Tag tasks: summarization, HR lookups, and support drafting go to open weights; code generation and review stay frontier. That mirrors AT&T's split exactly. Avoid the middle tier, models like Terra that aren't cheap enough to be the default or capable enough to be the specialist. And read every model's data-retention terms before evaluating capability. Fable 5's low enterprise adoption has nothing to do with quality: a 30-day data retention requirement is killing its deals. Your procurement constraint is now a model-selection input.

On-prem is cheaper only if your utilization is high. AT&T at 100,000 employees keeps those GPUs busy. Most teams don't. Build the eval on your own long-tail queries first, then let the router's fallback rules trigger on that eval, not on a vendor's blended percentage.

The call: by Nvidia's Q2 FY2027 earnings (expected late August 2026), Nvidia will have either closed or publicly walked away from the Hugging Face acquisition, and Nemotron will be positioned as a direct answer to DeepSeek and Moonshot. The $6B Poolside spend and hiring pattern make the intent explicit. The Hugging Face piece is the coin flip: a $13B deal invites regulatory scrutiny that the Poolside structure was deliberately designed to avoid. Medium confidence.

Also covered this issue

Comments