4万亿。这是匿名模型Ox Alpha(国内网友叫它"牛来")上线OpenRouter四天后,前五大赛道应用累计调用的Token数量。
没有公司认领,没有官方博客,没有技术报告——它就这么以"第三方匿名提供商"的身份,在8月20日悄无声息地上线了。104.86万token上下文,支持文本、图片、视频,专门优化代码和长周期Agent任务。然后OpenCode宣布它几乎不限量免费,不计入用户额度。开发者们一拥而上,把它直接推上了OpenRouter用量榜首,刷新了平台单日用量纪录。
然后技术社区开始扒皮。Tokenizer指纹比对、视频编码特征分析、API报错模式溯源——三条独立证据链,都指向同一个嫌疑人:智谱AI尚未正式发布的GLM-5.3视觉版本。置信度:70-80%。不是100%,但足够让整个AI圈炸锅。
更劲爆的瓜在后面:多名技术分析师同时指出,AI编程工具Cursor近期的代码补全质量跃升,时间线恰好与GLM系列开源权重发布吻合。一个在圈内流传已久的怀疑再次浮上水面:Cursor会不会正在用开源GLM做预训练或微调?
匿名模型爆火、开源血缘疑云、闭源产品"借鉴"开源——这三件事放在一起,不是八卦,是AI行业结构性变化的缩影。
Tokenizer指纹:模型世界的DNA鉴定
为什么技术社区能从一个匿名模型身上扒出"血缘"?答案藏在Tokenizer里。
每个大模型都有自己专属的Tokenizer——它负责把输入文本切成模型能理解的token。不同模型家族的词表设计和切分逻辑差异巨大,就像人类的DNA一样具有高度辨识度。同一个词,在GPT里可能是1个token,在Claude里是2个,在GLM里是3个——这种切分偏好不是随机的,是在万亿级语料上训练出来的"数字习惯"。
社区的溯源方法很"法医":拿一批精心设计的测试文本,分别喂给Ox Alpha和所有已知的主流模型,比对token计数和切分模式。结果发现,Ox Alpha的token计数与GLM-5.3呈现高度一致的对应关系——同样的输入,几乎总是产出相同的token数量。不只是Tokenizer,视频多模态编码的特征模式、API返回的错误信息格式,三条线索都指向智谱。
当然,智谱官方至今没有确认也没有否认。这本身就是一种态度。
"在AI这个行业,没有任何模型是真正'干净'的——每一代前沿模型背后,都站着无数开源贡献者的影子。"
Dawn Vision 判断
为什么匿名发布?这才是真正有意思的问题
一个值得深思的问题是:如果Ox Alpha真是智谱的模型,为什么要匿名发布?
直接以GLM品牌上线不好吗?既能赚口碑,又能拉API调用量。何必藏着掖着?
行业里有几种猜测。第一种是"压力测试"说:在正式发布前,先以匿名方式放到最大的开发者聚合平台OpenRouter上,看看真实负载下的表现,收集反馈,同时避免品牌风险——万一模型出了什么严重bug或者安全问题,"匿名模型背锅"比"智谱GLM翻车"好听得多。
第二种是"市场探针"说:匿名模型可以排除品牌偏见,纯粹看模型本身的能力能不能打动开发者。如果匿名状态下都能火,说明能力是真硬;如果没人用,那正式发布的时候再调整策略也不迟。这是一种非常聪明的AB测试。
第三种更阴谋论一点:"喂数据"说。OpenRouter上每天有海量的真实开发者请求,这些都是高质量的训练数据。以匿名免费模型的身份上线,可以低成本获取大量真实场景下的prompt和completion数据,用来迭代下一版模型。等正式发布的时候,模型已经被真实世界的数据"打磨"过一遍了。
不管是哪种原因,这种"匿名发布"策略本身就标志着AI行业竞争进入了新阶段。模型发布不再是锣鼓喧天的发布会,而是悄无声息的渗透战。
Cursor疑云:开源喂养闭源的游戏还在继续
如果说Ox Alpha的血缘揭秘只是技术性八卦,那么关于Cursor的怀疑,则触及了AI行业最敏感的神经。
Cursor是目前最火的AI编程工具之一,估值已经冲到80亿美元级别。但最近几个月,开发者社区不断有人反馈:Cursor的中文代码理解能力突然变强了,尤其是在国内开发者高频使用的一些场景下,表现甚至超过了Claude和GPT。这个能力跃升的时间点,恰好与GLM-5.3开源权重发布的时间高度吻合。
这不是第一次出现这种怀疑。2023年就有爆料称OpenAI用Llama的训练数据来训练GPT;2024年Anthropic被曝用开源模型输出做RLHF;现在轮到Cursor和GLM。开源模型免费提供高质量的训练信号,闭源公司用这些公共资源构建商业护城河——这个循环已经持续了好几年,而且短期内看不到停止的迹象。
这公平吗?从开源许可证的角度看,大多数开源模型用的是Apache 2.0或者类似的宽松协议,确实没有禁止"用于训练其他模型"。但从开源社区的情感角度看,这多少有点"薅羊毛"的味道——我辛辛苦苦把模型开源出来,你拿去微调一下就变成自己的付费产品了,连个感谢都没有。
但换个角度看,这恰恰是开源的胜利。开源模型的价值不只是让大家能免费用,更在于它提升了整个行业的基线水平。如果Cursor真的用GLM变强了,最终受益的是每天用Cursor写代码的开发者。从这个意义上说,开源的"溢出效应"本来就是开源精神的一部分。
终局:开源与闭源的边界正在消失
把Ox Alpha事件和Cursor疑云放在一起看,你会发现一个清晰的趋势:开源和闭源的边界正在快速溶解。
三年前,这两个阵营还泾渭分明。开源是Meta、Mistral、智谱们的游戏,闭源是OpenAI、Anthropic们的领地。但现在呢?闭源公司在用开源数据训练,开源公司在匿名测试闭源版本,大模型之间你中有我、我中有你,谁也说不清楚自己的模型里"纯血"比例有多少。
Stripe花70亿美元买OpenRouter,本质上也是承认了这个现实:未来不会有一个模型通吃,开发者会在成百上千个模型之间切换路由。模型会越来越商品化,真正值钱的是路由、计费、数据、工作流这些"模型周围的东西"。
对开发者来说,这个趋势意味着三件事:
第一,别迷信品牌。匿名模型可能比大厂模型还好用,小公司的开源模型可能在特定场景下吊打旗舰。重要的是实际表现,不是logo。
第二,开源的价值被低估了。开源模型不只是"免费替代品",它是整个行业进步的公共基础设施。每一个开源模型的发布,都在推高所有闭源模型的能力基线。
第三,竞争的主战场在转移。模型能力的差距在缩小,未来的差异化竞争力不在模型本身,而在产品体验、垂直场景深度、工作流整合、数据飞轮这些"软"的地方。
牛来到底是谁家的牛?这个问题可能永远不会有官方答案。但它已经完成了自己的使命:给整个行业提了个醒——在AI这个世界,没有永远的秘密,也没有绝对的边界。
明天见。
Four trillion. That's how many tokens the anonymous model Ox Alpha — nicknamed "Niu Lai" by Chinese developers — racked up across the top five agent applications in just four days on OpenRouter.
No company claimed it. No official blog post, no technical report. It just appeared on August 20, listed as being from "a third-party provider who has chosen to remain anonymous." 1.048 million token context window, text/image/video multimodal, optimized for coding and long-horizon agent tasks. Then OpenCode announced it was available virtually unlimited, for free, not counting against user quotas. Developers swarmed it, pushing it straight to the top of OpenRouter's usage charts and shattering single-day volume records.
Then the tech community started digging. Tokenizer fingerprint matching, video encoding signature analysis, API error pattern forensics — three independent evidence chains, all pointing to the same suspect: an as-yet-unannounced vision variant of Zhipu AI's GLM-5.3. Confidence: 70-80%. Not a smoking gun, but enough to set the entire AI world buzzing.
The bigger bombshell came after: multiple technical analysts noted that AI coding tool Cursor had seen a noticeable jump in code completion quality, and the timeline aligned suspiciously well with the release of GLM-series open-source weights. A long-circulating suspicion resurfaced: could Cursor be using open-source GLM for pre-training or fine-tuning?
Anonymous model sensation, open-source lineage questions, closed-source products "borrowing" from open source — taken together, these aren't just gossip. They're a microcosm of a structural shift in the AI industry.
Tokenizer Fingerprints: DNA Forensics for Models
How can the tech community trace an anonymous model's lineage? The answer lies in the tokenizer.
Every major LLM has its own proprietary tokenizer — the component that chops input text into tokens the model can understand. Different model families have wildly different vocabulary designs and segmentation logic, making them as identifiable as human DNA. The same word might be one token in GPT, two in Claude, three in GLM — these segmentation preferences aren't random; they're "digital habits" trained on trillions of tokens of corpus data.
The community's forensic approach was elegant: take a carefully designed set of test strings, feed them to Ox Alpha and every known mainstream model, then compare token counts and segmentation patterns. The result: Ox Alpha's token counts showed near-perfect correspondence with GLM-5.3 — same inputs, almost always identical token counts. It wasn't just the tokenizer. Video multimodal encoding signatures and API error message formats pointed the same way: Zhipu.
Of course, Zhipu has neither confirmed nor denied this. Which in itself says something.
"In the AI industry, no model is truly 'clean' — behind every frontier model stands the invisible labor of countless open-source contributors."
Dawn Vision Take
Why Release Anonymously? That's the Real Question
One question worth pondering: if Ox Alpha really is Zhipu's model, why release it anonymously?
Why not launch it under the GLM brand? Earn reputation, drive API volume. Why hide?
Several theories are circulating in the industry. The first is the "stress test" theory: before an official launch, quietly drop it on OpenRouter — the largest developer aggregation platform — to see how it performs under real load, collect feedback, while avoiding brand risk. If the anonymous model has a serious bug or safety issue, "anonymous model oops" sounds way better than "Zhipu GLM faceplants."
The second is the "market probe" theory: an anonymous release eliminates brand bias, letting you test whether the model's raw capabilities can impress developers on merit alone. If it goes viral anonymously, the capability is real; if nobody cares, you can adjust strategy before the official launch. It's a brilliantly clean A/B test.
The third is more conspiratorial: the "data harvesting" theory. OpenRouter processes massive volumes of real developer requests every day — high-quality training data. Launching as a free anonymous model lets you capture enormous amounts of real-world prompts and completions at low cost, using them to iterate the next version. By the time you officially launch, the model has already been "seasoned" by real-world traffic.
Whichever theory is true, this "anonymous release" strategy itself marks a new phase in AI industry competition. Model launches are no longer drum-beating press events — they're quiet infiltration campaigns.
The Cursor Question: The Open-Source-to-Closed-Source Pipeline Continues
If the Ox Alpha lineage reveal is technical gossip, the suspicion around Cursor touches the most sensitive nerve in the AI industry.
Cursor is one of the hottest AI coding tools today, with a valuation already in the $8 billion range. But in recent months, developers in the community have repeatedly reported that Cursor's Chinese code understanding had suddenly improved — in some high-frequency scenarios for Chinese developers, it was even outperforming Claude and GPT. The timing of this capability jump aligned suspiciously closely with the release of GLM-5.3 open-source weights.
This isn't the first time such suspicions have surfaced. In 2023, there were claims that OpenAI used Llama training data to train GPT; in 2024, Anthropic was reported to have used open-source model outputs for RLHF; now it's Cursor and GLM. Open-source models freely provide high-quality training signals; closed-source companies use these public resources to build commercial moats — this cycle has been going on for years, and there's no sign of it stopping anytime soon.
Is this fair? From a licensing perspective, most open-source models use Apache 2.0 or similar permissive licenses that don't explicitly prohibit "using to train other models." But from the open-source community's emotional perspective, it feels a bit like being fleeced — I open-source my model in good faith, you fine-tune it a bit and sell it as your own paid product, not even a shoutout.
But look at it another way: this is precisely open source winning. The value of open-source models isn't just that people can use them for free — it's that they raise the baseline for the entire industry. If Cursor genuinely got better using GLM, the ultimate beneficiaries are the developers using Cursor to write code every day. In that sense, open source's "spillover effects" are part of the point of open source.
Endgame: The Line Between Open and Closed Is Disappearing
Look at the Ox Alpha saga and the Cursor questions together, and a clear trend emerges: the boundary between open source and closed source is dissolving fast.
Three years ago, the camps were clearly delineated. Open source was Meta, Mistral, Zhipu; closed source was OpenAI, Anthropic. But now? Closed-source companies train on open-source data; open-source companies anonymously test closed versions; models are intertwined to the point where nobody can say exactly how "pure-blooded" any given model is.
Stripe's $7 billion acquisition of OpenRouter was essentially an acknowledgment of this reality: the future won't have one dominant model — developers will route between hundreds. Models are becoming commoditized; the real value lies in routing, billing, data, workflows — everything "around" the model.
For developers, this trend means three things:
First, don't fetishize brands. An anonymous model might outperform a big-tech model; a small company's open-source model might trounce flagships in niche scenarios. What matters is real performance, not the logo.
Second, open source's value is underestimated. Open-source models aren't just "free alternatives" — they're the public infrastructure driving the entire industry forward. Every open-source release raises the capability baseline for every closed-source model.
Third, the competitive battleground is shifting. Raw model capability gaps are narrowing. Future differentiation won't come from models themselves — it'll come from product experience, vertical depth, workflow integration, data flywheels, and all the "soft" stuff.
Whose cow is Ox Alpha anyway? We may never get an official answer. But it's already served its purpose: reminding the industry that in the world of AI, there are no permanent secrets and no absolute boundaries.
See you tomorrow.
Ox Alpha · 牛来大模型 · 智谱GLM · OpenRouter · 4万亿Token · 匿名模型 · 开源喂养闭源 · 模型评测 · Cursor疑云
Ox Alpha · Niu Lai model · Zhipu GLM · OpenRouter · 4T tokens · anonymous model · open feeding closed · model evaluation · Cursor suspicion