The Pricing Reckoning: $8 AI, Usage Billing, and the Death of Per-Seat
Three Converging Forces Just Killed Flat-Rate AI Pricing
In the span of 48 hours, the AI pricing landscape underwent a structural break that demands immediate attention from every PM shipping AI-powered features. The evidence is now overwhelming across twelve independent sources — per-seat pricing for AI features is not 'under pressure.' It has already been replaced.
74% of AI SaaS spend is now consumption-based, not seat-based. The market moved while most PMs were still debating it.
Start with the math that makes this irreversible. Agentic coding workflows consume ~1,000x more tokens than chat, with 30x run-to-run variance across identical tasks — and critically, spending more doesn't monotonically improve accuracy. This makes flat pricing impossible: your heaviest user might cost 30x your lightest, and you can't predict which session will be expensive. GitHub figured this out and is switching Copilot to token-based AI Credits on June 1 — $19/month in credits for Business, $39/month for Enterprise, with overage fees. Their CPO explicitly called this building a 'sustainable, reliable Copilot business,' which is a polite admission that flat-rate failed.
OpenAI's $8 ChatGPT Go: A Pricing Architecture Masterclass
OpenAI's internal projections show deliberate self-cannibalization at unprecedented scale: Plus subscribers drop from 45M to 9M (80% decline) while ChatGPT Go surges from 3.1M to 112M subscribers at $8/month (US) or $5/month (India). Run the subscription revenue math: 45M × $20 = ~$10.8B annualized. After the shift: (112M × ~$6.50 blended) + (9M × $20) = ~$10.9B. Subscription revenue is essentially flat. The entire ad stream from 112M users is pure upside.
This isn't cannibalization — it's a pricing arbitrage. OpenAI converts per-user subscription margin into subscription + ad margin while 2.5x-ing their total user base to 122M — comparable to half of Netflix's global base. Salesforce is signaling the same direction with 'Agentic Work Units' priced at roughly $0.60 per appointment. Markets are actively punishing seat-based B2B companies while rewarding consumption models like Cloudflare and MongoDB.
Where Sources Diverge: Cost Compression vs. Cost Expansion
There's a tension worth surfacing. On one hand, DeepSeek V4 priced 97% below GPT-5.5 and Chinese open-weight models are aggressively commoditizing inference. On the other, GPT-5.5 launched at 2x per-token cost over GPT-5.4 — though Ramp independently validated 40% token efficiency gains, making per-task costs roughly comparable. Meanwhile, NVIDIA B200 GPU spot prices surged 114% to $4.95/hour in six weeks. Inference is getting cheaper at the model layer but infrastructure costs are spiking. Your margin depends entirely on which layer you're exposed to.
The winning response is the same regardless: hybrid pricing (base subscription + consumption overage) with intelligent model routing that sends expensive queries to frontier models and commodity queries to cheaper alternatives. IBM's Bob and Cognition's Devin are already doing this. Your model abstraction layer isn't just good engineering — it's your margin protection.
What to do
Model your AI feature unit economics under three pricing scenarios (current, usage-based, hybrid) using GitHub's June 1 structure and Salesforce's $0.60/unit as reference points. Present to leadership by mid-May.
Pull per-user token consumption data for your top 5 AI features this sprint and identify the variance ratio between your P10 and P90 users.
Implement a model routing layer that can direct requests to frontier vs. commodity models based on task complexity by end of Q2.
Benchmark DeepSeek V4 and MiMo-V2.5 against your current OpenAI/Anthropic usage for your top 3 cost-sensitive use cases.