The Head Fake
Meituan, the Chinese food delivery giant, just dropped a bombshell into the AI world. They open-sourced LongCat-2.0, a 1.6 trillion parameter MoE model, claiming it is purpose-built for Agentic Coding tasks. The press releases are loud: "First trillion-parameter model running on a 50,000-card domestic chip cluster." But if you peel back the layers of this technical PR, you will find a story that is less about breakthrough AI and more about the geopolitics of compute.
This is not a model release. It is a state-of-the-art bench test for China's chip independence. And the results, as with any first-generation hardware prototype, are ambiguous.

The Infrastructure Mirage
LongCat-2.0's primary innovation is not algorithmic but structural. The model is built as a hybrid Sparse MoE with N-gram embeddings—a clever engineering hack to cram 135 billion parameters into the embedding layer while maintaining 97% sparsity. This is not a paradigm shift; it is a workaround for memory bandwidth constraints.
The real headline is the stack beneath it. Meituan optimized the model at three layers: the model itself (ScMoE for physical core parallelism), the chip layer (Super Kernel for startup latency and weight prefetching), and the deployment layer (PD separation with asynchronous Expert-Parallel). This is the first open-source case where a trillion-parameter model has been pushed through a 50,000-card domestic chip cluster, likely powered by Huawei's Ascend 910B or 910C.
The critical missing number is the Model FLOPs Utilization (MFU). Without it, we cannot tell if this is a success or a Herculean effort with diminishing returns. Running the model on inferior chips requires exponentially more engineering debt. The cost per trillion tokens on this setup versus an NVIDIA H100 cluster remains unknown. If the MFU is below 30%, this is a cautionary tale, not a victory lap.
The MoE Illusion for Agentic Coding
The model uses a standard MoE architecture with 1.6T total parameters, activating an average of 480B per token. The post-training strategy is interesting: Meituan created three expert classes—Agent, Inference, and Interaction—using multi-teacher online distillation. This is a tactical shift, not a strategic one.
By segmenting experts for coding tasks, they are effectively creating a brute-force pattern-matcher for developer workflows. This might excel at generating boilerplate or handling specific IDEs, but without any public benchmarks—no HumanEval, no SWE-bench, no GSM8K—the claim that this model can compete with GPT-4o or Claude 3.5 is pure marketing.
I ran a back-test on similar model releases. When a team goes silent on benchmarks but loud on infrastructure, it is usually a sign of mediocre model performance. The optimized infrastructure is what they want you to buy; the model itself is the Trojan horse.
The Contrarian Angle: Decoupling from Nvidia or Creating New Lock-in?
Mainstream narrative: "Meituan proves China can do AI without Nvidia."
My take: LongCat-2.0 proves the opposite. It shows that Chinese AI requires 5x the engineering effort to match a fraction of the performance. If this model had been trained on an H100 cluster, the team would have focused on model architecture and post-training, not on chip-level kernel optimization. The fact that they had to spend thousands of man-hours on chip compatibility adjustments highlights the inefficiency of the domestic chip stack.
This creates a new form of lock-in. Developers who adopt LongCat-2.0 will be trapped in the Huawei ecosystem, unable to easily migrate to other hardware if conditions improve. The cost of switching will be astronomical. This is not open-source freedom; it is vendor managed by infrastructure scarcity.

Furthermore, this is a lobbying move disguised as a technical release. By showing that a trillion-parameter model can run on domestic chips, Meituan signals to Beijing that they are aligned with the national "self-reliance" agenda. Expect more state-backed cloud contracts for Meituan and its partners.
The Unanswered Questions
- Where is the training data provenance? If the model was trained on code from GitHub repositories with GPL licenses, Meituan could face lawsuits. The article is conveniently silent on this.
- What is the inference cost? On a per-token basis, is LongCat-2.0 cheaper or more expensive than Qwen2.5-Coder on an equivalent cluster?
- Is the open-source version the production model? Or is it a stripped-down version with safety rails that kills its coding ability?
- Why no benchmarks? The absence of scores on any standard evaluation suite is a red flag larger than a 50,000-card cluster.
The Takeaway
The market is currently pricing this as a net positive for domestic chip makers, particularly Huawei. But consider this: if the model is genuinely good, why not release the benchmarks? The silence suggests performance that is competitive on cost but inferior on quality. For now, LongCat-2.0 is a monument to engineering effort, not a revolution in AI capability.
The cycle sits on a knife's edge. If Meituan releases performance numbers in the next two weeks that match GPT-4o on Agentic Coding tasks, this cluster will be seen as a breakthrough in infrastructure resilience. If the numbers disappoint, LongCat-2.0 will be remembered as a hugely expensive demonstration of the limits of alternative compute.