Meituan LongCat 2.0 is HERE (Real Tests and Review)
Video summary
Companion notes
Meituan's LongCat 2.0 is the first trillion-parameter model trained end-to-end on 50,000–60,000 domestic Chinese GPU accelerators.
## Specs and architecture LongCat 2.0 ships with 1.6T total parameters, 48B activated per token, a 1M token context window, and benchmark comparisons drawn against Opus 4.8, GPT 5.5, and Gemini 3.1 Pro — creator Ron reads this as "on par, not better," which he calls "okay." The headline architectural move is LongCat sparse attention, which the creator describes as replacing standard dense attention to push computation from quadratic to linear complexity, which is what enables the 1M-token context without the usual memory wall.
## Access friction The model is open-source on Hugging Face, but a YAML metadata warning blocked downloads at recording time. Cloud access requires a Chinese phone number and either WeChat Pay or Alipay — "no Visa, no Mastercard." You must choose the pay-as-you-go API plan, not the token pack, even though the 50M tokens for $1.90 token pack is cheaper. Real costs in the demo averaged "less than a cent" per request.
## Coding test results On the 3D ancient-Chinese-building prompt, LongCat cleared most features (smooth UI, animated replay, working scaffolding) but failed the X-ray mode and skipped the texture/erosion detail that only Claude Fable 5 currently produces. On the space-shooter one-shot, the first build rendered a glowing "initialize" button that "froze" on click because draw() ran from frame one and threw a type error. It diagnosed and fixed the bug in ~2 minutes, and the recovery build was genuinely good — "smooth," "consistent texture," with drift physics after key release — but the failure on a one-shot easy task tanked Ron's confidence.
## Practical wiring The creator wired it into Claude Code by swapping the Anthropic API key with the LongCat key in settings.json and pointing base URL at api.longcat. He hinted at a follow-up video showing a local/bin wrapper so claude longcat, claude glm, and claude minimax swap models without re-editing JSON.
## Where to place it Ron ranks it below GLM 5.2, Kimi 2.6, Kimi K2.7, Deepseek 4 Pro, and Opus 4.8 for main coding work. He predicts its strength will mirror DeepSeek's: strong on real codebases and migration docs, weak on creative one-shots like games.
Watch on YouTube
Prefer the native player? Open it on YouTube: https://www.youtube.com/watch?v=K_4kkcOzyKM
