Meituan Unveils LongCat-2.0, the First Trillion-Parameter AI Model Trained Entirely on Domestic Silicon
Chinese technology giant Meituan has successfully trained a frontier-class AI model without relying on restricted US hardware, proving the viability of alternative silicon ecosystems. The breakthrough relies on novel software optimizations to overcome the networking bottlenecks of domestic chips.
- Domestic Tech Optimists
- View this as a triumph of engineering that proves China can achieve full self-sufficiency in the frontier AI race.
- Geopolitical Realists
- Focus on how US export controls inadvertently accelerated the creation of a parallel, independent AI ecosystem.
- Hardware Skeptics
- Emphasize the hidden costs of bypassing Nvidia, particularly the severe energy penalties and manufacturing yield challenges.
Perspectives this story doesn't cover
- Environmental advocates concerned about the massive energy footprint of less-efficient AI training clusters.
- US policymakers assessing the effectiveness of current semiconductor export controls.
Key points
- Meituan released LongCat-2.0, a one-trillion parameter AI model trained entirely on domestic Chinese silicon.
- The achievement proves that frontier AI models can be developed without relying on restricted US hardware like Nvidia GPUs.
- Engineers overcame slower hardware interconnect speeds by developing a custom 4D parallel training framework.
- A robust fault-tolerance system allowed the 30,000-chip cluster to recover from hardware failures in under 45 seconds.
- While successful, training on domestic silicon requires significantly more electricity than using Western equivalents.
- The milestone highlights how US export controls have accelerated the bifurcation of the global AI ecosystem.
In a milestone that redefines the boundaries of the global artificial intelligence race, Chinese technology giant Meituan has unveiled LongCat-2.0, a frontier-class AI model boasting one trillion parameters. While the model's scale places it in the upper echelon of global AI systems, its true significance lies in its origin: LongCat-2.0 is the first model of its size to be trained entirely on domestic Chinese silicon.[1]
The announcement challenges a long-held assumption in Silicon Valley and Washington: that the sheer computational density and networking requirements of trillion-parameter models strictly require hardware from US-based Nvidia. By successfully orchestrating a massive cluster of domestic chips, Meituan has provided the most concrete evidence to date that alternative semiconductor ecosystems can support state-of-the-art AI development.[2]
Meituan, primarily known globally as a food delivery and local services behemoth, has aggressively pivoted into foundational AI research over the past three years. The LongCat-2.0 release marks its transition from an AI consumer to a primary architect, positioning the company alongside Baidu, Alibaba, and Tencent in China's domestic AI vanguard.
According to the technical report released by Meituan's AI lab, LongCat-2.0 utilizes a Sparse Mixture-of-Experts (MoE) architecture. This design activates only a subset of its one trillion parameters for any given query, maximizing efficiency. In early benchmarks, the model demonstrates reasoning, coding, and multilingual capabilities roughly on par with the GPT-4 class of models, though it trails the absolute bleeding edge of recently released Western systems.[3][4]
The mechanism behind this achievement is a masterclass in overcoming hardware limitations through software ingenuity. Training a massive AI model is not merely about raw computational power, or FLOPs; it is fundamentally a networking problem. The data must flow seamlessly between tens of thousands of chips. Nvidia's primary moat has long been NVLink, a proprietary interconnect technology that allows its GPUs to share memory at blistering speeds.
Domestic Chinese chips, widely believed to be the latest iteration of Huawei's Ascend series, possess formidable raw compute but historically suffer from slower interconnect bandwidth. To bypass this "memory wall," Meituan's engineers had to rethink the training architecture from the ground up.
The solution came in the form of a custom distributed training framework. Meituan developed a novel 4D parallel training strategy that slices the model across the cluster in a way that minimizes the need for chips to constantly "talk" to one another. By reducing the communication overhead by an estimated 40%, they allowed the domestic chips to spend more time calculating and less time waiting for data.[3][4]
The solution came in the form of a custom distributed training framework.
Software optimization was equally critical. The global AI ecosystem is heavily reliant on CUDA, Nvidia's proprietary software platform. Transitioning to domestic silicon requires rewriting massive codebases to run on alternative platforms like Huawei's CANN (Compute Architecture for Neural Networks). Meituan deployed a custom compiler named "Catapult" that automatically translates and optimizes tensor operations for the specific quirks of the domestic hardware.[4]
Perhaps the most daunting challenge was fault tolerance. Training a trillion-parameter model requires running a cluster of roughly 30,000 chips continuously for over 90 days. In any cluster of that size, hardware failures are a daily occurrence. If a chip fails and the system cannot recover, days of training progress—and millions of dollars in electricity—can be lost.[3]
Meituan's technical paper details an asynchronous checkpointing system that saves the model's state every few minutes without pausing the training process. When a domestic node fails, the system automatically isolates the dead hardware, reallocates the workload to idle backup chips, and resumes training within 45 seconds. This robust fault tolerance was the linchpin that made the three-month training run viable.[3][4]
To prove the efficacy of their stack, Meituan has open-sourced a smaller, 70-billion parameter version of LongCat-2.0, along with the inference code optimized for domestic hardware. Independent researchers have already begun testing the open-weight model, confirming that the underlying architecture is sound and highly competitive in open-source leaderboards.
Despite the triumph, industry analysts point out the hidden costs of bypassing Nvidia. The primary trade-off is energy efficiency. Domestic silicon, manufactured on slightly older process nodes due to equipment embargoes, requires significantly more power to achieve the same computational output. Estimates suggest Meituan's training run consumed up to 45% more electricity than an equivalent run on Nvidia H100s.[2]
Manufacturing yields present another layer of uncertainty. While Meituan successfully acquired the 30,000 chips needed for this run, scaling to the next frontier—models with 10 trillion parameters—will require hundreds of thousands of processors. Whether China's domestic foundries can produce these chips at that volume, with high enough yields to keep costs manageable, remains an open question.[2]
Nevertheless, the geopolitical implications of LongCat-2.0 are profound. US export controls, designed to throttle China's access to advanced AI capabilities, have instead acted as a powerful catalyst for domestic self-sufficiency. By forcing Chinese tech giants to invest heavily in their own software and hardware stacks, the restrictions have inadvertently birthed a parallel, fully independent AI ecosystem.[1]
As the "silicon curtain" hardens, the global AI landscape is bifurcating. Meituan's breakthrough proves that the barrier to entry for frontier AI is no longer strictly controlled by a single Western hardware vendor. The race toward artificial general intelligence is now being run on two entirely separate tracks.[2]
Key terms
- Parameter
- The internal variables or 'synapses' that an AI model learns during training; a higher parameter count generally correlates with greater capability and nuance.
- Interconnect
- The specialized networking technology that allows thousands of individual AI chips to share memory and communicate with each other at high speeds.
- Mixture-of-Experts (MoE)
- An AI architecture that divides a massive model into smaller, specialized sub-networks, activating only the necessary 'experts' for a specific task to save computing power.
- Fault Tolerance
- The ability of a massive computing cluster to detect a hardware failure, isolate the broken component, and resume operations without crashing the entire system.
- CUDA
- Nvidia's proprietary software platform that allows developers to write programs for its GPUs, serving as a major competitive moat in the AI industry.
Sources
[1]ReutersGeopolitical RealistsMeituan launches LongCat-2.0, claiming first trillion-parameter model on Chinese chips
Read on Reuters →
[2]BloombergGeopolitical RealistsMeituan's Trillion-Parameter AI Shows China's Silicon Resilience
Read on Bloomberg →
[3]arXivHardware SkepticsLongCat-2.0: Scaling Laws and Fault Tolerance on Heterogeneous Domestic Clusters
Read on arXiv →
[4]Meituan Tech BlogDomestic Tech OptimistsLongCat-2.0 Technical Report: Training at the Trillion-Parameter Scale
Read on Meituan Tech Blog →
Comments
More in Artificial Intelligence
See all →AI Infrastructure
How FlashAttention Bypasses the GPU Memory Bottleneck to Enable Long-Context AI
5 sources
Open Source Standards
How the Open Source Initiative's 1.0 Definition Excludes the Most Downloaded Open-Weight AI Models
7 sources
Generative Adversarial Networks
How a Generator and a Discriminator Compete to Create Realistic AI Output
8 sources
Machine Learning
How Generative AI Maps the Joint Probability Distribution of Data
5 sources
Every angle. Every day.
Get Artificial Intelligence stories with full source coverage and perspective breakdowns delivered to your inbox.




