GitHub Copilot scrapped premium-request billing for usage-based AI credits on June 1. Within 48 hours, developers were burning through monthly allotments in single sessions. Developers reported using large portions of their monthly credits within hours, leading to widespread complaints and some threatening to stop using the product. The same week, Anthropic released Claude Fable 5 on June 9, 2026 — its first Mythos-class model available to the general public , only to pull it completely offline by Friday the 12th when a U.S. government export control directive forced the first-ever takedown of a live, publicly deployed AI model.
And in the middle of it all, OpenCode crossed 160,000 GitHub stars in early 2026, making it the most popular open-source AI coding agent by a wide margin, with over 7.5 million developers using it monthly.
June 2026 didn't just bring new features. It rewrote the business model underneath AI-assisted software development.
Can Developers Afford Agentic Workflows?
The shift to usage-based billing wasn't arbitrary. When developers leave agents running for long stretches, the bill resembles cloud usage more than a SaaS seat, driven by longer context windows that send more repository data to models, agentic tool use that can make multiple calls per user action, and autonomous coding sessions that run far beyond chat-style exchanges. GitHub's old flat-rate model — $10 per month for Pro, $39 for Pro+ — couldn't survive contact with reality once Copilot evolved beyond autocomplete.
All GitHub Copilot plans transitioned to usage-based billing on June 1, 2026, replacing premium requests with a monthly allotment of GitHub AI Credits, with the option for paid plans to purchase additional usage calculated based on token consumption. One credit equals one cent. Copilot Pro+ costs $39 per month, including $39 in monthly AI Credits.
The backlash was immediate. Developers reported large differences in Copilot usage between sessions on the same repository — a long session on May 31 remained predictable, while a comparable session on June 1 consumed much more of the quota. The economics of agentic coding, it turns out, are harder to predict than a monthly subscription.
Meanwhile, competitors sensed an opening. GitHub Copilot's share among professional developers fell from 67% to 51% in the Stack Overflow Developer Survey 2026, while Cursor debuted at 18% adoption among dedicated AI-native IDEs and Claude Code reached 10% on its first appearance in the survey.
When JetBrains asked developers with more than ten years of professional experience which AI tool they would choose for their daily work, 46% picked Claude Code and 9% picked Copilot.
Why Did OpenCode Win the Open-Source Race?
OpenCode is a terminal-based AI coding agent built by the team behind SST (now Anomaly) that runs locally on your machine, connects to 75+ AI providers, and gives you full control over which models process your code. That model-agnostic design became its killer feature.
Five new capable coding models entered the market simultaneously in June 2026, leaving developers who locked into a single-provider tool in 2025 in a worse position than developers who stayed model-agnostic.
June 2026 saw the largest single-month intake of AI coding models in history: 5 new models entered the coding agent field simultaneously, including GPT-5.5, Claude Opus 4.7, Qwen 3.7 Max, and updated Gemini code models.
OpenCode's technical edge runs deeper than provider flexibility. OpenCode sees code as code — through Language Server Protocol integration — providing actual type information, function signatures, import paths, and live compiler diagnostics for TypeScript, Python, Rust, Go, C/C++, Java, and 18+ additional languages.
LSP diagnostics feed back into the model mid-task, enabling self-correction before the agent even reports back, and in DataCamp's head-to-head testing, OpenCode generated 21 more tests on average than Claude Code on the same underlying model.
The tradeoff? OpenCode is 78% slower than Claude Code on the same underlying model — a real number from real benchmarks — because Anthropic has spent significant engineering effort on latency while OpenCode's defaults prioritize thoroughness over speed.



