Tabbit
ResourcesBlogModels
Tabbit LogoTabbit

Tabbit — The AI Browser that Works for You

Topics

  • AI Browser Resources
  • Agentic Browser Resources
  • Browser Downloads and Install Guides
  • Browser Comparisons
  • AI Browser Alternatives
  • Browser Productivity Resources

Popular Guides

  • AI Browser
  • Agentic Browser Download
  • Best AI Browser 2026: Top 9 Tested & Ranked
  • AI Browser Download
  • Free AI Browser
  • Best AI Browser 2026
  • AI Browser Comparison 2026
  • AI Browser for Windows
  • AI Browser for Mac
  • Chrome Alternative 2026

Events

  • Tabbit Skill Competition
  • KPOP SBTI Fandom Personality Test
  • Tabbit Campus Creator Program
  • fifi's Picks: AI Skills for Research Papers
  • User Survey

About

  • Tabbit Blog
  • Press & Media
Review
CommunityLongCat 2.0

AlphaSignal Deep Dive: Owl Alpha's True Identity and a Reality Check on LongCat-2.0's Official Claims

Original source

X (Twitter) Articles (AlphaSignal)

AuthorAlphaSignal (@AlphaSignalAI, AI industry news, 300,000+ subscribers)

Source date2026-07-01

Tabbit curation2026-08-19

Read original

One-sentence takeaway

This deep-dive review, published the day after launch, establishes the most important background fact — the anonymous free model "Owl Alpha," which ran on OpenRouter for two months, was LongCat-2.0 (processing approximately 10 trillion tokens per month and ranking first on the Hermes Agent leaderboard) — while breaking down the official claims one by one: the narrow SWE-bench Pro win over GPT-5.5 was an official self-test, the weights were still only "planned" when the review was published, and the open-source field's true rival was GLM-5.2 (62.1 vs. 59.5).

Core facts and arguments (key points from the original)

Owl Alpha background

  • Owl Alpha ran anonymously on OpenRouter for two months; when developers called it, they did not know the vendor or internal structure. At launch it was processing approximately 10 trillion tokens per month, more than any model on OpenRouter's Hermes Agent leaderboard.

  • The only evidence not self-reported by the official source was the two months of anonymous usage: "This is the strongest piece of evidence in the entire launch, and the only thing Meituan did not generate itself."

  • Risk disclosure: Owl Alpha's OpenRouter listing disclosed that prompts and completions might be logged by the provider to improve the model — free users unknowingly supplied training signals for two months.

Technical analysis (cross-checked against the official blog)

  • Zero-Computation Experts: simple tokens (variable names, parentheses) take an almost empty computation path, while difficult tokens go through the full expert stack; routing is per token rather than per request.

  • LSA: the official source acknowledged that the indexer itself became a new bottleneck (scoring every layer and token remains quadratic, and the memory-access pattern does not match hardware prefetching); SI/CLI/HI are the three corresponding fixes. The risk is that "when incorrect routing sends a token that needs full reasoning down a cheap path, it will fail silently," and no public figure explains how often this happens.

  • N-gram Embedding: n-gram size 5, approximately 128B parameters (official figure: 135B), and an effective vocabulary expansion of approximately 900x; MoE + N-gram produces effective sparsity of approximately 97%, with N-gram accounting for <10% (returns diminish after >30%).

  • MOPD: post-training is split into three expert groups — Agent / Reasoning / Interaction — with a gating network routing by task at inference time — "probably the most genuinely novel part"; most labs only merge weights by averaging.

Hardware and training

  • The official source says this is the first trillion-parameter model trained entirely on a domestic cluster (approximately 50,000 accelerators, no Nvidia), but does not name the chip vendor; the official acknowledgment of Huawei's HCCL communication library and independent estimates point to Huawei Ascend 910C.

  • Official engineering claims: monthly hardware failure rate reduced by 70%+ and 35T tokens processed with no rollback or unrecoverable loss spikes — "achieving this on immature non-CUDA hardware is a real accomplishment."

Benchmark verification

  • In the official self-test table, the only model LongCat-2.0 consistently beats is Gemini 3.1 Pro; against GPT-5.5 it only narrowly wins SWE-bench Pro (59.5 vs. 58.6) and trails across the rest (FORTE 73.2 vs. 77.8, RWSearch 78.8 vs. 85.3, BrowseComp 79.9 vs. 84.4).

  • Claude Opus 4.8 is a bigger threat to LongCat-2.0: on the same SWE-bench Pro test it scores 69.2 (nearly 10 points ahead), while Opus 4.7 also scores 64.3.

  • Three claims thin out under line-by-line review:

    1. The weights had not been released at the time — GitHub explicitly said "Model weights coming soon, stay tuned" (only 76 stars/4 forks 10 hours after launch); media reports that "Meituan open-sourced" it described a plan rather than a release. (Note: as of 2026-08-18, the weights have been released on HF, so this point is outdated.)

    2. The strongest open-source rival, GLM-5.2, was absent from the official comparison chart: GLM-5.2 scored 62.1 > 59.5 on the same SWE-bench Pro test, and its MIT-licensed weights were downloadable two weeks earlier.

    3. The official chart used the company's own harness and scoring throughout, and noted that "problematic tasks [were] corrected"; at publication, there were no independent third-party scores from Artificial Analysis, Scale, or anywhere else.

Final conclusion (original text)

  • Cache hits are most cost-effective for "Agents that repeatedly reread the same context" (single-repository coding Agents, single-long-document research Agents); one-shot prompts get almost no benefit.

  • DeepSeek V4-Pro's list price is still lower than LongCat-2.0's; use GLM-5.2 to verify the benchmarks (downloadable weights, higher SWE-bench Pro score); browsing, multi-step tool chains, and in-task judgment remain areas where closed frontier models lead.

Review and scope

  • The article was published on 2026-07-01 (the day after launch). "Weights not released" and some pricing data ($0.69/$2.78 per 1M) are outdated: the weights are now available on HF (Prompt Directory 02), official current pricing is ¥5/¥20 (Prompt Directory 01), and OpenRouter's current price is $0.30/$1.20 (Review 03).

  • The article is analytical commentary rather than a controlled evaluation. Its figures are relayed from official and platform sources, but key data such as "10 trillion tokens/month" and "GLM-5.2 62.1" have no independent original-source links (the author says source links are in the first reply); treat them as second-hand when citing.

  • It is best read alongside the official documents (Reviews 01 and 02): the official documents provide the full details, while this article provides a critical framework.

Curated by Tabbit

This is a third-party source navigator. Model versions, test environments, and personal experience vary; consult the original source.

LongCat 2.0

Use and compare models in Tabbit

LongCat 2.0

Related reviews

MediaHugging Face (meituan-longcat/LongCat-2.0)2026-06-30

LongCat-2.0 Official Model Card: Specifications and Official Benchmarks (Including Comparison Tables with Gemini/GPT-5.5/Claude Opus)

MediaLongCat official blog (longcat.chat)2026-06-30

LongCat-2.0 Official Technical Blog: Architecture, Training on Domestic Compute, and Inference Deployment (Release Notes)

MediaOpenRouter (third-party model routing platform)2026-07-20

OpenRouter Channel Data: LongCat-2.0 Pricing, Measured Performance, and Third-Party Benchmarks (Artificial Analysis)

Mediaaiprofitboardroom.com (blog, part of Julian Goldie's AI Profit Boardroom community)2026-05-29

AI Profit Boardroom field test: LongCat 2.0 game-building test and same-task comparison with GLM 5.2

LongCat 2.0

Related prompts

MediaLongCat official API documentation site (longcat.chat)2026-07

LongCat-2.0 API Platform Quick Start (Official Quick Start + Chat Completions Reference + Pricing)

MediaHugging Face2026-06-30

LongCat-2.0 Chat Template and Tool-Calling Configuration (Official Hugging Face Model Card)

MediaLongCat official API documentation site (longcat.chat); X (@NousResearch official account as evidence for the free entry)2026-08-13

Hermes Agent Integration with LongCat-2.0 (Official Documentation + Nous Portal Free Entry)

MediaLongCat official API documentation site (longcat.chat)2026-06-30

Claude Code Integration with LongCat-2.0 (Official Documentation)