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

Sora AI Video Economics: $20 User Costs OpenAI $65 in Compute
OpenAI's Sora AI video generation app reportedly costs $65 in compute per $20/month user, with peak inference costs estimated at $15 million daily versus $2.1 million total lifetime revenue.

Debian's AI Contribution Policy Discussion Ends Without Resolution
Debian developers debated whether to accept AI-assisted contributions but reached no formal decision. The proposed general resolution would have required explicit disclosure and labeling for LLM-generated content.

Leaked Claude Code Reveals KAIROS System and the Verification Gap in AI Agents
A leaked Claude Code source map revealed 512K lines of TypeScript, 44 feature flags, and KAIROS—a background agent that consolidates memory during idle time. An independent developer built a similar daemon to chain sessions for multi-day campaigns, but discovered that successful compilation doesn't guarantee functional code.

Stanford Study: Law Professors Prefer AI Answers Over Peers 75% of the Time
In a blind evaluation of 3,000 comparisons, law professors rated AI-generated answers significantly higher than peer-written ones. AI responses were flagged as harmful only 3.5% of the time vs 12% for humans.