Paper: 2608.31142 Authors: Yisen Xi Categories: cs.SE, cs.AI, cs.CR
The Gap
The 2025-2026 AI market produced a wave of stealth releases: frontier models launched anonymously on developer platforms under codenames. For the people using them, the identity of the model is not a curiosity — it determines data-handling terms, supply-chain risk, and capability expectations. An API under a codename could be a well-known model behind a new name, a variant of one, or something new, and the terms you agreed to follow the identity, not the codename.
No validated methodology existed for black-box identity verification. Two of the available approaches are worth naming because each fails for a different reason. Practitioner checklists — the informal folk methods — lack accuracy evidence; nobody knows their error rates. And self-identification is untrustworthy by design: a model’s claim about what it is can be wrong because it was trained on stale information, or false because the deployment wants it to be. Neither can be the basis of a decision with supply-chain consequences.
STEALTH RELEASES AND WHY IDENTITY MATTERS
2025-2026: frontier models launched ANONYMOUSLY on
developer platforms under codenames
|
v
identity DETERMINES:
data-handling terms (what you agreed to)
supply-chain risk (what you depend on)
capability expectations (what it can do)
|
v
[GAP] no validated methodology for black-box
identity verification
|
+-- practitioner CHECKLISTS: informal folk methods,
| LACK ACCURACY EVIDENCE (error rates unknown)
|
+-- SELF-IDENTIFICATION: untrustworthy BY DESIGN
wrong: trained on stale information
false: the deployment wants it to be
|
v
neither can ground a decision with supply-chain consequences
The Increment
One sentence: Before this paper, anonymous model identity could only be guessed from folklore or asked of the model itself; after it, a four-stage forensic protocol reconstructs, fingerprints, differentially tests the tokenizer, and corroborates — and it was validated prospectively against a case whose official reveal confirmed its inferences.
Core Mechanism
The protocol has four stages, and the ordering is part of the design: each stage narrows the space more cheaply than the next.
Stage 0 — reconstruct launch-time configuration from archived platform snapshots (Internet Archive). This is the most distinctive stage and it does something no probing can: it recovers what the deployment said about itself at launch, and thus exposes preview-to-production drift. A model’s advertised context length or modality set at launch may not match its production behaviour, and that discrepancy is itself an identifying signal as well as a risk finding.
Stage 1 — fingerprint the configuration across context, output ceiling, reasoning, and modality, against the platform catalog. These are cheap, deterministic properties of an API. Enumerating them against the known catalog is the coarse filter, and the catalog comparison prevents the stage from producing an unbounded guess.
Stage 2 — test tokenizer identity with a cross-length differential that rejects short-prompt collisions. This is the sharpest piece of engineering in the paper. Tokenizer fingerprinting by prompt comparison has an obvious failure: short prompts collide, because different tokenizers often segment a few words identically. The cross-length differential addresses that by measuring behaviour as prompt length varies, so identity is established by a trend rather than by a single agreement.
Stage 3 — corroborate with behavioural probes. The last stage is the fuzzy one, deliberately placed last because it is the least decisive.
The validation is reported with the care the topic demands, and the honesty about scope is notable. The authors test declaration consistency on 10 known-identity releases — 7 exact, 2 within precision differences, 1 partial, 0 counter-directional — and they say explicitly that this is not end-to-end identification under anonymity. That distinction matters: consistency on knowns is necessary but not sufficient, and claiming more would be overreach.
Then the prospective test, which is the real evidence. A flagship case’s 2026-08-23 analysis pointed to the GLM-5.3 version line, and the official reveal confirmed those family and version-line inferences. The paper is precise about the boundary too: the deployment variant was not pre-asserted, and the Flash variant was consistent post-reveal rather than predicted. Three further Stage-0-only cases produced a graded hypothesis or a decline rather than a guess — which is the property that makes a forensic protocol trustworthy, since a method that always answers cannot be calibrated.
A standard-library-only implementation is provided as supplementary material, which lowers the barrier to reproducing and contesting the results.
FOUR-STAGE FORENSIC AUDIT
[0] RECONSTRUCT launch-time configuration
from archived platform snapshots (Internet Archive)
-> recovers what the deployment SAID about itself
-> exposes PREVIEW -> PRODUCTION DRIFT
<- the one stage that probing cannot replicate
[1] FINGERPRINT configuration against the platform catalog
context | output ceiling | reasoning | modality
-> cheap, deterministic; the COARSE FILTER
[2] TOKENIZER IDENTITY via CROSS-LENGTH DIFFERENTIAL
rejects SHORT-PROMPT COLLISIONS
-> identity from a TREND across prompt lengths,
not from a single agreement
[3] CORROBORATE with behavioural probes
-> the fuzzier stage, deliberately LAST
VALIDATION
declaration consistency on 10 KNOWN identities:
7 exact | 2 precision-differences | 1 partial
0 counter-directional
-- explicitly NOT end-to-end identification under anonymity
prospective: a 2026-08-23 analysis pointed to the GLM-5.3
version line; the official reveal CONFIRMED family and
version-line inferences
(deployment variant NOT pre-asserted; Flash consistent
post-reveal, not predicted)
3 Stage-0-only cases -> a GRADED hypothesis or a DECLINE,
rather than a guess
Think of it as identifying a car by its registration office records and its wiring, not by asking the driver. Asking the driver is the self-identification route: sometimes they will tell you honestly, sometimes they have been told to say something else, and sometimes they simply misremember. The archives give you what the registration listed at the time of issue — and if the vehicle no longer matches that listing, you have learned something. The catalogue of measurements (length, output limits, features) narrows the candidates cheaply. And the tokenizer test is like identifying an engine by how it sounds across a range of speeds rather than at idle: at idle many engines sound alike, but the way the note changes with revs is much harder to fake. The protocol’s willingness to return a graded hypothesis or nothing, rather than always a name, is the equivalent of an examiner who reports “consistent with, but not established”.
Key Concepts
- Identity as a governance fact: data-handling terms, supply-chain risk and capability expectations all follow the model’s identity, not its codename. It is why this is a compliance and procurement problem rather than a technical curiosity.
- Archived launch-time configuration as evidence: recovering what a deployment advertised at launch, and detecting preview-to-production drift. It provides a class of evidence that probing cannot generate, because it comes from before the deployment knew it would be audited.
- Cross-length differential for tokenizer identity: measuring tokenizer behaviour as prompt length varies so that short-prompt collisions cannot produce a false match. It converts a fragile point comparison into a trend, which is the difference between a fingerprint and a coincidence.
- Graded hypotheses and declines as the trustworthiness property: three cases where the protocol did not name a model. A method that always answers has an unmeasurable error rate, and declining is what makes the positive identifications meaningful.
Framework Shift
Before (folklore or self-report):
practitioner checklists -> no accuracy evidence
self-identification -> untrustworthy by design
-> identity guessed, or taken from the party with an interest
-> no basis for a supply-chain decision
After (forensic, staged, validated):
stage 0: archived launch config -> exposes preview drift
stage 1: configuration fingerprint against the catalogue
stage 2: tokenizer cross-length differential
stage 3: behavioural corroboration
-> validated prospectively against an official reveal
-> returns a graded hypothesis or declines rather than guessing
From asking a deployment what it is, or applying a checklist nobody has calibrated, to assembling external evidence in stages and reporting confidence, the core shift is that identity is a forensic conclusion to be established rather than a declaration to be accepted.
Expert Assessment
Problem choice: Excellent, and timely in a way few papers are. Anonymous frontier releases are a real market practice, and the downstream consequences — terms, supply-chain exposure, capability expectations — are the kind that governance processes need factual answers for. Establishing a validated method before the practice becomes universal is the right sequencing.
Method maturity: The staging is well designed, with each stage cheaper than the one it narrows toward and stage 0 providing evidence no probing can replicate. The cross-length differential is the most technically satisfying element, because it identifies and fixes a specific failure mode — short-prompt collisions — rather than asserting that fingerprinting works. The decision to place behavioural probes last matches their reliability.
Experimental integrity: The honesty about scope is the paper’s strongest feature. Reporting that consistency on ten known identities is not end-to-end identification under anonymity, and marking which parts of the flagship case were pre-asserted versus merely consistent afterwards, is the discipline this kind of work needs and rarely gets. The graded-hypothesis and decline outcomes are reported as results rather than as failures. The limitation is an obvious one: a single flagship prospective case is a small sample, and the protocol’s error rate under anonymity remains unmeasured — the paper says so rather than implying otherwise.
Writing quality: Each stage is stated with its purpose and its failure mode, which makes the protocol reproducible rather than just readable. Since the practical value is in adoption, a short worked trace of one stage — the specific configuration fields compared, or the differential shape that identified a tokenizer — would let a reader implement it without re-deriving the method from the description.
Verdict: strong accept — it defines a governance-relevant forensic method, validates it prospectively where validation was possible, and is unusually careful about what has and has not been demonstrated.
Takeaways
- Treat self-identification as evidence, not as a finding. A model’s claim about its own identity can be stale or strategically chosen, and neither is detectable from the claim alone.
- Use archived launch-time records. Pre-launch documentation exposes preview-to-production drift and is evidence that probing cannot generate.
- Prefer differential tests over point comparisons for fingerprinting. Short inputs collide across tokenizers; behaviour as a variable changes is much harder to fake.
- Build your forensic method so it can decline. A procedure that always produces a name has an unknown error rate, and its correct identifications cannot be distinguished from its guesses.
论文: 2608.31142 作者: Yisen Xi 分类: cs.SE, cs.AI, cs.CR
缺口
2025—2026 年的 AI 市场出现了一波**“隐身发布”(stealth releases):前沿模型以代号形式、匿名上线于开发者平台。对使用者来说,模型的身份不是一件猎奇的事——它决定了数据处理条款、供应链风险与能力预期**。一个代号之下的 API,可能是某个知名模型换了名字、可能是它的某个变体,也可能是新东西;而你同意遵守的条款跟着身份走,而不是跟着代号走。
此前不存在经过验证的黑箱身份识别方法论。现有两条路各因不同原因失效,值得点名。 从业者的检查清单——那些非正式的”民间方法”——缺乏准确率证据:没人知道它们的错误率。而自我声明在构造上就不可信:模型关于”自己是什么”的说法可能是错的(训练信息过时),也可能是假的(部署方希望它这么说)。两者都不能作为一项带供应链后果的决策的依据。
隐身发布,以及身份为何要紧
2025—2026:前沿模型以「代号」形式「匿名」上线于
开发者平台
|
v
身份「决定」了:
数据处理条款 (你同意了什么)
供应链风险 (你依赖了什么)
能力预期 (它能做什么)
|
v
[缺口] 没有经过验证的黑箱身份识别方法论
|
+-- 从业者「检查清单」:非正式的民间方法,
| 「缺乏准确率证据」(错误率未知)
|
+-- 「自我声明」:在构造上就不可信
错:训练信息过时
假:部署方希望它这么说
|
v
两者都无法支撑一项带供应链后果的决策
增量
一句话: 在这篇论文之前,匿名模型的身份只能靠民间经验去猜、或去问模型自己;在这篇论文之后,一套四阶段取证协议通过”重建—指纹—差分检验分词器—行为佐证”来完成识别,并在一个官方揭晓确认了其推断的案例上完成了前瞻性验证。
核心机制
协议有四个阶段,而顺序本身就是设计的一部分:每一个阶段都比下一个更便宜地缩小范围。
阶段 0——从归档的平台快照(Internet Archive)重建上线时的配置。 这是最具特色的阶段,它做了探测做不到的事:恢复”该部署在上线时关于自己说过什么”,从而暴露出从预览版到生产版的漂移(preview-to-production drift)。一个模型在上线时宣称的上下文长度或模态集合,可能与其生产行为不一致——而这种不一致本身既是识别信号,也是一项风险发现。
阶段 1——对配置做指纹比对,涵盖上下文、输出上限、推理、模态,并与平台目录对照。这些是 API 上便宜、确定性的属性。把它们在已知目录上枚举出来是粗筛,而”与目录对照”这一动作,防止该阶段产出无边界的猜测。
阶段 2——用”跨长度差分”检验分词器身份,以排除短提示碰撞。 这是全文工程上最锐利的一处。靠提示比对来给分词器做指纹,有一个显而易见的失效:短提示会碰撞,因为不同分词器常常把几个词切成完全相同的结果。跨长度差分通过测量”随提示长度变化的行为”来解决这一点——身份由一条趋势确立,而不是由某一次吻合确立。
阶段 3——用行为探针做佐证。 最后这个阶段是最模糊的,被刻意放在最后,因为它最不具决定性。
验证部分以其题目所要求的审慎来报告,而对范围的诚实尤其值得注意。 作者在 10 个已知身份的发布上测试了”声明一致性”——7 个完全一致、2 个在精度差异内、1 个部分一致、0 个方向相反——并且明确指出:这不是”匿名条件下的端到端识别”。这个区分很重要:在已知样本上的一致是必要而不充分的,声称更多就是越界。
接着是前瞻性检验,那才是真正的证据。 一个旗舰案例的 2026-08-23 分析指向 GLM-5.3 版本线,而官方揭晓确认了这些”家族与版本线”推断。论文同样精确地划出了边界:部署变体并未被事先断言,Flash 变体是在揭晓后才”一致”的,而不是被预测出来的。另外三个仅有阶段 0 的案例,产出的是分级假设或明确拒绝,而不是猜测——而这正是一条取证协议值得信任的性质,因为一个总会给出答案的方法是无法被标定的。
实现仅使用标准库,并作为补充材料提供,这降低了复现与质疑它的门槛。
四阶段取证审计
[0] 从归档平台快照(Internet Archive)「重建」
上线时的配置
-> 恢复该部署「关于自己说过什么」
-> 暴露「预览版 -> 生产版」漂移
<- 唯一一个探测无法复制的阶段
[1] 对配置做「指纹比对」,对照平台目录
上下文 | 输出上限 | 推理 | 模态
-> 便宜、确定性;「粗筛」
[2] 用「跨长度差分」检验「分词器身份」
排除「短提示碰撞」
-> 身份来自跨提示长度的「趋势」,
而不是某一次吻合
[3] 用行为探针「佐证」
-> 较模糊的阶段,刻意放在「最后」
验证
在 10 个「已知」身份上的声明一致性:
7 完全一致 | 2 精度差异内 | 1 部分一致
0 方向相反
—— 明确说明这「不是」匿名条件下的端到端识别
前瞻性:一份 2026-08-23 的分析指向 GLM-5.3
版本线;官方揭晓「确认」了家族与版本线推断
(部署变体「未」被事先断言;Flash 是揭晓后一致,
而非被预测)
3 个仅有阶段 0 的案例 -> 产出「分级假设」或「明确拒绝」,
而不是猜测
可以用**“靠登记处档案和线路来识别一辆车,而不是去问司机”来理解这件事: 问司机就是”自我声明”这条路:有时他会如实告诉你,有时他被要求说别的话,有时他只是记错了。 档案给你的是”上牌时登记了什么”——而如果这辆车已与登记不符,你就已经学到了一些东西。 那套测量目录(车长、输出限制、配置)便宜地缩小候选范围。 而分词器检验,相当于通过”在从低到高转速区间里的声音”来识别发动机,而不是只在怠速时听**:怠速时很多发动机听起来都一样,但音高随转速变化的方式要伪造得多。 而这套协议愿意返回”分级假设”或”什么都不返回”、而不是永远给一个名字——这正相当于一位会报告”与之相符、但尚未确立”的检验员。
关键概念
- 把身份当作一项治理事实: 数据处理条款、供应链风险与能力预期,全都跟着模型的身份走,而不是跟着它的代号走。这正是它属于合规与采购问题、而不是技术猎奇的原因。
- 以上线时的归档配置作为证据: 恢复一个部署在上线时自我宣传的内容,并检出预览到生产的漂移。它提供了一类探测无法生成的证据,因为它来自”该部署还不知道自己会被审计”之前。
- 用于分词器身份的跨长度差分: 通过测量随提示长度变化的行为,使短提示碰撞无法产生假匹配。它把脆弱的点比较变成一条趋势——这正是”指纹”与”巧合”之间的差别。
- 把分级假设与明确拒绝当作可信性的性质: 有三个案例中协议没有点名任何模型。一个总会给答案的方法,其错误率是不可测的;而”拒绝作答”才使那些肯定性识别变得有意义。
框架转变
之前(民间经验或自我报告):
从业者检查清单 -> 没有准确率证据
自我声明 -> 在构造上就不可信
-> 身份靠猜,或采信于"有利害关系的一方"
-> 无法作为供应链决策的依据
之后(取证式、分阶段、经过验证):
阶段 0:归档的上线配置 -> 暴露预览漂移
阶段 1:配置指纹,对照目录
阶段 2:分词器跨长度差分
阶段 3:行为佐证
-> 在一个官方揭晓的案例上完成前瞻性验证
-> 返回分级假设,或拒绝作答,而不是猜测
从”问一个部署它自己是什么”、或”套用一份没人标定过的清单”,转变为”分阶段汇集外部证据并报告置信度”,核心转变在于:身份是一个有待确立的取证结论,而不是一份有待接受的声明。
专家评审
选题眼光: 极好,而且它的时效性在论文中并不常见。 匿名的前沿发布是一种真实的市场行为,而它的下游后果——条款、供应链暴露、能力预期——恰恰是治理流程需要事实答案的那一类。在这种做法变成普遍之前就确立一套经过验证的方法,顺序是对的。
方法成熟度: 分阶段的设计很好:每个阶段都比它所要缩小的目标更便宜,而阶段 0 提供了探测无法复制的证据。 “跨长度差分”是技术上最令人满意的一处,因为它识别并修好了一个具体的失效模式——短提示碰撞——而不是断言”指纹可行”。把行为探针放在最后,与其可靠性相匹配。
实验诚意: 对范围的诚实是全文最强的特征。 报告”在十个已知身份上的一致不是匿名条件下的端到端识别”,并标明旗舰案例中哪些部分是被事先断言的、哪些只是事后”一致”——这正是这类工作所需要的纪律,而且很少被做到。分级假设与拒绝作答被当作结果报告,而不是当作失败。 局限显而易见:单个旗舰前瞻案例样本很小,而该协议在匿名条件下的错误率仍未被测量——论文如实说明了这一点,而没有暗示相反。
写作功力: 每个阶段都连同其目的与失效模式一并陈述,这让协议可复现,而不只是可读。 由于实际价值在于被采纳,若能给出一段具体的工作痕迹——比如实际比对了哪些配置字段、或识别出某个分词器的那条差分曲线长什么样——读者就能直接实现,而不必从描述中重新推导方法。
判决: 强接收(Strong Accept) — 它定义了一套与治理相关的取证方法,在可验证之处完成了前瞻性验证,并且对”什么已被证明、什么还没有”异常谨慎。
要点总结
- 把自我声明当作证据,而不是结论。模型关于自身身份的说法可能是过时的、也可能是策略性选择的,而这两者都无法仅从声明本身看出来。
- 使用归档的上线记录。发布前的文档能暴露预览到生产的漂移,而且是探测无法生成的证据。
- 做指纹时优先选择差分检验,而不是点比较。短输入在不同分词器之间会碰撞;而”行为如何随变量变化”要伪造得多。
- 让你的取证方法能够拒绝作答。一个总会给出名字的流程,其错误率未知,它的正确识别与猜测无法被区分开。