Microsoft's Experiences + Devices division ordered thousands of engineers off Claude Code by June 30, 2026, after token-based billing reportedly hit $2,000 per engineer per month and exhausted the annual AI budget early , Windows Central reported. The same pattern hit Uber, which burned through its 2026 AI budget on Claude Code in four months .
The trigger was structural. On June 1, GitHub transitioned all Copilot plans to usage-based billing, replacing premium request counts with monthly allotments of GitHub AI Credits, with paid plans able to purchase additional usage , the company announced. One credit equals $0.01, and credits are consumed based on token usage—input, cached, and output—at published per-model rates , according to market analysis. Basic code completions remain unlimited, but agent runs—the multi-file edits and autonomous sessions that define modern AI coding—now bill by the token. For heavy users, the flat $10, $19, and $39 plans now ship a monthly pool of GitHub AI Credits, and anything past the pool bills at $0.01 per credit, so heavy agent users suddenly face a variable bill .
The economics are forcing a reckoning. AI coding costs about $13 per developer per active day and $150 to $250 per developer per month on Claude Code, per Anthropic's own enterprise figures, with 90% of users under $30 on any active day—but agents bill by the token and one task pushes 400K to 2M cumulative input tokens through the API, so heavy automation reaches $500 to $2,000 per engineer per month .
Can Developers Afford Autonomy?
Market research firm Mordor Intelligence predicted that the AI code tools market would expand by 26% a year, from $9.3 billion this year to roughly $30 billion by 2031 , CNBC reported. But the growth story collides with a billing problem. The dominant reason developers are switching tools in 2026 is billing predictability—GitHub moved all paid Copilot plans to usage-based AI Credits on June 1, 2026, so a flat seat no longer guarantees a flat bill once your agent runs multi-file edits, and code completions and Next Edit suggestions still do not consume credits, but agent runs do, and that is where the surprise charges land , according to developer surveys.
The competitive response has been swift. Anthropic has zoomed ahead of the field, largely thanks to Claude Code, its AI coding assistant, and OpenAI shifted much of its focus from the consumer market to enterprise, where its Codex offering is going up against Claude Code, while Google and Microsoft are making a concerted effort to get into the game, using their massive balance sheets and expansive cloud businesses to try and lure developers , CNBC noted.
Google CEO Sundar Pichai announced an AI developer subscription tier at $100 per month at Google I/O , positioning the company as a more affordable option. "They can afford to give away the tools cheaper, because they know if you're in their ecosystem, you're going to pay to use their memory, their integrations," one analyst told CNBC.
The architectural shift is more profound than pricing. As of June 2026, AI coding tools are moving from autocomplete and AI IDEs into engineered agent workflows—if 2023 was the year of AI code completion, and 2024-2025 was the rise of AI IDEs, 2026 is the year AI coding enters the agent engineering phase , according to industry analysis.
What Does an Agent Actually Cost?
The GitHub Copilot app is now generally available for macOS, Windows, and Linux—it's the desktop home for agent-driven development, built natively on GitHub , the company announced June 17. Users can run parallel sessions across repositories, each on its own branch and worktree, then review the diff, validate in the integrated terminal and browser, and open a pull request that uses the team's existing checks and merge requirements .
The GitHub Copilot SDK is now generally available, allowing developers to embed GitHub Copilot's agentic engine into their own applications, services, and developer tools with a stable API and production-ready support—the Copilot SDK gives direct, programmatic access to the same agent runtime behind GitHub Copilot, including planning, tool invocation, file edits, streaming, and multi-turn sessions , GitHub announced June 2. The SDK ships for Node.js, Python, Go, .NET, Rust, and Java.
But the SDK and app both consume credits. Cloud sandboxing is usage-based, with compute, memory, and storage meters—GitHub lists compute at $0.000024 per compute second, memory at $0.000003 per GiB second, and storage at $0.005 per GiB month . One cloud sandbox running for 1 hour with 4 GiB memory costs about $0.1296 before storage—that is $0.0864 compute plus $0.0432 memory—and ten developers each running 3 hours per day of cloud sandbox time at 4 GiB for 20 workdays cost about $77.76 per month .
The real cost, though, is model usage. The bigger bill is still model usage—sandboxes are the execution bill; AI Credits are the reasoning bill .



