The End of Subsidised AI Coding Is Already Here
Major AI coding tool providers like Microsoft and Anthropic are shifting from flat-rate subscriptions to pay-as-you-go pricing models, signaling the end of heavily subsidized AI services. Behind the scenes, companies are routing simpler tasks to cheaper models while open-source alternatives are matching or exceeding the performance of premium models at a fraction of the cost. As the AI industry moves toward sustainable pricing, businesses are reconsidering long-term dependencies on proprietary systems.
- ▪Microsoft is ending flat-rate Copilot subscriptions by June 1, 2026, replacing them with pay-as-you-go API credits.
- ▪Anthropic has moved Claude Enterprise to a usage-based pricing model, which may double or triple costs for heavy users.
- ▪Global AI spending in 2025 is projected to reach $375 billion, surpassing the inflation-adjusted cost of Project Apollo.
- ▪AI models like Claude and Codex now route simpler tasks to less expensive, lower-capability models without changing the user-facing price.
- ▪Open-source models such as DeepSeek V4 Pro are outperforming or matching top proprietary models like GPT-5.4 and Claude Opus 4.6 at significantly lower costs.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3907010) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ruben Posted on May 2 The End of Subsidised AI Coding Is Already Here #ai #discuss #programming #productivity You remember the $3 Uber rides, right? The too-cheap-to-be-true phase where investor cash was quietly buying your loyalty. That exact playbook is running right now in AI coding tools, and the first big signal just dropped. Microsoft is killing flat-rate Copilot subscriptions on June 1, 2026 and moving everything to pay-as-you-go.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).