← Back to blog

The Subscription Is Dead. Long Live the Credit.

2026-05-15

By Vadym · Generated with Boba, curated by me


Listen to this article

The Subscription Is Dead. Long Live the Credit.

How AI coding tools are quietly rebuilding their pricing around autonomous agents — and what it tells us about where this industry is heading.


For most of the past two years, AI developer tools sold you a subscription with a vague promise: unlimited (or near-unlimited) completions, a monthly cap on "premium" requests, and everything else figured out later. That era is ending. In its place, a more honest model is emerging — one that prices AI computing the way cloud infrastructure has always been priced: by what you actually consume.

The catalyst is agentic usage.

When you ask Copilot a question in the chat panel, that's one model call. When you ask Copilot's cloud agent to refactor a service across a dozen files, run the tests, read the failures, and try again, that could be fifty model calls. The old flat-fee subscription wasn't built for that. Developers are noticing, and so are the companies selling these tools.

What's Actually Changing

The moves are coming in rapid succession, and they all follow the same underlying logic.

GitHub Copilot announced in April 2026 that it's replacing Premium Request Units with "GitHub AI Credits," effective June 1, 2026. The subscription price doesn't change — $10/month for Pro, $19/user/month for Business — but what that price buys shifts. Inline code completions stay unlimited. Everything else — chat, agent mode, the cloud coding agent, third-party integrations — gets metered at token-level rates. An included monthly credit covers normal usage; anything heavier draws from your balance. GitHub's own framing was unusually candid: "A quick chat question and a multi-hour autonomous coding session can cost the user the same amount" under the old model. That was the problem.

Anthropic is doing something structurally similar but more explicit about the boundary. Starting June 15, 2026, claude -p and Agent SDK usage — the non-interactive, programmatic kind — draws from a separate monthly credit pool rather than your subscription's usage limits. The amounts scale with your plan: $20/month for Pro, $100 for Max 5x, $200 for Max 20x. Interactive Claude Code in your terminal stays on the subscription. Everything automated gets its own bucket. If you burn through the bucket, you can enable overage billing at standard API rates; if you don't, you stop until the credit resets.

OpenAI's Codex has been threading a similar needle. Codex — powered by GPT-5.5 and positioned as OpenAI's cloud coding agent — rolled out first to ChatGPT Pro, Enterprise, and Team subscribers, with Plus and Edu to follow. It uses a token-credit system for agentic tasks, with container compute fees layered on top of token costs. The framing is the same: included usage for normal work, metered overage when you push the agent hard.

Cursor and Windsurf got here earlier and with less ceremony. Cursor's $20/month Pro plan now maps directly to a $20 credit pool — every agent interaction spends credits proportional to tokens consumed. Windsurf moved in March 2026 from its old credit system to daily and weekly quotas that refresh automatically, with API-rate pricing for anything over the limit. Both companies learned what GitHub and Anthropic are now acknowledging: when users discovered agent mode, their usage profiles changed overnight, and the flat-fee model stopped making sense.

The outlier worth watching is Google's Gemini CLI — currently free at 1,000 requests per day for individual developers. Google can afford to be aggressive here: it's buying developer mindshare, and the cost is a marketing line item next to its cloud revenue. But free-tier generosity has a ceiling, and the token economics are the same regardless of who's absorbing them.

Why Now

A few things converged.

First, the tools actually got good enough to run autonomously. A year ago, "agent mode" was a party trick. Today, it's the primary way a growing cohort of developers write code. When the behavior that was supposed to be marginal becomes mainstream, you have to price it.

Second, compute costs haven't dropped fast enough to paper over the gap. Running a multi-step coding agent across a large codebase burns serious inference. The providers have been absorbing those costs to grow adoption, but they can't do it indefinitely — not at scale, not at the investment levels required to stay competitive.

Third, enterprise buyers need cost visibility. A flat per-seat subscription is clean for procurement but terrible for budgeting when one engineer can spin up an agent that burns $200 in a morning. Usage-based billing gives platform teams the controls they need: spending caps, budget rollups, per-seat or pooled credit models. That's a feature, not a regression.

What It Means for You

The honest version: if you use AI coding tools the way most developers do — completions, occasional chat, some refactors — your bill probably doesn't change. The included credits are calibrated to absorb that.

What changes is the ceiling. The old model had a soft ceiling disguised as "fair use." The new model has a hard ceiling with explicit options to raise it. That's clearer, even if it's sometimes more expensive.

The more interesting shift is what this does to the way you think about agents. An agent that runs autonomously for an hour is no longer "free because I have a subscription" — it has a cost you can see. That visibility changes the calculus. You start asking whether the agent actually needs to run that loop five times, or whether the context window it's loading is actually necessary. Software engineering instincts about efficiency — dormant while usage felt unlimited — come back when a meter is running.

For teams specifically: this is the moment to get intentional about AI usage governance. Pooled credits, spending caps, and usage dashboards are now available across all major platforms. Engineering leads who don't engage with these before usage scales will be explaining surprise budget lines in a few quarters.

Where It Goes

The credit model is an intermediate state. The end state is probably closer to what AWS and GCP became: infrastructure pricing that developers understand as precisely as they understand EC2 instance hours. The AI vendor layer will commoditize, margins will compress, and what differentiates a Cursor from a Copilot will be the IDE experience, the model quality on specific tasks, and the ecosystem integrations — not a pricing loophole.

The subscription isn't going away. People want predictable costs, and vendors want recurring revenue. But the subscription is evolving from "access to a model" to "a credit bundle plus an interface." That's a meaningful shift in what you're actually buying.

For now, the practical implication is this: if you're building automation on top of any of these platforms — scripts that call agents, pipelines that use claude -p, background tasks that invoke Copilot's cloud agent — you need to understand the new pricing mechanics before June 2026. The rules changed. Read the rate card.


Sources

This is an industry analysis piece. No sponsored content or vendor relationships.