MPC-lab

Market Prices

Coin Price 24h
BTC Bitcoin
$63,102.5 -1.37%
ETH Ethereum
$1,869.8 -1.23%
SOL Solana
$73.06 -0.96%
BNB BNB Chain
$588.4 -0.71%
XRP XRP Ledger
$1.06 -1.47%
DOGE Dogecoin
$0.0699 -0.34%
ADA Cardano
$0.1724 +0.76%
AVAX Avalanche
$6.38 -1.36%
DOT Polkadot
$0.7619 -0.92%
LINK Chainlink
$8.14 -2.27%

Fear & Greed

27

Fear

Market Sentiment

Event Calendar

{{年份}}
30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

28
03
unlock Arbitrum Token Unlock

92 million ARB released

12
05
halving BCH Halving

Block reward halving event

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

18
03
unlock Sui Token Unlock

Team and early investor shares released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

Altseason Index

44

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$63,102.5
1
Ethereum
ETH
$1,869.8
1
Solana
SOL
$73.06
1
BNB Chain
BNB
$588.4
1
XRP Ledger
XRP
$1.06
1
Dogecoin
DOGE
$0.0699
1
Cardano
ADA
$0.1724
1
Avalanche
AVAX
$6.38
1
Polkadot
DOT
$0.7619
1
Chainlink
LINK
$8.14

🐋 Whale Tracker

🟢
0x5d9e...1846
5m ago
In
504,091 USDC
🔵
0x772d...bc25
1h ago
Stake
2,485,731 DOGE
🟢
0x3182...c9c5
6h ago
In
4,205,888 USDT

💡 Smart Money

0x8e89...d225
Early Investor
+$1.7M
74%
0x3109...c34b
Early Investor
-$0.3M
82%
0xe241...8658
Arbitrage Bot
+$1.5M
80%

🧮 Tools

All →
Research

The 261% Signal: Decoding GLM Coding Plan's Points System and the Hidden Forces Reshaping AI-Assisted Development

CryptoAlex

The 261% Signal: Decoding GLM Coding Plan's Points System and the Hidden Forces Reshaping AI-Assisted Development

There is a particular silence that follows a pricing announcement issued without explanation. No technical post-mortem. No community AMA. No defense of the new numbers. Just a revised table—118, 538, and 1,078 yuan per month for the Lite, Pro, and Max tiers of Zhipu AI's GLM Coding Plan—and the quiet retirement of the old "prompt count" limits that once defined the product's relationship with its users.

The 261% Signal: Decoding GLM Coding Plan's Points System and the Hidden Forces Reshaping AI-Assisted Development

The arithmetic is unforgiving for newcomers. Pro jumped from 149 to 538 yuan—a 261% increase. Lite rose 141%. Max, the most expensive tier, climbed 130% to 1,078 yuan, which is roughly four times the combined monthly subscription of GitHub Copilot and Cursor Pro, the two most entrenched AI coding tools on the planet. Meanwhile, the previous constraint—a fixed number of prompts per five-hour and weekly window—has been replaced by a points system that meters four distinct resource categories: input tokens, output tokens, cached tokens, and MCP (Model Context Protocol) calls.

As someone who has spent the better part of a decade analyzing how decentralized networks price scarcity, I recognize the shape of what is unfolding here. This is not a simple price adjustment. It is a change in the fundamental unit of account for AI-assisted development, the kind of shift that typically precedes—or follows—a structural transition in the underlying industry. The points system, the dual-track pricing for existing versus new users, the rationing history, and the silence around technical details together form a document that is less a pricing memo than a Rorschach test for the entire AI coding economy. Depending on how you read it, you will see either evidence of market strength or the exposed wiring of fragility.

Context: The Landscape Before the Shift

Zhipu AI is one of China's leading artificial intelligence companies, the force behind the GLM (General Language Model) series, which competes with domestic frontier models from Baidu, Alibaba, and ByteDance. The GLM Coding Plan is the company's bid to capture the AI-assisted development market—a space dominated globally by OpenAI-backed GitHub Copilot and the fast-rising Cursor, but one in which domestic Chinese players have historically struggled to gain traction due to ecosystem fragmentation, data-residency requirements, and the sheer gravitational pull of the international incumbents.

The old pricing structure followed a conventional subscription pattern. Users paid a flat monthly fee for a capped number of prompts within fixed time windows. It was a model designed for the "chat with your codebase" paradigm—the user initiates a finite number of interactions, and the assistant responds to each one. Predictable, simple, and structured around a usage pattern that assumed human pacing: think, ask, receive, apply.

The new points system is a fundamentally different species. Instead of counting interactions, it charges for computation. Input tokens—the context you feed the model—carry a cost. Output tokens—the code the model generates—carry a higher cost. Cached tokens—the reuse of previously processed context—are priced, presumably at a discount. And MCP calls, which connect the model to external tools and services, have their own price tag.

This architectural shift quietly converts the coding assistant from a utility with predictable monthly pricing into a metered infrastructure service, governed by a points-based price-discovery mechanism. For anyone who has studied the evolution of blockchain fee markets—from Bitcoin's first-price auction to Ethereum's EIP-1559 base fee mechanism—the pattern is instantly recognizable. This is a market design, not just a billing design.

Core: What the Points System Actually Reveals

The Load-Management Instrument Disguised as Billing

Let me begin with what the points system discloses, because it operates like an X-ray of the underlying cost structure. The decision to meter input tokens, output tokens, cache tokens, and MCP calls as separate line items is not a commercial gimmick. It is a public rendering of the provider's cost model, whether Zhipu intended it as such or not.

In the old regime, a single-line completion and a complex, multi-file refactoring task across several hundred kilobytes of context were priced identically. The computational difference between those two operations, in terms of GPU cycles, memory bandwidth, and latency, is often an order of magnitude. The old system was a flat tax on usage. The new system is a progressive levy based on actual marginal cost. That distinction matters, because it tells us what state Zhipu believes the market is in: one where subsidizing profligate usage is no longer tenable.

The input-output token split is particularly informative. In transformer architectures, generation is sequential: each output token must attend to the full preceding context, making output token service costs several times higher than input processing. By metering them separately, Zhipu is effectively admitting that generation throughput—not context ingestion—is its binding constraint. The points system, read in this light, is a capacity-allocation mechanism for a scarce resource: the ability to generate code under latency limits that developers find acceptable.

But the most sophisticated element is the cache token. When a developer repeatedly works on a sizable codebase, the bulk of the context—repository structure, import graphs, type definitions, documentation snippets—remains unchanged across consecutive requests. If that context can be cached and reused, the marginal cost of serving subsequent requests collapses. By pricing cache tokens as a separate, likely cheaper category, Zhipu is not merely billing more accurately. It is steering developer behavior toward a computationally efficient interaction pattern. The incentive says: keep your context warm, reuse it, and structure your workflows to minimize fresh computation.

This is the first insight the pricing table offers: the points system is a load-management instrument disguised as a billing scheme. It shares a family resemblance with Ethereum's EIP-1559, which replaced a first-price auction with a base fee calibrated to network congestion. The points system is Zhipu's base fee—a mechanism to flatten demand spikes, discourage low-value calls, and allocate scarce GPU cycles to high-utility users.

The 10 AM Queue as a Congestion Signal

The operational context preceding this pricing change validates this interpretation. The old GLM Coding Plan rationed access through a fixed daily release at 10 AM, and demand consistently exhausted those slots. Market commentary framed this as a story of overwhelming popularity. I am not so sure.

I have seen this pattern before. In the early days of decentralized networks, when block capacity was the binding constraint, users experienced similar queuing phenomena. Congestion externalized itself through rising fees, failed transactions, and a frantic race to the top of the next block. The 10 AM release is the off-chain analog of a congested mempool. When a provider cannot expand supply fast enough—because GPUs are expensive, procurement timelines are long, or demand is structurally outpacing capacity—rationing is the first response. Pricing is the second.

The jump from rationing to steep price increases is therefore not necessarily a sign of confidence. It is a sign of constraint. The short-run supply elasticity of inference compute is low; the demand from professional developer workflows is, for reasons I will discuss later, relatively price-inelastic. When demand is inelastic and supply is fixed, raising prices is the textbook response. It extracts the maximum revenue from those who value the service most, while discouraging low-intensity usage that bloats the load profile.

But the wider signal is not just commercial. The era of subsidized AI coding tools—priced to acquire market share rather than to cover marginal costs—is ending, and it is ending at precisely the moment when the costs became too visible to absorb. The GLM Coding Plan's shift from a flat subscription to a granular points economy signals the arrival of reality: the cost of inference, not demand, is now the binding constraint for AI companies.

The Agent Economy Is Arriving Through the Accounting Department

The separate metering of MCP calls deserves its own focus. The Model Context Protocol is the connective tissue of the emerging agent ecosystem. It enables language-model applications to interact with external tools, services, and data repositories in a standardized way. By pricing MCP calls explicitly, Zhipu is disclosing that the GLM Coding Plan is no longer a "chat with your codebase" product. It is an agent-orchestration platform.

Agent workflows are categorically more computationally demanding than conversational ones. They loop. They retry. They execute sequences of tool invocations, each requiring fresh inference passes over accumulating context. A single agentic session might involve dozens of model calls, hundreds of MCP invocations, and megabytes of context—exactly the kind of load profile that a points system is designed to ration and prioritize.

The shift from prompt-count limits to resource-points clearly signals a bet on the agentic future of software development. Far from penalizing power users, the new accounting structure appears calibrated to capture value from the kind of complex, multi-step workflows that agents enable. And by making MCP calls a first-class metered entity, Zhipu is positioning itself not merely as a model provider but as the settlement layer for AI-assisted development workflows.

The lesson for the broader AI and crypto ecosystem is that the agent era is arriving not through a new interface, but through the accounting department. The unit of value in AI-assisted development has shifted from the prompt to the point—a fungible unit consumed by model calls, context reuse, and tool invocations alike. This is the absorption of a full market mechanism into the development tool itself.

The Dual-Track Strategy and the Founder's Fork

Now let me consider the customer segmentation embedded in the pricing change—a dimension that blockchain researchers will recognize as the "founder's fork" in miniature.

Under the new regime, V2 subscribers—those who joined on previous pricing tiers—can renew at old prices. V1 users are granted a limited purchase window through mid-August to acquire the older V2 plan at old rates. New users face the full increase from their very first month. The strategy is simultaneously a retention mechanism, a conversion funnel, and a new-user price wall.

This is a classic dual-track pricing model, and it is designed to solve a specific market problem: how to capture more value from a scarce resource without triggering a revolt among the users who helped create the network effect in the first place. The existing user base was acquired at a lower price point. Raising their prices all at once would create churn risk and occupy the long tail. Instead, Zhipu grandfathers them, preserves the cash flow, and extracts the full market-clearing price from new demand.

But there is a hidden cost. Developers do not merely subscribe to tools; they build dependencies upon them. Workflows get shaped around a tool's capabilities. Muscle memory encodes its shortcuts. Team processes standardize its outputs. Codebases absorb its generation patterns. When the commercial terms shift without demonstrated technical improvements, the psychological covenant between tool and builder is violated—even if the legal terms preserve existing users' rates.

Open source is not a license; it is a covenant. And the same holds for the tools we choose to build upon. When a covenant is rewritten without community consultation—even when it is written generously for existing participants—the stability assumption that underlies deep dependence begins to crack.

The dual-track strategy protects revenue. It does not protect trust. And trust, as any chain architect will tell you, is the ultimate protocol.

The Silence Before the Numbers

What the announcement does not say is as significant as what it does. At what rate are points consumed? No worked examples are provided. How many points does a typical test-generation task consume? A multi-file refactoring session? An MCP invocation that reads two files, queries an external API, and patches the result? Without such examples, developers cannot determine whether the 538 yuan Pro tier represents an increase or decrease in cost per unit of useful output. The obvious consumer protection—publishing a cost comparison table—is absent.

Nor does the announcement specify whether the new pricing tiers come with enhanced capabilities. Is there a newer model version? A longer context window? Faster inference? If the 261% increase purchases materially better code-generation quality, the trade becomes defensible. But silence on capability improvements suggests the increase is about the cost of serving existing capabilities—or about a demand level that Zhipu considers under-monetized.

In my work auditing the failure modes of the Terra ecosystem, one lesson returned again and again: the most damaging missing disclosure is not the macro design but the micro parameters. When operators leave consumption parameters opaque, users are forced into speculation, and speculation always costs more than it should. The void between tokens holds the true value—of compute, of trust, and of the community that will ultimately determine whether this pricing shift is a sustainable equilibrium or a broken covenant.

The silent gaps in this pricing announcement are not peripheral to its impact. They are central to it.

The Contrarian Reading: Strength, Not Fragility

Let me now step sideways, because a purely critical reading would itself be a failure of analysis. There is a coherent counter-narrative to everything I have argued so far.

Perhaps the 261% increase is not a sign of constraint but of genuine market confidence. If GLM's coding capabilities are materially superior for Chinese-language and Chinese-ecosystem development—if the MCP integration is deeply woven into domestic tools and services that international competitors cannot reach—then 538 yuan a month is simply what a differentiated, high-value product should cost in this market. The data-residency requirement, which makes international tools legally untenable for many Chinese enterprises, adds an institutional-legal moat that has nothing to do with model quality.

Under this interpretation, the dual-track pricing is not a panic response but operational maturity. An operator that is confident in its product could simply raise prices across the board. The fact that it protects old users suggests a long-term orientation, not defensiveness. And the points system, far from signaling fragility, could signal the opposite: a provider that has achieved enough scale to introduce a sophisticated, utility-priced structure that rewards power users and penalizes wastage.

I cannot fully adjudicate between the constraint interpretation and the confidence interpretation without internal data. What I can say is that the pricing structure is internally coherent under both readings—which is precisely why this move is so analytically significant. Whether it is a defensive pricing of scarcity or an offensive claim of market power, the short-term economics are identical: higher revenue per user and a self-selected, high-commitment user base. The long-term outcomes could not diverge more sharply.

If the GLM Coding Plan grows its user base despite the 261% increase, the confidence narrative wins. If it loses users and the price collapses under competitive pressure, the constraint story was the truth all along. The market will render the verdict within two quarters.

There is also a second contrarian angle worth surfacing: the possibility that Zhipu's move is strategically forward-looking for the entire industry. By introducing a points system with explicit cache-token pricing and MCP metering, Zhipu is effectively training Chinese developers to understand and accept usage-based AI infrastructure pricing. This could be a preemptive normalization of a model that the entire industry is headed toward—the computational equivalent of what Bitcoin did for digital scarcity. If the GLM Coding Plan succeeds, the points system might not be a one-off commercial experiment; it might be the template for how AI-assisted development is valued and exchanged.

The AI-Crypto Convergence and the Road Ahead

For the Web3 and open-source communities, the deep lesson of the GLM pricing shift lies in its architecture, not its arithmetic. The companies building AI infrastructure are increasingly adopting the same market-design principles that blockchain networks have been evolving for over a decade: scarcity pricing, congestion management, metered resource consumption, and incentive alignment through economic design. The points system is, in a compressed and centralized form, the token mechanism of decentralized networks—without the transparency, community governance, or independently auditable ledger that made those mechanisms trustworthy in the first place.

The core challenge of the coming decade is whether we can design AI infrastructure that respects both the economic value of compute and the ethical values of its users. The GLM pricing change is a local, early instance of this challenge. The points system is a market design, and market design is political in the deepest sense: it distributes access, constrains behavior, and rewards certain commitments while punishing others.

The question is not whether such mechanisms should exist. They exist, and they will multiply. The question is who controls them, how transparent they are, and whether the users who generate the very training data and workflows that make AI systems valuable have any voice in their governance. We do not write code; we weave conviction. And conviction is what the silence in the GLM announcement fails to address.

For open-source developers, for blockchain engineers, and for everyone who treats code as more than a commercial transaction, the GLM pricing shift is a reminder to build portable skills, maintain diverse toolchains, and never mistake any single provider's infrastructure for permanence. Nurture the niche, and the forest will follow.

Listen to what the repository refuses to say: the tools we use are not neutral instruments. They are designed by someone, priced by someone, and controlled by someone. The 261% signal is not a conclusion; it is an opening. An opening for transparent pricing, for genuinely decentralized AI infrastructure, and for communities that refuse the passive role of price takers. Faith in the fork, hope in the merge—and a determination, always, to keep the ledger honest.