Meituan Releases LongCat-2.0: A 1.6T-Parameter Open MoE Model with Native 1M Context and LongCat Sparse Attention
Meituan released LongCat-2.0, a 1.6T-parameter open-source Mixture-of-Experts (MoE) model with approximately 48B active parameters per token, specifically optimized for agentic coding workflows. The model features a native 1-million-token context window enabled by LongCat Sparse Attention (LSA) and was trained entirely on domestic AI ASIC superpods, demonstrating stable training on non-Nvidia hardware. Key architectural innovations include zero-computation experts for dynamic activation scaling,
Analysis
TL;DR
- Meituan released LongCat-2.0, a 1.6T-parameter open-source Mixture-of-Experts (MoE) model with approximately 48B active parameters per token, specifically optimized for agentic coding workflows.
- The model features a native 1-million-token context window enabled by LongCat Sparse Attention (LSA) and was trained entirely on domestic AI ASIC superpods, demonstrating stable training on non-Nvidia hardware.
- Key architectural innovations include zero-computation experts for dynamic activation scaling, a 135B-parameter N-gram embedding module to reduce memory I/O, and a post-training pipeline (MOPD) fusing Agent, Reasoning, and Interaction capabilities.
- In benchmark evaluations, LongCat-2.0 achieved 59.5 on SWE-bench Pro, slightly outperforming GPT-5.5, and showed strong performance on Terminal-Bench 2.1 and multilingual repository tasks, though it trails frontier models on general agent benchmarks.
- The model is accessible via API with OpenAI and Anthropic compatibility, supporting use cases like whole-repository reasoning, multi-step terminal tasks, and cross-language migrations, with weights pending release.
Why It Matters
This release highlights the growing viability of training and serving massive models on domestic, non-Nvidia hardware, offering a potential pathway for regions or entities facing supply chain constraints. For AI practitioners, LongCat-2.0 sets a new standard for long-context agentic coding, proving that models can effectively reason over entire codebases without relying on summarization hacks. Its open nature and specific optimization for software engineering agents make it a critical resource for developers building autonomous coding tools.
Technical Details
- Architecture & Efficiency: Utilizes a Shortcut-connected MoE (ScMoE) backbone with zero-computation experts that route simple tokens (like punctuation) without heavy compute, managed by a PID controller to maintain a dynamic activation window between 33B and 56B parameters.
- Long-Context Mechanism: Implements LongCat Sparse Attention (LSA), an evolution of DeepSeek Sparse Attention, which combines Streaming-aware, Cross-Layer, and Hierarchical indexing to achieve near-linear scaling for a 1M-token context window, avoiding the memory wall associated with quadratic attention.
- Training Infrastructure: Pretrained on over 35 trillion tokens using domestic AI ASIC superpods, achieving remarkable stability with no loss spikes or rollbacks, a significant achievement given the less mature tooling ecosystem for non-Nvidia accelerators compared to CUDA.
- Performance Benchmarks: Reports 59.5 on SWE-bench Pro (beating GPT-5.5's 58.6), 70.8 on Terminal-Bench 2.1, and 77.3 on SWE-bench Multilingual, indicating specialized strength in real-world software engineering and cross-language tasks.
- Serving Optimization: Employs a 6D parallelism scheme, prefill-decode disaggregation, 'super kernels,' and L2-cache weight prefetching to minimize I/O latency, allowing efficient inference despite the model's massive scale.
Industry Insight
The successful deployment on domestic ASICs signals a strategic shift toward hardware diversification in AI infrastructure, reducing reliance on Nvidia GPUs and encouraging investment in alternative accelerator ecosystems. Developers should prioritize agentic frameworks that leverage long-context windows for codebase-wide reasoning, as this capability significantly reduces the complexity of managing fragmented context in large software projects. Finally, the open release of such a powerful coding model may accelerate the adoption of autonomous software engineering agents, forcing competitors to improve their own long-context and agentic coding benchmarks rapidly.
Disclaimer: The above content is generated by AI and is for reference only.