AI 编程 · 工具竞争

Copilot转token
计费引众怒

Copilot Token Pricing
Sparks Outrage

GitHub Copilot 6月1日起转为token计费,重度用户成本飙升引发社区反弹。Cursor MAU突破500万,Claude Code以$20/月杀到。AI编程工具结束补贴烧钱阶段,正式进入按用量付费的算账时代。

GitHub Copilot switched to token-based pricing on June 1, sending heavy-user costs soaring and triggering community backlash. Cursor hit 5 million MAU; Claude Code arrived at $20/month. AI coding tools are done with subsidy-era burn and officially entering the pay-for-what-you-use accounting era.

No.004 2026.06.30 约 5 分钟阅读 ~5 min read

$10/月,无限使用。

这是GitHub Copilot从2022年上线以来的定价承诺,也是AI编程工具"补贴时代"的标志。但2026年6月1日,这个承诺正式作古。

新的计费模式是按token消耗收费。简单理解:你的AI Agent越勤快、写的代码越多、调用的上下文越长,消耗的token就越多,付的钱也就越多。对于轻度用户来说,成本可能变化不大;但对于重度依赖AI编程的开发者——尤其是那些让Agent自主完成多步骤任务的用户——账单可能翻几倍甚至十几倍。

开发者社区炸了。Hacker News上相关讨论超过800条评论,Reddit r/programming的帖子冲上热搜。"这就像你买了一张自助餐的票,吃到一半老板突然说按口收费,"一位开发者的吐槽获得了数千个赞。

为什么必须涨价

骂声归骂声,但GitHub(以及背后的微软OpenAI)有必须涨价的现实理由。

AI编程工具的竞争在2026年发生了质变:从"代码补全"进化到了"Agent自主执行"。补全一行代码可能消耗几百个token,但让Agent自主完成一个多文件重构任务,可能消耗几十万甚至上百万个token。Stack Overflow调查显示,51%的专业开发者每天使用AI编程工具(2024年仅32%),而且使用深度大幅增加——从"补全几行代码"变成了"让Agent完成整个功能模块"。

这意味着token消耗量呈指数级增长,但$10/月的固定定价无法覆盖这种增长。当Copilot的Agent模式用户每天消耗数十万token时,微软每服务一个重度用户都在亏钱。Kimi B端负责人黄震昕的判断同样适用于此:"算力成本在全球范围内上涨,供需两端双重挤压下,API价格水涨船高是必然。"

但理解归理解,开发者的不满也是真实的。很多开发者已经形成了深度依赖,AI编程工具从"锦上添花"变成了"不可或缺"。这时候涨价,用户的感受就像水电涨价一样——你不得不用,但价格让你肉疼。

四雄争霸格局形成

Copilot涨价的最大受益者,是它的竞争对手们。

Cursor已经完成新一轮融资,MAU突破500万,补全速度P50延迟仅0.75秒,是目前最快的AI编程工具。Anthropic推出的Claude Code独立终端版以$20/月定价,在多文件联动测试中做到100%修改一致性(5/5文件),Agent自主任务完成度达92%。Windsurf(原Codeium)推出Cascade流式上下文架构,定价$15/月。GitHub自己的应对是在Agent HQ中集成Claude和Codex Agent,让用户可以在Copilot内切换不同模型。

arXiv上的一篇论文(2605.25438)首次用实证数据验证了AI编程Agent对开发者产出的显著提升——Claude Code的采用与更多代码提交、更多仓库参与和更广语言覆盖呈正相关。这说明AI编程工具不是"玩具",它确实在改变软件开发的生产力。

"AI编程工具的战争,已经从'谁的补全更准'升级到了'谁的Agent更可靠、谁的定价更可持续'。补贴抢用户的阶段结束了,接下来是拼单位经济模型的时候。" —— 一位AI编程工具创业者的判断

企业选型的新维度

对企业用户来说,Copilot转token计费释放了一个重要信号:AI编程工具的成本管理将成为CIO们必须面对的新课题。

过去选型看功能、看体验、看集成度,现在还要加上一个关键维度:成本可控性。是固定月费更划算,还是按token计费更灵活?Agent的token消耗上限如何设置?如何在团队规模扩大时控制AI工具的边际成本?NTT DATA已经与Cursor达成合作,核心诉求之一就是企业级的成本治理和合规管控。

2026年下半年,AI编程工具的竞争将进入一个更务实的阶段:谁能在可靠性、速度、成本三者之间找到最佳平衡点,谁就能赢得企业市场。$10/月自助餐的时代结束了,但AI编程的时代才刚刚真正开始。

$10/month, unlimited use.

That was GitHub Copilot's pricing promise since its 2022 launch, and the emblem of the AI coding tool "subsidy era." But on June 1, 2026, that promise was officially buried.

The new billing model charges by token consumption. Simple translation: the more diligent your AI Agent, the more code it writes, the longer the context it invokes, the more tokens it consumes, and the more you pay. For light users, costs may not change much; but for developers heavily dependent on AI coding -- especially those who let Agents autonomously complete multi-step tasks -- bills could multiply several times or even tenfold.

The developer community exploded. The Hacker News thread drew over 800 comments; a Reddit r/programming post hit the front page. "It's like buying an all-you-can-eat buffet ticket and the boss suddenly saying you pay per bite halfway through," one developer's roast garnered thousands of upvotes.

Why Prices Had to Go Up

Rants aside, GitHub (and Microsoft/OpenAI behind it) had real reasons to raise prices.

The AI coding tools competition qualitatively changed in 2026: evolving from "code completion" to "autonomous Agent execution." Completing a line of code might consume a few hundred tokens, but letting an Agent autonomously complete a multi-file refactoring task could consume hundreds of thousands or even millions of tokens. Stack Overflow surveys show 51% of professional developers use AI coding tools daily (up from just 32% in 2024), and usage depth has increased dramatically -- from "completing a few lines" to "having Agents complete entire feature modules."

This means token consumption is growing exponentially, but the $10/month flat price cannot cover that growth. When Copilot's Agent-mode users consume hundreds of thousands of tokens daily, Microsoft loses money serving every power user. Kimi B2B lead Huang Zhenxin's assessment applies equally here: "Compute costs are rising globally; under pressure from both supply and demand sides, API price hikes are inevitable."

But understanding doesn't make the frustration less real. Many developers have formed deep dependencies; AI coding tools have gone from "nice to have" to "indispensable." Raising prices at this point feels like utility bill hikes -- you can't not use them, but the price stings.

A Four-Way Battle Takes Shape

The biggest beneficiaries of Copilot's price hike are its competitors.

Cursor has closed a new funding round with MAU breaking 5 million; completion speed P50 latency is just 0.75 seconds, the fastest AI coding tool available. Anthropic launched Claude Code as a standalone terminal tool at $20/month, achieving 100% modification consistency (5/5 files) in multi-file linkage tests and 92% Agent autonomous task completion. Windsurf (formerly Codeium) launched its Cascade streaming context architecture at $15/month. GitHub's own response is integrating Claude and Codex Agents into Agent HQ, letting users switch between models within Copilot.

An arXiv paper (2605.25438) provided the first empirical evidence that AI coding Agents significantly boost developer output -- Claude Code adoption correlates positively with more code commits, more repository participation, and broader language coverage. This proves AI coding tools aren't "toys" -- they are genuinely changing software development productivity.

"The AI coding tools war has upgraded from 'whose completion is more accurate' to 'whose Agent is more reliable and whose pricing is more sustainable.' The era of subsidies to grab users is over; next comes the battle over unit economics." -- An AI coding tools founder's assessment

A New Dimension for Enterprise Selection

For enterprise users, Copilot's switch to token pricing signals something important: cost management for AI coding tools will become a new issue CIOs must face.

Past selection looked at features, experience, integration; now a critical dimension is added: cost controllability. Is a flat monthly fee better value, or token-based pricing more flexible? How do you set Agent token consumption caps? How do you control AI tools' marginal costs as team size scales? NTT DATA has already partnered with Cursor, with enterprise-level cost governance and compliance control as a core requirement.

In H2 2026, AI coding tools competition enters a more pragmatic phase: whoever finds the optimal balance of reliability, speed, and cost wins the enterprise market. The $10/month all-you-can-eat era is over, but the era of AI coding has only truly just begun.

Copilot token计费争议 · AI编程四雄争霸 · Cursor 500万MAU · Claude Code · 从补全到Agent · 企业成本管控
Copilot token pricing controversy, AI coding four-way battle, Cursor 5M MAU, Claude Code, from completion to Agent, enterprise cost governance
Sources · 信源 Sources

本文基于 Dawn Vision 认知引擎处理的 6 个源信号生成,经编辑部人工审核。素材来源:Business Insider Copilot计费报道、The Verge GitHub Agent集成、CSDN工具横评、arXiv Claude Code实证研究。

Generated by Dawn Vision's cognitive engine from 6 source signals, editorially reviewed. Sources: Business Insider Copilot pricing coverage, The Verge GitHub Agent integration, CSDN tools comparison, arXiv Claude Code empirical study.