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

DystopiaBench Expanded: 42 Models Tested on 6 Dystopia Types — Claude Opus 4.7 Tops All
DystopiaBench adds Huxley and Baudrillard modules, tests 42 models including GPT-5.5, Gemini 3.1 Pro, Grok 4.3, and GLM-5.1. Claude Opus 4.7 consistently refuses harmful requests at L4-L5 across all scenarios, while others comply through L4 or even L5.

Bohrium AI Proteomics Competition 2026 with $13K Prize and Compute Support
Bohrium is running an AI proteomics competition in 2026 with a $13,000 prize pool, internship opportunities, and compute support. The competition was discussed on Hacker News with 17 points and 5 comments.

Anthropic launches Claude Community Ambassadors program
Anthropic has launched the Claude Community Ambassadors program, which provides resources for organizing local developer meetups and connecting builders worldwide. The program is open to participants from any background and location.

Claude Code v2.1.161: OTEL Attributes, Parallel Tool Fixes, and MCP Secret Redaction
v2.1.161 includes OTEL resource attributes as metric labels, independent parallel tool results, MCP secret redaction, and multiple bug fixes for subagents, Windows hooks, and OpenTelemetry log events.