GitHub Copilot Moves to Usage-Based Pricing: The End of Subsidized AI Coding

GitHub Copilot is moving all plans to usage-based pricing on June 1, 2026, as confirmed by Microsoft yesterday. Instead of fixed request limits, users will be charged based on the actual compute cost of the models they use. According to the announcement, an agentic Copilot session can now cost far more than a quick chat—and Microsoft has been absorbing those costs. Per the Wall Street Journal (Oct 2023), Microsoft was losing over $20/month per user on average, with some heavy users costing up to $80/month.
Key Details
- Pricing shift: Users on a $19/month plan will get $19 worth of tokens—no more unlimited requests. The old premium request model is deprecated.
- Agentic usage: The product evolved into an "agentic platform" capable of multi-hour autonomous coding sessions. These sessions consume significantly more compute than simple inline suggestions.
- Subsidy ends: Microsoft called this "an important step toward a sustainable, reliable Copilot business." Translation: they can no longer subsidize nearly 2 million users.
- User reaction: Many users on HN and social media are calling the product "dead" and "completely ruined."
Context: The Broader AI Pricing Crisis
Ed Zitron's analysis traces this to the fundamental economics of generative AI: nearly every service—Copilot, OpenAI, Anthropic, Perplexity, Lovable—sells subscriptions below actual inference cost. For instance, Lovable offers 100 monthly credits + $25 cloud hosting for $25/month; Anthropic's Claude Pro is $20/month. These prices rely on venture capital subsidies. As Zitron puts it: "AI's economics don't make sense." Salesforce's Agentforce charges $2 per conversation, which even enterprise budgets may not sustain.
What Developers Need to Know
- If you use Copilot heavily, expect your bill to match usage—no more flat-rate access.
- Consider switching to self-hosted models (e.g., via Ollama or vLLM) for cost control.
- Monitor your token consumption: typical agentic sessions can burn through monthly credits quickly.
The shift reflects a larger industry trend: the era of subsidized AI is ending, and costs will be passed to users.
📖 Read the full source: HN AI Agents
👀 See Also

Qwen3.6 Plus Preview Available Free Through OpenRouter for OpenClaw
The Qwen3.6 Plus Preview model is now accessible at no cost via OpenRouter for OpenClaw users. Setup requires obtaining API keys from OpenRouter and configuring them in OpenClaw, with a prompt to set the thinking level during initial use.

Claude Code v2.1.222: Worktree Security, Proxy Fixes, and Usage Billing Rebalance
Claude Code v2.1.222 patches destructive git commands in worktree-isolated sessions, HTTPS proxy startup hangs, MCP usage billing, and adds SendMessage permission checks.

Andon Labs' AI Agent Mona Runs a Real Cafe in Stockholm — Full Breakdown
Andon Labs gave an AI agent named Mona a lease and real money to open a cafe in Stockholm. She handled bureaucracy, suppliers, and hiring, but hit walls like BankID and had to make suboptimal choices.

Claude Code OAuth Login Timeout Bug on Windows
Claude Code version 2.1.92 has a bug where Windows users experience OAuth login failures with a timeout error of 15000ms, completely blocking access to the AI coding assistant.