Jejugin Consensus
Ethereum

The Ledger Says 23.2 Trillion Tokens. The Metadata Says Something Else.

Leotoshi
The chart shows a breakthrough. The ledger shows a carefully staged deployment. On March 4, 2026, Beijing-based AI firm Zhipu announced that its GLM-5.3 Flash model processed 23.2 trillion tokens of inference workload on domestic Chinese AI accelerators over six full days. That number, roughly 3.87 trillion tokens per day, is a massive validation point for the domestic compute narrative. The market reacted with cautious optimism, with analysts calling it a "moat attack" on NVIDIA's Chinese revenue base. But my forensics background tells me to look deeper. Tracing the ghost in the machine reveals that the more impressive number is not the token count, but the deliberate silence around everything else. The announcement comes at a critical inflection point. China's AI sector is under an implicit mandate to reduce dependency on American compute. The export controls of 2022, tightened in 2025, have made NVIDIA's flagship chips effectively unobtainable in China without a license. The sanctioned workaround, the H20, exists but carries a performance penalty and a political stigma. Meanwhile, domestic alternatives like Huawei Ascend 910B, Cambricon Siyuan 590, and Hygon's DeepEdu series have been improving. They have been improved, in fact, by exactly the kind of pressure that forces engineering excellence. Zhipu's announcement is not the first to claim domestic inference competence, but it is the first to attach such a colossal, auditable-sounding volume to the claim. The deeper context here is the architecture of the Chinese AI ecosystem. Zhipu AI is not an infrastructure company; it is a model lab. Founded in 2019 as a spin-off from Tsinghua University's KEG lab, Zhipu has become one of China's leading independent AI model developers, competing with DeepSeek, Alibaba's Qwen, and Baidu's Ernie. The GLM series has been open-sourced, a strategy that contrasts with the closed-source approach of OpenAI but aligns with DeepSeek's playbook. What sets Zhipu apart, however, is its aggressive integration with the domestic hardware ecosystem. GLM-5.3 Flash, a compact but highly optimized variant of the larger GLM-5 family, is not a demo model. It is a production-grade inference engine. Let us dissect the core evidence. The article states that Zhipu achieved a "3x improvement in end-to-end inference performance on the same domestic hardware." This is a software claim, not a hardware claim. In my experience auditing inference stacks, that 3x number comes from a combination of KV cache optimization, speculative decoding, continuous batching, and operator fusion. These are engineering tricks, not architectural breakthroughs. They are, however, the exact kind of optimization that moves the needle from "unusable" to "production-ready" for a chip ecosystem. The 23.2 trillion token figure is more telling. If we do the arithmetic, that is a throughput of approximately 3.87 trillion tokens per day. This requires a cluster of at least 10,000 Ascend 910B-class chips, assuming a realistic per-chip throughput of 400 million tokens per day. That is not a laboratory setup; that is a data center. It means someone is spending real capital on domestic hardware, not just writing pilot reports. But here is where the metadata confesses. The article does not disclose the specific chip model. It says "domestic chips" without specifying whether they used Huawei Ascend, Cambricon, or Hygon. This is a critical omission. The performance envelope of the Ascend 910B is significantly different from that of the Cambricon Siyuan 590. If Zhipu is using 910Bs, the achievement is impressive but expected, given that Huawei's software stack, CANN, has matured significantly since 2024. If they are using Hygon's DCU, which is based on AMD's CDNA architecture, the result would be more surprising. The refusal to specify the chip is a data point in itself. It suggests the deployment is not generic but deeply customized. Zhipu likely has a dedicated team of engineers, perhaps 200 people, working on a proprietary inference stack. They have built a software moat around a hardware base, and they are not ready to share the blueprint. We must also note the silence on the training front. The announcement covers inference only. The article does not claim that GLM-5.3 Flash was trained on domestic chips. In fact, the silence is deafening. It implies that Zhipu still relies on NVIDIA GPUs for training, possibly via over-the-border access through a third-party cloud provider. This aligns with the broader industry reality. Training a model of this scale requires massive scale and communication between chips, and the collective communication library of domestic chips, especially for the largest node counts, remains a barrier. Inference is a batched, discrete operation that can tolerate latency spikes and does not require the same level of deterministic scheduling. This is not to dismiss the achievement. It is a major validation for the inference market, which is growing much faster than training. But we must not conflate inference competence with training independence. The commercial analysis is where the narrative gets interesting. Zhipu's strategy is a classic "burn money for market share" play. They are offering 100 trillion tokens of free inference quota per day through their OpenRouter integration. They are not just pricing aggressively; they are giving it away. Let me calculate the cost. At an industry standard price of $0.10 per million tokens, 100 trillion tokens per day would cost $10 million daily. That is $300 million per month. This is an enormous burn rate, even for a company like Zhipu, which has raised over $1 billion in funding. The question is not whether they can sustain it for a month; it is whether they can sustain it for a year. The strategy is to attract developers, embed GLM into their applications, and then gradually taper the free tier once switching costs are high enough. The cost comparison with NVIDIA is more nuanced. Zhipu claims that the cost per token on domestic chips is now comparable to mainstream NVIDIA GPUs. If true, this is a game-changer. But the comparison is riddled with assumptions. NVIDIA's cost structure includes the price of the chip, which is sky-high in China due to export controls, plus the cost of electricity and cooling. Domestic chips have a lower purchase price but a higher engineering cost. The team that optimized the software stack is a sunk cost. The question is whether the marginal cost per token is actually lower. In my experience, the total cost of ownership for a domestic chip can be 20% lower than NVIDIA, when you include the hardware discount, but only if you have the in-house talent to build and maintain the software stack. If you don't, the total cost of ownership can be 40% higher. Zhipu has that talent. Other companies may not. Now, the industry impact. This announcement is a signal to the entire Chinese AI supply chain. The fact that a leading model lab is publicly validating domestic chips in a production environment sends a message to every cloud provider and every enterprise CTO: domestic is viable. This will accelerate the migration from NVIDIA to domestic, especially for inference-heavy workloads like chatbots, code generation, and AI search. NVIDIA's market share in the China inference segment is already dropping, and this announcement will accelerate that decline. However, the training market remains a fortress. The ecosystem of CUDA, PyTorch, and the proprietary libraries from NVIDIA is still the gold standard. It will take years for the domestic software stack to reach parity. The one area where domestic chips are likely to win is in the low-end inference market, the millions of small, daily requests that are cost-sensitive and performance-tolerant. Let me address the competition landscape. The elephant in the room is DeepSeek. DeepSeek's V4-Flash is a direct competitor, and Zhipu's announcement is clearly aimed at stealing a share of the developer mindshare. The token volume of GLM-5.3 Flash is more than twice that of DeepSeek V4-Flash, but this is a comparison of apples and oranges. Token processing volume is affected by model architecture, context length, and batch size. A MoE model with a higher activation-to-parameter ratio can process more tokens with the same compute. This does not mean the model is better. In the absence of benchmark data, MMLU, HumanEval, GSM8K, the claim of "superior" is meaningless. Zhipu is competing on speed and price, not on quality. The developer community is noticing. But a significant number of developers are still using DeepSeek because of its strong performance on reasoning tasks. This is a marathon, not a sprint. There is a counterintuitive angle here, and it is the part of the market most analysts are missing. The "NVIDIA moat" is not just about hardware; it is about software. NVIDIA's CUDA framework is a 15-year-old ecosystem that has deeply integrated into every level of the AI stack. The new competitor, the "domestic stack," is not just competing with NVIDIA's silicon; it is competing with its software ecosystem. But here is the insight: the rapid adoption of inference-optimized models is rendering the CUDA ecosystem less relevant. The most important optimization for inference is not the general-purpose CUDA library; it is the model-specific inference engine. The engineers at Zhipu have essentially built a custom inference stack that bypasses the generic CUDA library and talks directly to the hardware. This is a pattern that I have seen in HFT, where firms build custom networking stacks to bypass the operating system. The data reveals the analogy: in the inference domain, the "stack" is the new moat. And the Chinese chip makers, they are not competing with NVIDIA on the general-purpose framework. They are competing on the ability to host a specific, well-optimized model. And in this domain, they can win. Another blind spot is the quality of the model itself. The entire article, and the discourse around it, is obsessed with the hardware. But the real question is: what is the quality of the GLM-5.3 Flash model? Zhipu has not published any benchmark scores. Is it a state-of-the-art model? Or is it a smaller, faster model that has been distilled and quantized? The lack of public benchmarks is a major red flag for any institutional investor. In the world of AI, you cannot hide forever. The community will test the model. The developers will notice the quality. The benchmark scores will come out. And when they do, the market will adjust. The only way Zhipu can maintain its position is if the model quality is genuinely competitive. If it is not, the free tokens will just attract free riders, not paying customers. The financial risk is clear. The burn rate for the free quota is unsustainable. I predict that within six months, Zhipu will either reduce the free quota or introduce a tiered pricing system. This is a classic strategy of attracting, then converting. But the conversion rate is unknown. The current market is a bear market, and survival is the only goal. Zhipu's war chest of $1 billion is a strong buffer. They can sustain the burn rate for a year. But they need to show a path to profitability. The key metric to watch is the conversion rate of free users to paid users. If the conversion rate is above 5%, the strategy is a success. If it is below 1%, the company will be in trouble. There are some signals I am tracking. First, the specific chip model. If Zhipu confirms the Ascend 910C, which is Huawei's latest, that is a positive signal. The 910C is a high-performance chip with a better memory bandwidth than the 910B. Second, the release of the benchmark scores. If Zhipu releases scores that are comparable to DeepSeek V3, the competition is real. Third, the pricing. If Zhipu announces a pricing that is 20% lower than NVIDIA for the same token volume, the market will have a new benchmark. Fourth, the adoption. The number of new developers signing up for the OpenRouter free tier is a key indicator. I will be watching the daily active token count. The broader impact is on the global AI supply chain. This announcement is a signal to global enterprises that China is a viable alternative for inference, and that the "technology gap" is narrowing. The global AI ecosystem is moving towards a multi-polar world, with US, China, and Europe each having its own compute stack. The data, and the metadata, is clear. The domestic hardware is reaching parity in the inference domain. The training gap remains, but the inference gap is closing. The question is not whether NVIDIA's moat is shrinking. The question is how quickly. The next week is likely to bring more news. I expect to see a report from SemiAnalysis on the cost of the inference stack. I expect to see a benchmark evaluation from a third-party lab. I expect to see a response from DeepSeek. The market will be noisy. But the signal is here, in the 23.2 trillion tokens. The system is working. Yields decay, but the logic remains immutable. The image is innocent; the metadata confesses. Forensic architecture reveals the architect. Tracing the ghost in the machine, the numbers tell a story of a controlled, deliberate, and impressive engineering effort. The question is not whether the domestic chips can handle the load. The question is whether the load is worth the cost. I will be watching the OpenRouter dashboard, the Zhipu API pricing page, and the Cambricon investor relations page. The next six months will reveal the truth.

The Ledger Says 23.2 Trillion Tokens. The Metadata Says Something Else.

The Ledger Says 23.2 Trillion Tokens. The Metadata Says Something Else.

The Ledger Says 23.2 Trillion Tokens. The Metadata Says Something Else.

Market Prices

Coin Price 24h
BTC Bitcoin
$79,799 -2.50%
ETH Ethereum
$2,455.6 -2.46%
SOL Solana
$101.8 -3.34%
BNB BNB Chain
$718.5 -0.99%
XRP XRP Ledger
$1.4 -4.59%
DOGE Dogecoin
$0.0849 -4.63%
ADA Cardano
$0.2128 -5.13%
AVAX Avalanche
$7.38 -2.26%
DOT Polkadot
$0.8774 -2.24%
LINK Chainlink
$11.68 -2.18%

Fear & Greed

74

Greed

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

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

12
05
halving BCH Halving

Block reward halving event

🧮 Tools

All →

Altseason Index

41

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 →
# Coin Price
1
Bitcoin BTC
$79,799
1
Ethereum ETH
$2,455.6
1
Solana SOL
$101.8
1
BNB Chain BNB
$718.5
1
XRP Ledger XRP
$1.4
1
Dogecoin DOGE
$0.0849
1
Cardano ADA
$0.2128
1
Avalanche AVAX
$7.38
1
Polkadot DOT
$0.8774
1
Chainlink LINK
$11.68

🐋 Whale Tracker

🔵
0xf174...f8fd
6h ago
Stake
9,661,376 DOGE
🔵
0x2cdd...61d0
3h ago
Stake
2,434,618 USDC
🔵
0xbd43...06b0
30m ago
Stake
2,563 ETH

💡 Smart Money

0x5038...0a7d
Early Investor
+$1.2M
95%
0x2d31...2e2d
Early Investor
+$4.1M
78%
0xf6ab...7d78
Market Maker
+$3.6M
90%