The 261% Price Shock: Autopsying Zhipu's GLM Coding Plan Points Migration Through a Blockchain Forensics Lens

CryptoSam
Finance

One hundred forty-nine renminbi to five hundred thirty-eight renminbi. That is not a price adjustment. That is a regime change.

Zhipu AI's GLM Coding Plan just swapped its metering architecture from prompt-count quotas to a dimensional credit system. New users now face monthly fees 130% to 261% higher than the previous V2 generation. Lite: 118 RMB. Pro: 538 RMB. Max: 1,078 RMB. Old V2 subscribers keep legacy rates. V1 users get a final low-price purchase window expected around mid-August.

The market will call this a price hike. The market will miss the signal.

This is an infrastructure repricing. It carries the structural DNA of a blockchain gas spike, a node-provider rate overhaul, or a tokenomics migration from inflationary emissions to a capped utility meter. The GLM Coding Plan now prices input tokens, output tokens, cached tokens, and Model Context Protocol (MCP) calls as separate resource units. Zhipu has written a gas table — the same table every L1 settles when it asks what computation actually costs.

Clusters don't watch the candle, watch the cluster. The candle is the price sticker. The cluster is the metering machinery underneath.

Here is the autopsy.


Opening the Case File: Where This Sits in the AI x Crypto Stack

Let me establish the basics before the evidence chain.

Zhipu AI is one of China's leading large-model houses, the force behind the GLM family of open and closed models. The GLM Coding Plan is its paid programming-assistant product — an AI coding copilot handling code completion, chat-driven debugging, and an expanding set of agent-style tasks. Until this migration, the product operated on a quota system: a fixed number of prompts per five-hour window and per week. That is a conversational meter. It counted interaction events without distinguishing a three-token autocomplete from a sixty-thousand-token multi-file refactor.

The unit economics were crude. The new system fixes that with more precision than most AI vendors attempt.

The plan was also hard to get. Daily allocations opened at 10:00 a.m. and routinely sold out. That scarcity is the most important tell in this entire episode. It means the demand curve was pressing against a fixed supply of inference slots. A company that cannot satisfy demand at the current price has exactly two moves: expand supply or raise price. Zhipu chose the second. The first is a capital expenditure. The second is a spreadsheet decision. Both are expensive, but only one can be executed with pricing alone.

Why would a blockchain analyst care? Because the AI-crypto stack has been merging faster than the market narrative admits. Autonomous agents need code. Code tools now meter MCP calls. MCP calls increasingly read blockchain state, sign transactions, and orchestrate DeFi positions. The cost of an AI coding subscription is now a line item in the P&L of every serious on-chain agent project. A pricing event in an AI coding plan is pricing-relevant for teams that thought they were in a completely different industry.

Some methodological notes before the evidence chain. I am treating this announcement the way I treat a wallet migration: extract the facts, cluster the parties, weight the inferences, assign confidence grades. The goal is not to re-litigate the sticker price. The goal is to identify which signals are worth monitoring over the next six months. That is the same discipline I used when clustering 500,000+ Terra wallets in 2022, and the same discipline that turned on-chain flow data into an institutional ETF thesis in 2024.

The facts are thin but stable: price points, tier names, old-user protections, the V1 window, and the new credit categories. Everything else in this report is inference weighted by confidence.


Evidence Chain, Part One: The Gas Table (Technical Route)

Here is the first translated on-chain observation.

The old quota was a meter on interaction count. The new system is a meter on resource consumption. Four line items sit in the ledger: input tokens, output tokens, cached tokens, and MCP calls. Each burns credits. That single design choice tells us more about Zhipu's engineering posture than any model card ever published.

The core insight: shifting from prompt-quota to credit-metering proves the backend already distinguishes between different cost classes of inference. That is not trivial.

LLM inference is not a homogeneous compute job. It has two distinct phases. The prefill phase processes the full input context and builds the key-value cache. The decode phase generates output tokens autoregressively, one at a time, and is memory-bandwidth-bound. Output tokens are drastically more expensive per token than input tokens. Cached tokens are cheaper than both, provided the cache is managed correctly. A vendor that itemizes these separately is a vendor that has already instrumented its serving stack. Zhipu did not need to make this public. The fact that it structured pricing around these four buckets is an admission that its infrastructure team thinks in cost components, not in chat sessions.

The cache-token line is the most revealing. By listing cached tokens as a distinct billing category, Zhipu is signaling that it wants users to lean into prefix caching — reusing the same system prompt, file tree, or project context across multiple calls. That is what I call the EIP-4844 instinct. In Ethereum, blob-carrying transactions give rollups a cheaper data-availability lane in exchange for accepting ephemeral, non-persistent blobs. Cheap in, cheap out, but you sacrifice durability. Zhipu's cache-token discount — if it materializes as a lower credit multiplier than raw input tokens — is structurally identical. Incentivize persistence of reusable context, cut the cost of repeated computation, and reserve expensive full-prompt inference for genuinely novel requests.

The MCP line is the second revelation. The Model Context Protocol is not crypto. It is an open standard for connecting LLMs to external tools: file systems, databases, code runners, and crucially for our world, blockchain explorers, wallet simulators, and contract call engines. By placing MCP calls inside the credit ledger, Zhipu is no longer selling a chatbot that writes code. It is selling an agent runtime that composes external services. The package has shifted from a conversational endpoint to an execution environment.

From a forensic standpoint, this changes the attack surface. When a coding subscription meters tool calls as first-class resources, it has to know what those tool calls are. That creates a logging obligation. And any system that can log tool-call arguments can also leak them. More on that in the security section.

The honest confidence rating here is guarded. The original announcement does not disclose the model versions behind the three tiers, the credit consumption rates, or whether the price increase accompanies capacity upgrades. We know the architecture moved toward fine-grained metering. We do not know the multiplier table. Inferring the full cost structure from the mere existence of a points system is like seeing a new DEX's fee switch without reading the whitepaper: you know the mechanism, you do not know the parameters. Confidence: C.

Before I move to commercialization, one more technical read matters.

The old system's five-hour window quota is a textbook rate-limiter. It throttles burst demand to smooth GPU utilization. The new credit balance is a different beast: a token bucket with a monthly refill. Both manage load, but the credit bucket externalizes the cost of burstiness back to the user. A developer who runs 2,000 short prompts in a day pays the same as a developer who runs 200 long ones, unless credit multipliers differentiate token costs. Because output tokens will almost certainly be weighted heavier than input tokens, the heavy-context, long-generation user is now subsidizing the short-completion user.

That is a distributional shift. Some users will see effective cost decrease. Most will not. The winners are the fringers — the developers who keep a massive shared context warm in cache and then make only tiny incremental asks. The losers are the refactor-heavy users who generate entire files from a cold start. If Zhipu wanted to reduce the strain on its most expensive inference path, it just built the perfect incentive gradient.


Evidence Chain, Part Two: The Two-Track Engine (Commercialization)

Now the commercialization data, and I want readers to slow down here.

Zhipu has run a textbook dual-track pricing migration. New users pay the new grid: 118, 538, 1,078 RMB. Old V2 subscribers — individual and team editions — continue at the legacy 49, 149, and 469 RMB price points. V1 users receive a temporary right to purchase at the old V2 rate before the mid-August window opens.

Let me state the obvious bluntly: the spread is engineered. Pro rose 261%, Lite rose 141%, Max rose 130%. The Pro tier is the steepest jump. That means the company believes its core monetizable population is heavy developers, not casual experimenters. This is a high-ARPU strategy hiding inside a subscription update.

The old-user protection is not charity. It is a churn firewall. Every existing subscriber kept at the legacy rate is a retained user who will not be forced to confront the new price until they choose to upgrade. The V1 purchase window is a conversion funnel dressed as a farewell discount — a scarcity trigger designed to pull legacy users into a new commitment at the old meter before the tap closes.

This is exactly the pattern I saw in the summer of 2020, when I spent my post-graduation weeks scraping Uniswap liquidity pools and SushiSwap deployment blocks. The yield farms that worked were not the ones with the highest APYs. They were the ones that understood queue psychology. A 10 a.m. limited release creates a ritual, a slot machine, a reason to show up. Zhipu's old daily allocations did the same thing. The company has now converted that manufactured ritual into a real price-discovery mechanism.

The deeper read: Zhipu is transitioning from subsidized user acquisition to unit-economics discipline. The daily sellout meant the product was underpriced. The company left money on the table and, more importantly, left cost uncovered. The new pricing is a correction, not an experiment. Demand evidence was clear. The question is whether the correction is so severe that it violates what behavioral economists call the reference-price anchor: once a developer has paid 149 RMB, a jump to 538 RMB creates a perception of value loss that no better metering can immediately cure.

But here is a trap for competitors and analysts alike. Zhipu has deliberately created an information gap. The announcement does not clarify whether the 538 RMB Pro tier includes more model access, higher rate limits, or better context windows than the old 149 RMB version. If capacity upgrades accompany the price change, the 261% price-rise headline is partially a measurement error. If capacity is unchanged, the headline is accurate. The asymmetry is itself a strategic weapon: it forces every observer to price in the worst case.

Investors should read this the way we read a token sale restructuring. The optics matter less than the allocation table. Without the new full benefits matrix, the price is an incomplete data point. You would never buy a derivative without seeing the contract's payout function. Do not form a view on this subscription without seeing its utility schedule.

Confidence for this dimension: B. The price numbers and retention policies are facts. The strategic intent is inference — plausible, but not yet measurable from disclosed data.


Evidence Chain, Part Three: Industry Impact and Competitive Crossfire

Let us widen the cluster and look at the blast radius.

The direct impact of this pricing event on the global AI coding tool market is small. Zhipu's coding plan is not yet a market-share giant in the league of GitHub Copilot, Cursor, or even some domestic alternatives. But the directional signal is not small. A leading Chinese large-model vendor has concluded that it can raise prices by 130% to 261% on new users without collapsing demand. That changes the strategic calculus for every competitor in the Chinese AI coding space.

First, the price-anchor rupture. For years, domestic alternative carried an implicit price discount. Zhipu's new Max tier at 1,078 RMB per month annihilates that anchor. To put it in crypto terms, it is like a protocol that was trading at a 70% discount to international comparables suddenly repricing to a 20% premium with no audit trail. The international comparison set — GitHub Copilot at roughly ten U.S. dollars per month and Cursor Pro at roughly twenty U.S. dollars per month — means Zhipu's Pro tier now costs about 3.8 times the price of an international premium tool. Either Zhipu is betting on model superiority, or it is betting that Chinese enterprise demand for data compliance creates a captive premium segment.

Second, the diversification effect. Price-sensitive developers have real alternatives: Alibaba's Tongyi Lingma, CodeGeeX, and the global players. The switching cost for a developer is not infrastructure. It is context, habits, and plugin ecosystem. That is a softer lock-in than an L1's developer ecosystem, but it is not zero. A developer with six months of project memory baked into GLM's caching system faces a genuine migration tax. Zhipu's cache-token design is not only a compute optimization; it is a stickiness mechanic that raises the cost of leaving.

Third, the moment is a window for competitors. Zhipu has voluntarily abandoned the cheapest end of the market. For a well-capitalized rival wanting to buy market share, this is an invitation. We saw the same dynamic when Ethereum gas spikes chased users toward L2s, or when high fees pushed activity from one chain to another. The price-shocked user escape path is one of the most predictable flows in infrastructure economics. If I were running growth at a competing AI coding product, I would deploy a targeted migration campaign and time it to hit the moment the V1 window closes.

But here is a subtle counter that most commentators will miss. By pushing price-sensitive users away, Zhipu may be deliberately selecting for a higher-value cohort. The resource-subsidy argument — burn money, keep everyone — collapses into degraded quality when GPU supply is fixed. Shrinking the user base to the paying core can improve average latency and throughput. In an infrastructure-constrained environment, exclusion is a form of quality control.

Blockchain natives should find this familiar. Look at the validator set of any profitable L1: high entry requirements exclude small stakers. That is not decentralization. It is a market filter. Zhipu's pricing is a market filter on GPU demand. It centralizes resource allocation in the hands of high-paying users, which conflicts with the AI for everyone narrative but aligns perfectly with the economics of scarce compute. The industry impact, then, is not a simple story of user loss. It is a story of tiering, filtering, and selective service quality.

There is one more competitive dimension worth flagging: the MCP ecosystem. By folding MCP calls into the credit system, Zhipu is effectively staking a claim on the agent-tooling layer. In crypto terms, it is like a chain that charges gas for cross-chain message passing. That pricing choice positions Zhipu as an infrastructure layer, not a mere application. Competitors who sell pure code completion without tool-call metering are now offering a different product class. The race is no longer about autocomplete quality. It is about who can price an agent's entire tool-execution graph.

Competitive confidence: C. The public price data is solid. The user behavior data is absent.


Evidence Chain, Part Four: Ethics, Security, and the Data Custody Question

Let me put the security hat on, because this is where blockchain analysts earn their keep.

A pricing change does not inherently create ethical or security issues. But the GLM Coding Plan's new credit ledger introduces three privacy-sensitive mechanics. The first is cache tokens. The second is MCP call authorization. The third is the opacity of the points ledger itself.

Cache tokens imply server-side persistence. If cached context is cheaper, the system must retain user code and conversation history across sessions. That creates a data custody question. What is the retention window? Is the cache encrypted at rest? Can the user flush it? Under China's Data Security Law and Personal Information Protection Law, code snippets that contain credentials, internal APIs, or proprietary algorithms may qualify as regulated data. A coding plan that encourages caching without exposing its retention policy is requesting blind trust.

This reminds me of a pattern I documented in 2024, when I tracked Smart Money inflows ahead of the Bitcoin ETF approval. The institutional players did not need more transparency than retail. They needed selective transparency. They needed to know precisely which data points were observable and which were not. The same principle applies here: the problem is not that Zhipu caches. The problem is that the user cannot see the cache's boundaries. In my Nansen work, a wallet with an unlabeled sweep pattern is not an accusation; it is a question. Zhipu's cache is an unlabeled wallet in that sense.

MCP calls expand the authorization perimeter. Model Context Protocol is, by design, a bridge from an LLM to external tools. When MCP access is bundled into a paid subscription, the service becomes a potential vector. If the MCP permissions are scoped too broadly, a malicious prompt could trigger unauthorized operations on connected services. For blockchain developers, that could mean signing transactions, reading private state, or interacting with DeFi protocols on the user's behalf. We have already seen a wave of autonomous-agent exploits in crypto — MEV bots that leaked private keys, AI agents that approved malicious token allowances. A coding plan that meters MCP calls without publishing a security audit is handing developers a loaded tool with an uncharted permissions map.

I wrote about this trajectory in my 2026 deep dive on autonomous on-chain actors. I trained a machine-learning model on one million historical transactions to detect anomalies in agent behavior. The data showed a 40% increase in MEV extraction efficiency since 2024. The root cause was not smarter bots. It was broader tool access. Every new protocol interface, every expanded API surface, every newly authorized tool added a multiplier to what an autonomous actor could accomplish. The same dynamic is now entering the code-assistant market. When MCP calls become a metered resource, the incentive to pack more tool-calling loops into a single task increases — and so does the blast radius if the permissions are wrong.

The points ledger itself is a transparency problem. When a developer cannot see the exact credit multiplier for each resource type, they cannot audit the cost of a task. In crypto, we call this the team-wallet opacity problem. Projects that preach decentralization but hold massive unlabeled treasury wallets create information asymmetry. Zhipu is not a DAO, and it owes zero fiduciary duty to its users. But the community trust mechanics work the same way. An opaque points system invites accusations of hidden drains — a credit sink that burns balance without explanation. I have been in this industry long enough to know that the largest reputational damage to infrastructure products rarely comes from a hack. It comes from an unnoticed governance failure that users retroactively label a scam.

There is also an ethical dimension around the old-users' bias. The new system treats new users as revenue and old users as assets to be preserved. That is rational, but it produces two tiers of trust inside the same product. New users pay a 261% premium for unknown capacity changes. Old users pay a subsidized rate for the same service. That kind of discrimination is common in SaaS, but in a market where developer tools are increasingly community-governed, it creates resentment. The most effective mitigation is a simple dashboard: daily credit burn, per-call breakdown, and a published consumption table for common tasks. If Zhipu publishes this, the pricing debate becomes an evidence-based discussion. If it does not, the suspicion machine will fill the gap.

Confidence: C. These risks are inferred from the architecture, not confirmed by any security disclosure.


Evidence Chain, Part Five: Investment Optics and the MRR Game

Now the valuation read, because this is the dimension where most blockchain-adjacent coverage gets lazy.

Zhipu is a private company with a substantial funding trajectory. Pricing power is a core datapoint for any late-stage private tech business. From an investor's perspective, the key signal in this announcement is not the top-line price increase. It is the proof of queue discipline: a product that had to ration access at 10:00 a.m. and now raises prices by triple-digit percentages is demonstrating pricing power. That is the single hardest thing to build in software. Zhipu demonstrated it without spending a yuan on marketing. The demand evidence was already written in the queues.

But there is an opposite read, and it deserves equal weight.

The timing of the repricing — with a mid-August V1 purchase window and a calculated push to convert legacy users — is consistent with a company preparing its monthly recurring revenue dashboard for a financing or IPO timeline. The migration converts V1 users into committed V2-rate subscribers before the new meter kicks in. It refreshes the subscriber base at a moment of peak goodwill. It shows investors a curve that does not yet reflect the price shock's churn. The optics are engineered to make the next quarter look strong.

That is not cynical. Every late-stage startup does this. But analysts should understand that the reported MRR growth over the next two quarters will be inflated by the legacy-price lock-in. The true test — V3 new-user conversion at the new price point — will not be visible until the legacy cohort cycles out. If I were underwriting a financing round for Zhipu, I would demand cohort-based retention data, split by acquisition price. If that data is unavailable, the 261% price increase is a red flag disguised as a green one.

Here is where my stance on blue-chip labels becomes relevant. I have long argued that the blue-chip NFT label is a trap. BAYC and Azuki floor prices proved that when liquidity dries up, nothing remains. The same logic applies to pricing power. A high sticker price is not a moat. It is a claim. The moat only exists if the underlying utility justifies the claim. For Zhipu, that utility has to be measured in model quality — specifically, code benchmark performance on SWE-bench and similar evals — not in subscription tiers. If GLM's code capability remains best-in-class for Chinese-language production work, the high price is defensible. If the model is marginally better than free alternatives, the high price is a gift to competitors.

There is also a macroeconomic backdrop worth noting. The Chinese AI sector is operating under capital constraints and export-control pressure. Advanced GPU acquisition is expensive and geopolitically complicated. A private lab that can demonstrate strong unit economics from a coding subscription is better positioned in any future financing negotiation, especially one that involves sovereign-adjacent funds. The pricing event is not just a product decision; it is a balance-sheet decision. It says: we can generate cash flow from our model without relying on infrastructure sweetheart deals.

My institutional flow analysis background tells me to separate signal from narrative. When I tracked the 15% increase in institutional-sized deposits into Coinbase Custody ahead of the ETF approval, the deposit sizes were the signal and the approvals were the narrative. Here, the signal is the old-user conversion window. The narrative is the 261% headline. If the V1 window opens on schedule and creates a queue, that is verifiable signal that demand survived the repricing. If the window opens and fizzles, everything else in this report moves down a confidence grade.

Investor confidence rating: D. We have zero financial disclosure. The pricing signal is directionally bullish for unit economics, but churn and retention numbers are unknown. In the absence of data, my cluster analysis says: watch the next funding round's disclosed user numbers. If Zhipu announces record conversion in the V1 window before a fundraise announcement, treat it as correlated optics, not independent verification. Correlation is not causation. Some revenue optics are manufactured.


Evidence Chain, Part Six: Compute Constraints and Load-Shedding

This might be the most important dimension for the crypto-native reader.

The daily 10:00 a.m. limited release is the smoking gun. You do not ration access to a digital product unless one of two things is true: you are manufacturing artificial scarcity for marketing, or you have a hard capacity constraint. In 2025, with global GPU supply constrained and Chinese AI firms facing export-control pressure on advanced accelerators, the second explanation is far more plausible. Manufactured scarcity is a growth tactic. Capacity constraints are an infrastructure reality. The choice to raise prices into a capacity constraint is the rational response of an operator who cannot quickly buy more chips.

The credit system is a load-management tool. It prices each unit of inference and lets the user decide how much load to purchase. That is a market-based congestion mechanism, structurally identical to EIP-1559's base fee or Solana's priority fee. The difference is that blockchain fees are public and auditable; Zhipu's multipliers are private. The mechanism is the same: raise the price on the expensive resource, push users toward the cheap resource — cached context — and smooth peak demand.

Let me add an experience note. During my 2020 DeFi yield-farm analysis, I wrote Python scripts to scrape more than 10,000 blocks per day, hunting for pools with unsustainable APYs. The pools that failed were the ones with artificially high incentives masking an underlying capacity problem. When the incentive ended, the liquidity left in days. Zhipu's old quota system was an artificial incentive — a fixed number of prompts at a low price. The incentive was masking the real cost of serving those prompts. The points system removes the mask.

But the points system only works if the multiplier table is credible. Does the developer know whether a cache hit costs one credit or ten? Does a long output cost more than a long input? In autoregressive models, output generation is memory-bandwidth-bound and roughly proportional to token count. The honest metadata would show a steeper credit burn for output tokens than for input tokens. If Zhipu publishes that table, the market can verify the cost structure. If it does not, every developer is flying blind.

My 2026 ML study on transaction patterns made this precise point about on-chain actors: the bots that survived were the ones with the best cost-model transparency. Autonomous agents consume credits the way MEV bots consume gas. An agent-runner's economics depend on knowing the per-token multiplier. Zhipu's pricing opacity introduces a new risk class for autonomous coding agents: they can no longer plan their compute budget without an unknown variable. That is not a deal-breaker, but it is a tax on rational planning. In a world where AI agents will increasingly be the ones paying for AI coding subscriptions, this kind of opacity will eventually force the market to demand a public fee oracle.

There is a plausible reading in which the 10:00 a.m. sellout was not a demand signal at all but a supply signal: a company struggling to serve its existing user base. If that is true, then the new pricing is not about extracting more revenue per user. It is about shedding load to protect service quality. Every infrastructure operator learns this lesson eventually — including blockchain nodes. When blockspace is scarce, the fee market is not optional. It is survival. Zhipu has effectively implemented EIP-1559 on its coding plan.

Confidence: E. This is almost entirely inference. The direction is reasonable, but no data confirms Zhipu's actual compute capacity or cost per token.


The Confidence-Weighted Case File and the Signal Calendar

Let me consolidate the evidence chain.

The overall confidence in the directional conclusion — that Zhipu is moving from scale-driven to value-driven monetization — is moderate. C on my personal scale. The price facts are solid. The strategic read is coherent. But the absence of a full benefits matrix, user retention data, and competitor response makes any strong conclusion premature.

Here is the rating map for every dimension: Technical route, C. Commercialization, B. Industry impact, C. Competitive landscape, C. Ethics and security, C. Investment and valuation, D. Infrastructure and compute, E. If I were building a team dashboard, I would weight the commercialization dimension highest because it is the only one with hard numbers, and I would discard the infrastructure dimension entirely until Zhipu discloses compute information.

The signals I will be tracking:

Short term, one to three months: Does Zhipu publish a credit consumption table? This is the single highest-value information release. It converts the pricing debate from speculation to audit and is the equivalent of a protocol publishing its fee schedule on-chain. Does the mid-August V1 purchase window create a queue? A queue would simulate the old 10:00 a.m. scarcity and signal that price elasticity remains low. Watch community sentiment on V2EX, Zhihu, and X. The crypto-native equivalent is the whisper network around a gas-price spike: if users start sharing screenshots of credit balances draining unexpectedly, the trust problem has begun.

Mid term, three to six months: Have third parties published a cost-per-task comparison between GLM Coding Plan, Copilot, and Cursor? Independent benchmarking is the closest thing this industry has to a formal audit. Do competitors launch targeted discounts to harvest displaced users? In blockchain terms, watch for the fork: if a competing tool launches an import tool that migrates GLM cache context, the exodus becomes measurable. Does Zhipu disclose new user counts or API call volumes? The absence of disclosure is itself a data point.

Long term, six to twelve months: Any funding or IPO filings that break out AI coding revenue as a percentage of total revenue? GLM's ranking on code benchmarks like SWE-bench. If the model's coding capability rises, the 261% price increase becomes a rational prelude to a premium product. If the ranking stagnates, the price increase was a bet that lost.


The Contrarian Angle: What Everyone Is Getting Wrong

Here is where I push back on the consensus.

The market will frame this as Zhipu raised prices and risks losing users. That is the candle. The contrarian cluster is different.

The price increase is not primarily about profit. It is a signal of model-superiority confidence and a deliberate act of demand shaping. Zhipu has effectively said: we are not competing for the marginal developer. We are competing for the high-leverage developer who cares about code quality, context retention, and agent tooling. And we will accept the loss of price-sensitive users as the cost of infrastructure clarity.

That is a viable strategy when you have a capacity constraint. It becomes suicidal if the loss of users is large enough to trigger ecosystem death. Which brings me to the second contrarian point: the actual risk is not churn. It is the opacity of the points system. In crypto, we have a word for opaque protocols: unauditable. The moment developers suspect the credit multiplier is a hidden profit pool, trust breaks. And in the AI coding market, trust is the moat.

There is also a false correlation to avoid. The raw price increase of 130% to 261% is shocking only if you ignore the old artificial subsidy. The old 149 RMB Pro tier was likely priced below marginal cost, or the 10:00 a.m. queues would not have existed. Comparing the old subsidized price to the new capacity-passing price is like comparing an LP's impermanent loss on a farm token to the price after the farm token's emissions halve. It is a category error. The relevant comparison is between the new price and the cost of serving the user. We do not have that cost data, so the entire price-outrage narrative is under-specified.

A third contrarian layer: the international price comparison may be a mirage. Zhipu's premium tiers are not competing with GitHub Copilot in the same market. Chinese developers operate inside a different ecosystem with different data-residency demands. A Shanghai fintech company that cannot send code to U.S.-hosted AI services has a very different willingness to pay for GLM than a San Francisco indie hacker does for Copilot. The 3.8x price premium is only meaningful if the products are substitutable. For many enterprise buyers in China, they are not. That makes Zhipu's pricing less aggressive than it appears and more rational than the global commentariat will concede.

The fourth contrarian point is the one that links back to my Terra/LUNA days. Watch the wallets, not the announcements. When Terra was about to collapse, insiders' earliest withdrawals were visible in cluster behavior before the public narrative changed. In this case, the equivalent is developer behavior: are heavy GLM users continuing to burn credits? Are teams renewing at the new price? The announced pricing is a statement. The renewal ledger is the evidence. Clusters don't watch the candle, watch the cluster. The cluster here is the installed base's willingness to stay, not the sticker price of the new entrant.

There is a final twist that I cannot ignore. A price increase this steep, announced without a features matrix, is a perfect disinformation test. If Zhipu wanted to manufacture an image of unconstrained demand, it could do exactly what it did: raise prices, keep old users locked, and let the market interpret the move as confidence. The contrarian must hold both hypotheses simultaneously: Zhipu is either pricing for profitability or pricing for optics. The two look identical for at least one quarter. The differentiating variable is whether the product actually improves. That is the only variable that matters in the long run.


Takeaway: The Meter Is the Message

There are three futures for this event. In the first, Zhipu benefits from the law of supply and demand: rationing disappears, revenue per user rises, and model improvements justify the price. In the second, the price shock creates a permanent churn scar, the legacy V2 cohort ages out, and competitors harvest the disaffected. In the third — the one I find most interesting — the points system becomes the industry standard for AI coding infrastructure, and every serious tool eventually adopts metered MCP and cache economics.

Watch mid-August. Watch the V1 queue. Watch whether Zhipu publishes the credit table. If the queue forms and the table arrives, this is a masterclass in infrastructure pricing. If the queue fails and the table stays hidden, this is a cautionary tale about unverified pricing power.

Either way, the meter is the message. The candle has stopped being the story. The cluster is what matters now. In this market, chop is for positioning. The analysts who read the metering architecture — not the price sticker — will be the ones who see the next move before it prints.