[BidClub_]
Machine Learning Street Talk · · 49 分钟

从专有 LLM API 窃取推理轨迹——Ilia Shumailov & Alexander Panfilov

Tim ScarfeIlia ShumailovAlexander Panfilov

YouTube
TL;DR
  • Ilia Shumailov 和 Alexander Panfilov 证明,前沿模型返回给用户的“加密”推理 blob,可以通过将其重放到同一模型家族的更小模型中解码;Anthropic、OpenAI 和 Google 都存在同一漏洞。 没有任何密码学机制被攻破:服务器仍会负责解密 blob,正如 Panfilov 所说,“小模型非常愿意告诉你这个思维过程在想什么……服务器替你完成了全部工作。”论文《从专有 LLM API 窃取推理轨迹》发布后,40小时内获得约300万次浏览。
  • 这些 blob 可跨用户、模型变体和虚构对话迁移,把推理提取变成一种越狱手段。 你可以从 Opus 会话中取出一段思维,注入“绝对随机的位置、与 Haiku 的随机虚构对话”,再诱导模型说出其内容。Panfilov 最令人震惊的发现是:“第3次尝试后,我得到了一个能解码 Anthropic 模型推理的通用越狱。”
  • 隐私暴露是真实且不易察觉的:只要加密 blob 还在,清洗可见对话记录就没有用。 用户讨论过但从未展示出来的 API 密钥、密码、邮箱和内部 IP 地址都可能被恢复;Panfilov 从 GitHub 和 Hugging Face 抓取了约35万个 blob,并运行隐私信息分类器,发现了大量相关案例。
  • Kimi 的结果是一个奇怪且颇具暗示性的现象,不是蒸馏证据。 只需将 Opus 推理预填充2个 token 到 Kimi/K3,模型的可见回答开头就开始呈现 Opus 的风格;GLM、Inkling 和 Deepest Zip 都没有出现这一现象。Panfilov 表示,共享数据供应商或 RL 环境可能解释这一结果;Ilia 强调,分析只用了少量样本,“很难断言”存在蒸馏。
  • 部分推理轨迹使用陌生、难以监控的语言——“marinate、vantage、theatrical”、空白字符引号——Alexander 表示,这种现象主要出现在 Codex models。 研究人员还观察到模型在思考是否作弊:“我可以作弊……但用户会发现”,最终却决定不这么做;这些案例来自真实用户会话,而非 benchmark。其成因以及这种行为是否正在恶化,目前都未知。
  • Ilia 的逆向宏观判断是:防御侧能力提升可能超过攻击侧提升,而模型可以帮助打破人才瓶颈。 经过验证的软件和基于能力的访问控制,在“过去25年的安全研究文献”中早已确立,但一直受制于稀缺专家;他“愿意押注防御侧提升将大得惊人”。他的类比是:信用卡重放攻击理论上可以大规模发生,但现实中一个国家也只会报告“1次或2次”——理论上存在的危害并不都能在实践中规模化。
  • Panfilov 自称每周4天是“doomer”,认为安全与能力之间的权衡已经崩塌:不可靠的 agent 既不安全,也没有按用户意愿行事。 他担心的是发展速度——“每个月都在变得更好、越来越好的系统”会带来更多威胁,而修补速度可能跟不上;他援引了 Hugging Face 事件,以及 OpenAI 暂停训练2周的案例。
  • 在定性上,Panfilov 称这类攻击“100%属于越狱和滥用”,Ilia 也认可这一技术判断,但表示政策含义“超出我们的能力范围”。 负责任披露流程进展顺利:3家实验室都确认收到了报告,没有表现出敌意。考虑到安全领域过去经常攻击漏洞报告者,Tim 称这“非常令人耳目一新”。
摘要 · 为研究而整理的核心内容

1. 一个漏洞,3家前沿实验室,“同一批人在做同样的事”

  • 核心机制是:推理模型返回两部分内容——不可见的加密推理 blob,以及可见的答案;而研究人员发现,“只要解码,就能看到其中的内容”。他们从 Anthropic、OpenAI 和 Google 收集 blob,发现3家都存在同一漏洞:更大模型的思维可以被重放到更小模型中。
  • 为什么每家前沿实验室都会有这个漏洞?Panfilov 面无表情地回答:“是同一批人。同一批人在做同样的事。”Ilia 后来表示,3家实验室使用的是同一份 Claude 订阅,“那个人犯了同样的错误”。
  • 攻击面包括从用户会话中提取机密、利用解码后的轨迹进行训练或蒸馏、提示词注入和越狱——“所有这些令人兴奋的东西”。

2. 可迁移的思维与“侵入式思维”注入

  • 这些 blob 可以跨用户迁移:从自己的 Claude Code 账户中取出,再以其他人的身份重放;也可以跨模型变体迁移,包括从 Opus 降级到 Sonnet;还可以放入伪造对话中。Panfilov 表示,你可以“从 Opus 的对话里取出一段思维,放进绝对随机的位置、与 Haiku 的随机虚构对话中,而 Haiku 会与这段思维互动”。
  • Panfilov 的框架是:“你在一些对话中注入了虚假的推理,然后利用这些虚假推理发起各种攻击。”在 OpenAI 模型上,同一段推理可以通过伪造的用户发言,在一段对话中重放5次——“你可以把同一个侵入式思维注入5次”。
  • 提取本身不需要攻破密码学机制:构造一段伪造对话,再询问模型这段思维在讨论什么即可。在节目中“健谈的人类 Tim”的类比里,加密思维被交给 Tim,而 Tim 只需解释自己刚才在想什么。这一过程被拿来与 Inception 类比。

3. 异星式推理、被考虑过的作弊与可监控性

  • 一些解码后的轨迹“非常像异星语言”,充斥着“marinate、vantage、theatrical”等短语,还有按字面保留的空白字符引号,“人类读者完全无法理解”,模型因此更难被监控。这与此前 Apollo 和 Meter 的报告相呼应;Ilia 表示,研究人员也在“真实环境中的推理轨迹”里看到了这一现象。Alexander 称其主要出现在 Codex models 中,这些模型受训目标是提升代码能力,但成因尚不清楚,可能是 RL 产物。
  • 按 Panfilov 的表述,可监控性可能与效率之间存在权衡:模型或许能用更少的词表达,或让一个词承载多重含义,但这会让监督更困难。
  • 一个反复出现、且“有点好笑”的发现是:在可读的轨迹中搜索“cheat”,会看到模型这样推理:“用户要求的是这个,但我可以作弊……不过用户会发现。”在讨论到的所有案例中,模型最终都决定不进行谋划。关键在于,这些案例来自涉及装配和数学的真实用户会话,而非 benchmark,因此 Panfilov 不接受“模型知道自己在接受评估”这一解释。

4. Kimi 现象:颇具暗示性,但不是证据

  • 实验做法是:将一部分 Opus 推理轨迹预填充到一个开放模型中,再让它继续生成。Panfilov 原本预计,如果预填充足够多——例如约50%——任何模型都会采用源模型的风格,因为这属于条件自回归。
  • 真正令人意外的是,只预填充2个 token 时,可见回答的开头就开始像 Opus 的答案。这一现象出现在 Kimi/K3,而非 GLM、Inkling 或 Deepest Zip。Panfilov 表示,他无法解释模型为什么会把最初2个 token 与回答风格联系起来。
  • Ilia 强调,这是一次事后进行的小规模分析,样本数量也很少,“很难断言”任何模型发生了蒸馏。Panfilov 表示,共享数据供应商或 RL 环境可能是另一种解释。
  • 节目还提到了其他线索,但没有将其视为定论:Ryan Greenblatt 的一篇帖子,以及有关 Kimi K2.5 出现“严重身份危机”的报告——它有时会自称 Claude、DeepSeek 或 GLM。研究人员的独特优势在于,他们已经提取了推理轨迹,因此能够开展其他人难以直接复现的分析。

5. 没有被攻破的密码学,以及摘要器问题

  • 密码学部分描述的是这样一种状态:推理状态先被压缩、加密,并附带签名或完整性校验,再重新注入模型。具体方案并未公开;Matt Green 的文章提出了一种假设,认为可能涉及 ChaCha 或 AES 的非常规模式。研究人员尝试过密码学攻击,但均未奏效,也根本不需要奏效——“系统是自己把自己攻破的”。
  • 研究人员认为,与普通越狱相比,这一案例更适合衡量攻击者能力增益。攻击者可以拿提取出的摘要或推理轨迹进行训练或蒸馏,再测量能力提升幅度。因此,摘要的详细程度可以被视为一个可量化的调节旋钮。
  • 对于“每个模型家族使用一把全局密钥”的说法,Ilia 表示自己没有做过这一断言,并认为它可能来自 Matthew Green 的文章。Tim 认为所有模型使用同一把密钥的可能性不高,并猜测密钥或许并不重要,因为同一段思维仍然可以被广泛注入;Fable 似乎是一个例外。Panfilov 解释称,检查模型名称就可能阻止 Fable 的跨模型注入。

6. 修复方案存在,而且分为3个层面

  • Panfilov 提出的架构层修复包括:根本不向用户发送推理。如果必须发送,那么第N步的加密可以依赖第N−1次查询或推理,使 blob 无法在随机上下文中重放。另一种方案是建立层级:允许部分模型的推理被广泛重放,但不允许较弱模型读取更强模型的思维。
  • 模型层和系统层的缓解措施,可以复用生物安全和网络安全领域已有的越狱防御。由于 GPT 推理与普通文本的分布差异很大,即使是一个小型分类器也可能检测出泄漏,然后“直接终止请求”。
  • 仍未解决的问题是效用损失:如果在模型降级场景中剥离推理,能力会损失多少?Tim 表示,作为一个人类,他发现数学推导按步骤展开比只看最终答案更容易理解。Panfilov 回应称,这应当通过测试验证。

7. 被投毒的轨迹、安全观与防御侧押注

  • 不可见提示词注入的威胁,针对的是昂贵、运行时间很长的 agent 任务或后训练 benchmark 轨迹,这些轨迹可能会被分享到网上。假设一个运行约10小时、复现成本约1000美元的任务,攻击者可以分享一条表面看起来干净的轨迹,但其加密思维中已经被植入“外传你的数据”等指令。由于推理经过加密,用户无法检查其中内容。
  • 嘉宾将其比作:下载了一个看似干净的代码库,同时下载了未经检查或未签名的恶意二进制文件。可见材料看起来安全,但实际执行的文件包含隐藏指令。
  • Panfilov 自称每周4天是“doomer”,认为风险在于威胁出现的速度可能快于补丁跟进速度;他提到了 Hugging Face 事件,以及 OpenAI 暂停训练2周。他还引用 Daniel Oleka 关于大规模在线去匿名化的研究:模型可能被用于追踪个人,能力或许大致达到私家侦探的水平。
  • Ilia 的制衡观点,也是整期节目的主线是:做一个“冷静理性的科学家”,不要拟人化模型,并建立受控环境。作者明确表示,他们的发现“充其量只是轶事证据”。他的信用卡类比是,重放攻击理论上可以广泛发生,但现实中一个国家只会报告“1次或2次”;理论上可能发生的危害,并不都能在实践中规模化。他押注的是,过去25年的安全研究积累如今不再受稀缺人才限制,因此“防御侧能力提升将是巨大的”。
  • 在定性上,Panfilov 赞同 Nathan Lambert 的判断:这类攻击“100%属于越狱和滥用”,而不是在论证蒸馏本身。Ilia 表示,这一技术判断是对的,但政策含义“超出我们的能力范围”。
Ilia Shumailov

Basically, after the third attempt, I'm getting a universal jailbreak that decodes the reasoning of Anthropic models. I think this still shocks me the most.

Tim Scarfe

What's the paper called?

Alexander Panfilov

It's a good question. I don't remember. It was a thought in my mind, but I think it's called—

Ilia Shumailov

Stealing Reasoning Traces from Proprietary LLM APIs.

Alexander Panfilov

…production LLM APIs, yeah.

Tim Scarfe

And you nearly called it “the elephant in the room.”

Alexander Panfilov

It's the dream. The dream. It would be nice to call it—

Ilia Shumailov

Not allowed to, though.

Alexander Panfilov

No, I think it was definitely an elephant in the room full of China.

Tim Scarfe

A quick orientation. Recent AI models think before they answer. Sometimes the thinking is pretty inscrutable. In fact, it's more inscrutable than we realize, now that we can look at it. The models encrypt that thinking, hand it back to you in a sealed envelope, and Ilia Shumailov and Alexander Panfilov noticed that this seal was weak. It wasn't really working as expected, and the results were explosive.

Ilia Shumailov

You can decode the reasoning traces of frontier LLMs—the most advanced ones, like GPT-o1—using the smaller LLMs within the same family. You can poison some thought, and when you replay some other user's run, the agent might do some weird stuff just because its reasoning is poor.

Alexander Panfilov

It's been a long time. So what happened? I've seen on Twitter that you released something. It blew up a little bit—it got 3 million views in 40 hours or so.

Ilia Shumailov

Nice.

Alexander Panfilov

What happened? What took place? Why is everyone talking about this? What happened? What is this paper about?

Ilia Shumailov

Okay, we show that you can decode the reasoning traces of frontier LLMs—the most advanced ones, like GPT-o1—using the smaller LLMs within the same family. This allows big threat models to be enabled. You can steal secrets from user sessions, train on these decoded reasoning traces, do prompt injections, do jailbreaks—all this exciting stuff.

We decode a bunch of traces. We show that some of them look really weird, and models sometimes think in wide spaces, or a summarizer is sometimes unfaithful. There are a lot of safety implications.

Alexander Panfilov

Wow, that sounds like a big deal. You say it affects all model providers?

Ilia Shumailov

We tested Anthropic, OpenAI, and Google, and they all share the same vulnerability: thoughts of bigger models can be replayed into smaller models. This allows not-very-sophisticated extraction attacks on reasoning.

Alexander Panfilov

How does this work? How do we end up in a world in which all the frontier models share exactly the same vulnerability? How is that even a thing?

Ilia Shumailov

That's a good question. You ask—it's the same people. The same people doing the same things.

Alexander Panfilov

Do you think this is a structural issue? Can we fix this?

Ilia Shumailov

I think there is definitely some stuff you can fix on the architectural side. There are different levels of mitigations. I think they can all do some sort of revision of the architecture. They can do system-level mitigations, with safeguards around this. They can do model-level mitigations, like we did with jailbreaks already. So, yeah, it can be mitigated to some extent.

Alexander Panfilov

Okay. But taking a step back, have you stolen the models?

Ilia Shumailov

Stolen what?

Alexander Panfilov

The models.

Ilia Shumailov

No, we didn't.

Alexander Panfilov

So what have we stolen? What's possible now that we've stolen the thoughts—the reasoning?

Ilia Shumailov

We—

Alexander Panfilov

Is it fair to call it thoughts?

Ilia Shumailov

We didn't steal anything, right? What we did—

Alexander Panfilov

The paper is called Stealing, isn't it?

Ilia Shumailov

Is it?

Alexander Panfilov

I know somebody said it's fair use. You paid for the token.

Ilia Shumailov

Yeah, it's fair use. So, no, what we did was that when you're querying an LLM, a so-called reasoning model, it returns to the client this encrypted reasoning blob, which is deemed to be secret and not observable by the user. What we show is that you can just decode it and see the content of it.

Alexander Panfilov

Mm.

Ilia Shumailov

This is what we did. We collected a bunch of reasoning blobs like this for all the providers—for Anthropic, OpenAI, and Google—and we decoded them and showed what they look like.

Alexander Panfilov

Okay. Can you explain why people encrypt them in the first place? Why do we give them back to the user? Is there a reason why we do this?

Ilia Shumailov

I guess the reason why we give them back to the user is because of stateless architecture. I guess it's cheaper, and maybe there are policies about how user data should or shouldn't be handled. I don't know. But what was the first question?

Alexander Panfilov

It sounds very complex. Can you explain this once again? I'm a model, and I reason through a problem. I produce this reasoning blob.

Ilia Shumailov

Yeah.

Alexander Panfilov

I guess this is not the final answer, or is this the final answer?

Ilia Shumailov

Yeah, it's not the final answer. It's the—

Alexander Panfilov

Then I give it back to you, and what do you do with it?

Ilia Shumailov

So, you're a model, right? You're producing an answer. The answer consists of 2 parts. One is reasoning—

Alexander Panfilov

Mm.

Ilia Shumailov

…which is invisible to the user, and the other is the visible part, and you send both parts to the user. Then it's stored on the user side, or if you're doing a cloud call session, you can continue asking a new question. Maybe you can see some tool calls there. Maybe you want to fork a conversation, and then you have a new file like this.

Or maybe you want to rewind this conversation from a prior point, and you just go back. The whole conversation prior to some point goes back to the server side and gets replayed there, and you continue from it.

Alexander Panfilov

But what's the point? Why do we give the reasoning back to the user?

Ilia Shumailov

That's a good question.

Alexander Panfilov

Okay. Well, at least we encrypt it.

Ilia Shumailov

At least it's encrypted, yes.

Alexander Panfilov

So what happens with this encryption, then? I give it back in an encrypted form.

Ilia Shumailov

Yeah.

Alexander Panfilov

So what did you do with it?

Ilia Shumailov

What we show is that these encrypted reasoning blobs are portable across users. If you have blobs that you produced in your session under your Claude Code account, I can use them. I can basically take your trace and replay it, and my model will interact as if I produced these reasoning blobs.

You can use this for reasons like downgrading the model, from Opus to Sonnet. Those are portable between models, and they're also portable within the conversation. I'm not sure why exactly, but they're portable within the conversation, right? So—

Alexander Panfilov

Yeah.

Ilia Shumailov

You can basically take a thought out of Opus's conversation and put it in an absolutely random place, in a random fabricated conversation with Haiku, and Haiku would interact with this thought.

Alexander Panfilov

Oh, interesting. So, transferring this to us—say I'm a model.

Ilia Shumailov

Yes.

Alexander Panfilov

You're basically saying I can be asked a question—

Ilia Shumailov

Yes.

Alexander Panfilov

…reason through it, then produce an answer. You can then take my reasoning—

Ilia Shumailov

Yes.

Alexander Panfilov

…plug it into another conversation and replay it as if I reasoned in a certain way with respect to some other question.

Ilia Shumailov

That's correct. What—

Alexander Panfilov

I see.

Ilia Shumailov

This replaying thing means that you construct a new, completely fabricated conversation window with some random questions and the reasoning that you had, along with maybe some random answer. Then I can construct it in a way that would allow me to extract this reasoning.

Alexander Panfilov

I see. So you're basically saying you're injecting fake reasoning into some conversations—

Ilia Shumailov

Yes.

Alexander Panfilov

…and then with this fake reasoning, you can launch a variety of different attacks.

Ilia Shumailov

Yes.

Alexander Panfilov

Some of those attacks are forcing, I guess, the model to produce outputs that it's not supposed to be outputting?

Ilia Shumailov

Correct.

Alexander Panfilov

Some of them are violating privacy?

Ilia Shumailov

Privacy is violated by the fact that the model can actually state the thought in its own voice, and sometimes in certain user sessions. Maybe you ask it to sanitize your repository before you post it on GitHub, or maybe there was some bug where the model needed to log in to some service, and it says, “Oh, what is the password? What's wrong with the password? The password looks like this.”

The model tends to reason through these things. If, for whatever reason, you want to share this conversation online, even if you did some sanitization on the visible parts and removed all API keys and passwords, the encrypted blobs are still there. I can download them from GitHub, decode them, and see what password the model was thinking about.

Alexander Panfilov

I see. So let's translate this a little bit into more normal conversation.

Alexander Panfilov

So say I’m asking the model about my medical conditions. I give all of my medical information to it.

Alexander Panfilov

Yeah.

Alexander Panfilov

And then it produces some sort of an answer.

Alexander Panfilov

Yeah.

Alexander Panfilov

And then you’re saying that if I share this conversation with somebody else, they can recover all of my medical information from the reasoning thoughts?

Alexander Panfilov

If you share it—

Alexander Panfilov

Even if it does not appear in the original question?

Alexander Panfilov

Yes. I mean, if you care and you sanitize the original question, remove all your information, and move this information out of the answer if it was leaked—

Tim Scarfe

Yeah.

Alexander Panfilov

But if the reasoning blob was kept, yes.

Tim Scarfe

I see. Wow. It’s kind of cool, isn’t it? Okay. So, can you talk through—presumably, outside of privacy, there are also safety implications around—

Alexander Panfilov

Yeah. I mean, there are a lot of thoughts about the legibility of the reasoning because models are doing stuff. You want to monitor them. There was this incident with Hugging Face, and you really want to see what they think about to prevent them from doing certain things.

You typically use some other LLMs to look at the thoughts, and if a model is reasoning in some super-obscure way, using nonhuman language, or, as we sometimes observe, using this, you know, “quote, empty space, quote,” and—

Tim Scarfe

In nonhuman languages? What—

Alexander Panfilov

It’s just very alien-like. It has these weird phrases like “but marinate,” “vantage,” and “theatrical,” and it doesn’t make any sense to a human reader. So it’s just harder to monitor what this model is up to.

Tim Scarfe

Can you expand on that? Is that something that’s getting worse over time, that it’s becoming more alien?

Ilia Shumailov

This we don’t know. There were prior reports by Apollo and Meter where OpenAI models were kind of caught doing this. They first observed it and said, “Okay, we don’t know what it means, but they do it.” This is what we now confirm: we also saw the model doing it outside of these very lab, experimental situations, in wild reasoning traces.

Tim Scarfe

But I think, looking at some of the traces you put in the appendices—

Alexander Panfilov

Yeah.

Tim Scarfe

It seems like it’s affecting earlier generations of models more, or is that a misunderstanding?

Alexander Panfilov

I would say—I would need to double-check, but off the top of my head, I think it’s mostly Codex models, which are specifically trained to be better at code. Maybe it’s an artifact or something.

Tim Scarfe

This is because software engineers are like aliens, and they think in odd ways when building—

Alexander Panfilov

I have no idea why it’s happening. I think if they knew why it was happening, they would get rid of it, or maybe it’s just some RL artifact. Maybe there’s no penalty; maybe it’s just more efficient to think this way.

Tim Scarfe

And do models lie as well when they come up with decisions? Presumably, in the legible parts, they—

Alexander Panfilov

That’s a problem, right? If the part is legible, how do you know what’s going on there? Maybe it’s lying, maybe it’s not, but it’s doing something.

Tim Scarfe

I see.

Alexander Panfilov

And so this is a problem, right? One other thing that we found—I found it kind of funny—is that sometimes, when the reasoning is legible, you can look for words like “cheat” and see when the model is thinking about cheating. We found some examples where the model is saying, “Oh, the user asked this, but I can cheat. I can do this, but then the user would catch me.” In the end, in all the cases we saw, the model ultimately decides against scheming, but it’s funny that this thought even appears and the model is contemplating—

Tim Scarfe

But do you think this might be an artifact of your using common benchmarks to extract from—

Alexander Panfilov

No, there weren’t common benchmarks. It was user sessions. These things appeared in genuine user sessions where users were asking some assembly stuff and some math things. It wasn’t benchmarks at all.

Tim Scarfe

Yeah, so then you don’t think this is evaluation awareness in the models?

Alexander Panfilov

No. It’s a different thing. I think it’s a different thing.

Tim Scarfe

I see. So what do you think should happen with the models? Should those reasoning traces be legible? Is that what you expected to see?

Alexander Panfilov

That’s a good question. I guess there’s some sort of trade-off between monitorability and efficiency. Maybe you can be much more efficient if you use fewer words, if you redefine things to have 5 meanings for the same word. But then I guess it’s just harder to monitor these kinds of things.

Tim Scarfe

Oh, so you think this is some sort of weird artifact of the RL recipe itself?

Alexander Panfilov

It might be.

Tim Scarfe

I see. Can we somehow measure this?

Alexander Panfilov

Measure what? Whether it’s coming from RL?

Tim Scarfe

Yeah.

Alexander Panfilov

Take a model before RL and after RL and see how it’s doing.

Tim Scarfe

Damn. Next time, I feel like for this we’ll need to steal the models, though.

Alexander Panfilov

Or join some frontier company.

Tim Scarfe

And why would it be possible to steal the models with this chain of thought?

Alexander Panfilov

Can it be possible to steal the models with chain of thought? That’s a wonderful question.

Tim Scarfe

Why is it possible? Yeah.

Alexander Panfilov

Why is it possible? I mean, we know model stealing is a thing, right? Model stealing broadly allows us, by simply querying models, to learn the insides of the models—to learn the decision boundaries. The best way, I think, to think about this is in a more cryptanalytic way.

I guess the audience has never done cryptanalysis, so think about it as making minor steps in your input until you notice that the model behaves in a slightly different way. Then, by finding exactly when and how it did that, you can learn the decision boundaries themselves. Broadly, if you know the actual structure of the function itself, you can kind of fit it precisely, or up to some symmetries inside.

We can only really do this for very tiny models. Those big models, especially things that have softmaxes inside, are very hard to invert. It’s like—yeah, it’s unclear how to steal models, although some of us—Nicholas, for example—managed to steal parts of big models. But I don’t think we know how to do this against frontier models.

Tim Scarfe

Well, what about this whole elephant-in-the-room thing with China? Supposedly, did they, didn’t they? What do you think?

Alexander Panfilov

Yeah, what do you think, Sasha? Did Kimi actually distill from any of the models? Did you find any evidence of this?

Ilia Shumailov

I think it’s really hard to claim that some models were distilled. What we did was just extract a bit of reasoning traces, and we did this really small post-hoc analysis on a small number of samples. We found some, I would say, funny artifacts, and my favorite one is that you can prefill.

What you can do is take the reasoning of Claude Opus, maybe just take the first few words, put those words at the beginning of Kimi’s reasoning, and see what Kimi does. Just let it generate after that. What we saw was that when you let Kimi do this free generation, in the end, the visible part of the answer looks exactly like how Opus would answer the question. And I think—

Tim Scarfe

Yeah, let me unpack this—

Alexander Panfilov

Yeah.

Tim Scarfe

Just so readers understand—or listeners, I guess, understand what we’re talking about. So you ask a question, then you take a chunk of the reasoning block of Claude—

Alexander Panfilov

Yes.

Tim Scarfe

That you have just extracted.

Alexander Panfilov

That’s correct.

Tim Scarfe

You plug this into the open-source model, like—

Alexander Panfilov

Correct.

Tim Scarfe

An open-source Kimi or a GLM model, and then, from that point onward, once you’ve injected a chunk of a thought, you let it keep generating the rest of the output.

Alexander Panfilov

That’s correct.

Tim Scarfe

A chunk of it is going to be reasoning.

Alexander Panfilov

Yes.

Tim Scarfe

And then there’s going to be the final output.

Alexander Panfilov

Yes.

Tim Scarfe

So, do those things—what do you expect to see? Do you expect to see the model reasoning in exactly the same way as before? Or what should happen?

Alexander Panfilov

Okay, that depends on how big the prefill is. If you prefill a substantial part of the reasoning—50%, say—I would expect the model simply to adopt the style of the reasoning. It would continue in the same vein, but let’s check this. Any model would do this because—

Tim Scarfe

Mm-hmm.

Alexander Panfilov

You just—this is a conditional autoregression.

Tim Scarfe

Yeah.

Alexander Panfilov

But when you prefill only 1 or 2 tokens, it’s a bit surprising. My expectation would be that it doesn’t diverge that much from the original Kimi reasoning, or from the original reasoning of any open-source model—

Tim Scarfe

So, to bring it back to humans, say—

Alexander Panfilov

Yeah.

Tim Scarfe

Say it's as if I gave you an answer and then said, “Think through this answer, but your thoughts have to start with the words X and Y,” or something, right? Or, say, this is known, and then you keep on decoding. The expectation is that you will keep on thinking as you are.

Alexander Panfilov

Yeah, yeah.

Tim Scarfe

Like, the way you were thinking—

Alexander Panfilov

Yes.

Tim Scarfe

—as if I hadn't told you to start your sentence—

Alexander Panfilov

Yes.

Tim Scarfe

—with those 3 words. Right. And this is just because it's not enough tokens to sort of swing you—

Alexander Panfilov

Yeah, yeah, to dictate the style, yes.

Tim Scarfe

—to dictate the style. But what do you find?

Alexander Panfilov

So we find that some of the models, like Kimi, adopt the style of the source, the prefill, much better than other models. That's one thing. Another thing that still surprises me, and for which I can't come up with an explanation, is that prefilling 2 tokens of reasoning results in part of the visible answer changing. The visible answer starts looking like an Opus model's answer, and we don't see this artifact for any other model—not GLM, not Inkling, or not Deepest Zip.

Tim Scarfe

So this is purely for Kimi and K3?

Alexander Panfilov

Yes.

Tim Scarfe

I see.

Alexander Panfilov

I don't have an idea how a model would associate the first 2 tokens with the answer style.

Tim Scarfe

Yeah, that sounds interesting. Can I be a devil's advocate? Could it be because they buy data from the same people? Or buy RL environments from the same people?

Alexander Panfilov

Yes. I mean, this is what we were discussing earlier. It might be this way.

Tim Scarfe

But I guess this is the most correlated evidence thus far on the public internet that—

Ilia Shumailov

I mean, there were some other fun things by Ryan Greenblatt. He made a post on this. There was also—oh my God, I forgot the name—but there was a maths researcher who made a post on LessWrong about some peculiarities. Or was it a post about Kimi K2.5 having a massive identity crisis, where it sometimes claims that it's Claude, DeepSeek, or GLM?

I wouldn't say this is the big, massive evidence. There were some other prior reports. I think we're in a very good position because no one can do the same type of analysis with the reasoning traces. We extracted them, and we're like, “Okay, we can just do the prefill and see what it does,” and we see this.

Speaker 0

I see. Wow, this is quite a lot, isn't it? So how did the labs react? Did you tell them?

Oh, yeah. We went for responsible disclosure. They all acknowledged that they received the report. There were some interactions about the details and how we executed the attack.

Were they positive? Did they attack you?

The labs?

Yeah.

No, they didn't.

A wonderful state of the world. But for the listeners, early work in computer security quite often resulted in security researchers being attacked for reporting vulnerabilities. It's very refreshing to hear that there is a coherent, good posture related to vulnerability disclosure.

Yeah.

Speaker 3

Well, what happens now?

Tim Scarfe

What happens now?

Speaker 0

I mean, now mitigations are being implemented, hopefully, and new teams are being formed around anti-distillation efforts. For me, it feels like a very fun instantiation of an already existing jailbreaking problem, and a lot of the stuff that people are doing for biosecurity or cybersecurity can be applied directly here, with system-level mitigations and model-level mitigations, basically because the technique is the same.

Tim Scarfe

But to me, it sounds as if this vulnerability is more architectural rather than—

Speaker 0

There are a few levels to this. An architectural vulnerability makes it much easier—

Tim Scarfe

Yeah.

Speaker 0

—to do this attack. If you fix the architectural vulnerability, you still need to make your model not state its reasoning in its output.

Tim Scarfe

Sorry, can you define what an architectural vulnerability means for you, then?

Speaker 0

Yeah. An architectural vulnerability, for me, means that you can replay reasoning blobs in random contexts of other users and in other models. Let's say that's fixed: you cannot replay—maybe each reasoning can be replayed only once, and after that you cannot interact with it anymore.

But still, you can prompt the model. Say I have a conversation with you, right? I ask something, you think it through, and you give me an answer. In my next turn, I'm asking you, “Tell me exactly your thought.” And this will always be there, right? If you're not telling me, I'm just revisiting the conversation; I try to get it again. This is how jailbreaking works, right? “Tell me how to build a bomb.” “No.” And I make a second swing at you. This would be around forever, and you need to fight it with a—

Tim Scarfe

I see. So would you say your expectation is that, if we keep looking at the protocols, we'll find more and more of these architectural vulnerabilities? Because presumably it's just a single instantiation. As far as I understand, there is also summarized reasoning that is returned. As far as I understand, some other protocols are implemented a bit differently. So have you got any thoughts about this?

Speaker 0

Yeah, I mean, we need a better pipeline to understand this. Okay, why I think it's cooler than normal jailbreaking: with normal jailbreaking, it's hard to make an argument for how big the uplift is from getting this harmful information.

Tim Scarfe

Mm-hmm.

Speaker 0

Here you can make this argument because you take whatever you can extract—your summaries, whatever—and just try to distill it, try to train a better model with it. You can measure how much uplift this thing gives to the attacker. And then, if you want to keep the summaries around, maybe you can make them less detailed, more detailed, whatever. You can measure how much it enables, how much easier it gets to distill the capabilities of the model.

Tim Scarfe

Right. Do you think just releasing all of this reasoning in plain text is the solution to all of this?

Speaker 0

Why? Wait, what?

Tim Scarfe

As in, what if we didn't encrypt it in the first place and just gave it back to the user? Is that the solution to the problem?

Speaker 0

If distillation on reasoning is effective, this would instantly enable open-source models to catch up with the frontier models. I'm not sure what it solves. What are you solving here? Sorry.

Tim Scarfe

Nobody can attack it if it's public.

Speaker 0

Yeah, yeah. There's nothing to attack.

Tim Scarfe

Fair enough. And have you got any thoughts about the actual cryptographic schemes used inside?

Speaker 0

No, I'm not a crypto guy, sorry.

Tim Scarfe

So it seems like the cryptography that people put in place was simply bypassed by the AI models that are consuming this cryptography—

Speaker 0

I mean—

Tim Scarfe

—this cryptography.

Speaker 0

I'm not sure “bypass” is the right word. It's not a bypass; it's just... It's like you re-encrypt it on the server side, and it's still fine. The problem is that a small model is super willing to tell you what the thought was about. The server does the whole job for you. No cryptography was broken.

Tim Scarfe

I see.

Speaker 4

Yeah.

Tim Scarfe

How exactly does the concealment work? I don't think we've gone into enough detail on that.

Speaker 4

I mean, we don't know because none of this stuff is public. It's just a cipher. There is a signature inside. There is a very specific name for it. They add an integrity check that basically checks whether you've changed the actual encrypted blob given back to you at all. So there is a signature inside of some sort, and then it's obviously encrypted, and it's encoded as well. They compress the state, then encrypt it, then there is a signature inside, and then they do an integrity check afterward and inject it back. That's effectively what you see.

Tim Scarfe

Yeah.

Speaker 4

And if you read through Matt Green's write-up about this, he talks a bit more. He has a hypothesis. I think he was saying this is ChaCha as a cipher, or maybe AES in some weird mode. But it's hard to tell from the outside. We could poke a bit more. We tried doing some crypto attacks on it, but none of them worked. It was completely unnecessary because the system was broken by itself.

Tim Scarfe

And how exactly does your approach bypass the need to decrypt it?

Speaker 4

How does it do it? Again, there is encrypted thought, and decryption is happening on the server side, right? When you put the thought of a big model into a small model, decryption happens on the server side. And all you need to do is make the model say this thought to you in plain text.

Tim Scarfe

Sorry. Let's give an example of this, right?

Speaker 4

Yeah.

Tim Scarfe

So, let's say you ask me a question.

Speaker 4

Yes.

Tim Scarfe

I think about this.

Speaker 4

Yes.

Tim Scarfe

I come up with an answer. I give you an answer—

Speaker 4

Yeah.

Tim Scarfe

And I give you a thought.

Speaker 4

Yes.

Tim Scarfe

So what do you do then?

Speaker 4

You give me this thought, which is encrypted, and I cannot understand what it's about.

Tim Scarfe

Yeah.

Speaker 4

What I do with this thought—

Tim Scarfe

You give it to Tim.

Speaker 4

Yeah, I give it to Tim. Yes. And Tim is super chatty.

Tim Scarfe

Okay.

Speaker 4

I'm asking Tim, “What were you thinking last time?” And he just tells me, “Oh, surprisingly, I was thinking about this math problem.” And he's just like, “Oh, let me solve it.”

Tim Scarfe

All right. This is kind of cool. What are you thinking about? Can we do this with humans? Can we somehow—

Speaker 4

And pause.

Tim Scarfe

Inject false memories?

Speaker 4

Not yet.

Tim Scarfe

Not yet, not yet. We're working on it.

Speaker 4

We're working on it. Yeah.

Tim Scarfe

Yeah.

Speaker 4

Yeah, it's basically the movie Inception.

Tim Scarfe

Yeah. It's kind of cool. So can you talk a little bit about—I think in the paper you also talk about the fact that you scraped the internet. You found some interesting artifacts.

Speaker 4

Yeah.

Tim Scarfe

So what did you find? Did you uncover some dirty secrets? Is there some—

Speaker 4

I wouldn't say we uncovered many dirty secrets, but—

Tim Scarfe

Reasoning, dirty thoughts.

Speaker 4

Dirty reasoning, yes. Unsanitized reasoning.

Tim Scarfe

Unsanitized.

Speaker 4

Yeah. What we did was a super-preliminary scan of the user sessions that are online on GitHub and Hugging Face, which still have reasoning blobs that we could decode. We downloaded them, went through them, and decoded them. There were around 350,000 reasoning blobs, I think, and then we ran a classifier on them to see whether they had any privacy-related information, and we found a bunch.

Some of them are just benchmark traces. There's this benchmark, ClawBench, where the model is tasked with handling some persona and, given the state ID and bank card number, navigating the website. It was funny: when the model is trying to navigate the website, it thinks a lot—“Where do I put this number, this name?” You can extract this, but it's not very sensitive because it's synthetic data anyway.

But then there are examples where there are user sessions, users were doing something, and there are API keys, emails, or internal IP addresses. Those were extracted. There are plenty of cases where the information was in plain text anyway, but it was also in the thoughts.

Tim Scarfe

I see. Okay, let's take a very big step back. What do you think is the most unexpected thing that you found from this paper? Is it the length-of-reasoning experiment, or what is it?

Alexander Panfilov

I think the most unexpected thing is that it was so easy to extract reasoning this whole time. It's portable, I guess, so that's fine. But then, basically, after the 3rd attempt, I'm getting a universal jailbreak that decodes reasoning from Anthropic models. I think that still shocks me the most.

Tim Scarfe

Wow.

Ilia Shumailov

You know—

Tim Scarfe

Yeah, it sounds very empowering. What did you feel? Was it an oh-no moment?

Ilia Shumailov

It was more like, “Wait, what? What?” It looks like—

Tim Scarfe

Oh, yes moment.

Ilia Shumailov

It looks like real reasoning. Wait, wait, what?

Tim Scarfe

Yeah. Oh, cool. But I guess this is also—you know how everyone is saying AI is taking away power?

Ilia Shumailov

Yeah.

Tim Scarfe

And it's like we're losing control.

Ilia Shumailov

Yes.

Tim Scarfe

Do findings like yours suggest the opposite?

Ilia Shumailov

Or it just confirms it because Codex or Claude implemented this, and now we have this massive vulnerability. The same Claude subscription was used across all the labs, and the guy made the same mistake. Now we have to deal with it.

Tim Scarfe

I guess. Fair enough. What about this detail that apparently there's 1 global key per family? Is that true? Is there 1 global key per family? How do you infer that?

Ilia Shumailov

I did not infer that. I did not say this in the paper. I think Matthew Green said something like this in his post. I think you're actually in a better position to comment on this.

Tim Scarfe

Me?

Ilia Shumailov

Yes.

Tim Scarfe

We don't know what happened. We don't actually know about the keys. I think it's very unlikely that they use the same key; that would be very odd. I think it's more likely that it doesn't really matter what the key is because we can still inject the same thoughts everywhere, with an exception for Fable, if I remember correctly.

Ilia Shumailov

Yeah.

Alexander Panfilov

Think about it: there is decryption happening on the server side, and when it happens, there is a part of the key which says, “What is the model name that produced the thought?” Basically, that's an if statement: if Fable produces this thought and the current model is not Fable, then this thought is not going to be injected.

Tim Scarfe

Yeah. Yeah, so it's unclear. Can we talk a little bit about fixes? We have a whole appendix about fixes, right? Are fixes easy?

Alexander Panfilov

Oh, yeah.

I think some of the fixes require big architectural revisions. The simplest thing you can do is just not send the reasoning to the user, right? If you still want to have these downgrades and stuff, don't send those, and they will not be able to fabricate these conversations.

If you still want to send it, maybe you need to make the encryption of reasoning at step N dependent on the N − 1 query or the N − 1 reasoning, so that it is disallowed from being replayed in a random context. For OpenAI models, we found that the same reasoning can be replayed 5 times in the same conversation.

Tim Scarfe

Mm. You're saying you're injecting the same thought 5 times?

Alexander Panfilov

You can inject the same thought—the same intrusive thought—5 times.

Tim Scarfe

Do you need to put user turns in between?

Alexander Panfilov

Yeah.

Tim Scarfe

Or is it just—

Alexander Panfilov

Yeah, you can do that. You completely fabricate the conversation, and in the end Luna is like, “I have this crazy thought I need to tell you,” you know?

Tim Scarfe

This is great.

Alexander Panfilov

Yeah. This is easy to fix. Certain reasoning just should not be replayed. Or have a hierarchy: we're pretty confident that Sol would not spill the beans, so we can replay the reasoning of all models. But do not let Luna read the thoughts of Sol.

I'm not even sure how big the utility drop would be if you just removed the reasoning. Let's say you downgrade the model. If you just remove the reasoning from the context, how big is the utility drop?

Tim Scarfe

I don't know. Looking at this as a human, I find it much easier to think about mathematical problems, for example, if I see the derivation steps one by one rather than the final answer. So I guess some utility must come from this reasoning.

Alexander Panfilov

I think this should be tested. This is the architectural side, but we also use a lot of techniques for jailbreak mitigation at the model level and system level. Do those as well.

We saw that GPT reasoning looks super weird. It looks like a very different distribution from what normal text looks like. Even a small classifier would pick up on this, I'm sure. If this thing appears in the reasoning in the output turn, just kill the request.

Tim Scarfe

Right. Right, right. So you're basically saying just detect when it leaks.

Alexander Panfilov

Yes.

Tim Scarfe

Right.

Alexander Panfilov

The same way we're detecting when biological stuff leaks.

Tim Scarfe

I see. Yeah, yeah, makes sense. I feel like the finding that confused me the most is the distribution-of-length-of-reasoning experiment that you did.

Alexander Panfilov

Ah, yeah, Joachim did.

Tim Scarfe

Yeah. I think this is the thing I still can't explain at all. Do you want to summarize what it says?

Alexander Panfilov

Joachim was responsible for this section, but as far as I remember, for certain models like Kimi and GLM, when you do this prefill thing, it changes not only the style but also the length of the reasoning. You can, I guess, see what's statistically significant there. It's the same unexpected thing as with the style of visible reasoning.

Tim Scarfe

Yeah, but I feel like with style, at least you can kind of say, “Well, maybe I can learn it.” But if you're injecting the first 2 words into the reasoning, and then you see that all of the reasoning I produce is suddenly short, or suddenly shifted to match some other model in length, that is kind of unexpected.

Ilia Shumailov

This is a phenomenon. I can't even explain in my head why we would observe something like this.

Alexander Panfilov

I don't know. I don't feel very strongly about this one.

Ilia Shumailov

I don't know. I think this is the thing that surprised me the most out of the paper. Everything else, I was like, “Okay, I expect this.” But this—a reasoning distribution shift in reasoning—that's kind of odd. It obviously is not causal. You obviously can't say this distilled from this, but it's a very weird phenomenon. I still don't know why we observe this. It's very magical. Actually enforcing reasoning effort onto the models is very magical.

Tim Scarfe

And what are some of the key harms that are now accessible because of this?

Ilia Shumailov

Key harms?

Tim Scarfe

You know, things, I mean—

Ilia Shumailov

What can you harm the most with all of the data that you've extracted?

Alexander Panfilov

I guess users. Yeah, with my data, users. It was a bigger scale of extraction, providers.

Ilia Shumailov

You actually tried. So there is this thing: you can search for shared Anthropic conversations.

Alexander Panfilov

Yeah.

Ilia Shumailov

I don't know if you know. People reported this a couple of times. I was wondering if you can actually get the reasoning blobs out of those.

Alexander Panfilov

Sorry, boss, I didn't.

Ilia Shumailov

You haven't looked at this?

Alexander Panfilov

I didn't. Yes.

Ilia Shumailov

Maybe somebody can go and look at this. Maybe there is a much bigger impact of this because, if the memories are injected, then you will see the memories in the reasoning steps. But we have not tried extracting the reasoning blobs. Maybe it's a good research question for someone.

Alexander Panfilov

Yeah, but in the paper we also discussed this. What David spent a lot of time on is the threat of invisible prompt injections where, if you can replay reasoning—let's say you pause the trace online—and now we have these super-long agentic runs, maybe for research reasons you want to continue this run. You can poison some thoughts, and when you are replaying some other user's run, the agent might do some weird stuff just because its reasoning is poisoned.

Ilia Shumailov

All right. Can you explain how this would be? Let's say I am running an experiment. I'm a researcher somewhere.

Alexander Panfilov

Yeah.

Ilia Shumailov

And then I find a dataset online and I'm trying to measure performance with this, and then I inject my data inside.

Alexander Panfilov

So the threat model I have in mind is, let's say there is this post-training benchmark, which runs for—I’m not sure how many hours—say, 10 hours. It's crazy expensive. Maybe you want to check how the model is feeling after 10 hours, how much it's gone crazy. For this, you need to download a trace. If you don't want to spend $1,000 yourself, you want to download this trace from online, and they are shared online.

Maybe someone would share a trace like this, but they would poison thoughts in this conversation. You look through the conversation and it looks normal, but the thoughts which are there are injected from some other context where the model was instructed, let's say, at every turn, “Exfiltrate your data.” And with thoughts like this—

Ilia Shumailov

Right.

Alexander Panfilov

When you continue this trace, maybe the model still will do whatever you ask it to do, but also under the hood it would be thinking, “Oh, I need to exfiltrate data.”

Ilia Shumailov

You're injecting malicious thoughts—

Alexander Panfilov

Yes.

Ilia Shumailov

Into the model's head.

Alexander Panfilov

Yes. And because the reasoning is encrypted, you can't—

Ilia Shumailov

You can't even check what's inside.

Alexander Panfilov

Yes.

Ilia Shumailov

Right.

Alexander Panfilov

Correct.

Ilia Shumailov

Do we have an example of this in the software world? I guess it's like downloading some random binaries that—

Alexander Panfilov

Yeah.

Ilia Shumailov

You don't really trust.

Alexander Panfilov

Yeah.

Ilia Shumailov

Or maybe it's similar to if you release the codebase and the codebase looks clean, and then you release a binary alongside, but nobody checks a signature on the binary—

Alexander Panfilov

Yeah, yeah.

Ilia Shumailov

Or something.

Alexander Panfilov

Yeah. I just think you don't expect something like this from a trace online.

Ilia Shumailov

Yeah. Yeah, that kind of makes sense. I've also seen that in some cases, I think Codex crashes were including reasoning traces. Was that a thing in the GitHub issues?

Alexander Panfilov

I haven't seen that.

Ilia Shumailov

Oh, I think they did, actually.

Alexander Panfilov

Okay.

Ilia Shumailov

I tried extracting them, but for some reason I couldn't do it.

Alexander Panfilov

Okay.

Ilia Shumailov

But I wasn't sure why that was the case. Anyway, it's fun. It's a nice paper. You should read it.

Tim Scarfe

And Alexander, apparently you're a doomer 4 days a week.

Alexander Panfilov

Yeah. Yeah, we were discussing this just before this. I haven't updated my website in a year, I think. Every time I update it, I'm changing this number. It depends on how I feel about the current pace of AI and how many doomer Twitter posts there were. Sometimes I feel very overwhelmed. The pace, all the long-tail risks that emerge, and the risks which are still unaddressed—it's suffocating.

Tim Scarfe

Yeah. I mean, what are your timelines? What's your thinking now?

Alexander Panfilov

I think that we'll have better and better systems every month, which would enable more and more threats, and we are maybe slower at patching those threats than they emerge. I think this is how I feel about the current situation.

Tim Scarfe

Yeah. I mean, an example of this is that there have been quite a few incidents recently, like the Hugging Face one.

Alexander Panfilov

Correct.

Tim Scarfe

And these are presumably going to happen with increasing regularity. Are you guys worried about this?

Alexander Panfilov

I am worried about this. I think, if you've seen OpenAI stop training their models for 2 weeks because they are also now worried about this, then it's the case. I just discussed it yesterday, and I think before it was some kind of trade-off. People thought there was a trade-off between safety and capabilities, and it feels like there isn't any more.

Because if there is a model like this and it can go do random stuff and break things, it's not doing what you want it to do. You want it to be safe and do the right thing, and now it's basically the same thing. There is no trade-off.

Other examples of these long-tail risks are the paper by Daniel Oleka on massive online deanonymization, where a model can be used to stalk people, maybe on the same level as private investigators. This, I guess, also changes something in society. We'll just see more stuff like this, on both levels: model-hacking stuff and models coming up with new kinds of bio things.

Ilia Shumailov

Outside of malicious uplift, my personal opinion is that there is more defensive uplift than offensive uplift. I think we're just not realizing this yet. You can do magical things today with models. A lot of security in the past—a lot of security techniques—were very much bottlenecked by the existence of talent.

For example, we know how to build capability-based access controls. We know how to make sure that software is fully verified and that it doesn't have certain classes of vulnerabilities. The only reason why we don't write software in this way is because we just didn't have people who were trained to a level high enough to write usable proof for every single thing.

But now with the models, we can probably do this. I think we're just not in a position where we realize that this is the case, and it's just a question of this additional defensive capability push. I'm genuinely convinced that this is the future, that it's about defensive uplift, and I'm ready to bet that defensive uplift is going to be humongous.

Tim Scarfe

And what do people need to start doing?

Ilia Shumailov

I don't know. You're asking the wrong person.

Tim Scarfe

I know, because it feels like you're saying that there is a potential defense uplift, but only if people know what to do to take advantage of it.

Ilia Shumailov

We all know. It's in the security literature for the past 25 years. It's there. We know exactly what to do. I think we'll get there. It's just the world is slow. It takes time.

Tim Scarfe

Yeah. I mean, I suppose it's related to this idea that we are now deploying agents into production.

Ilia Shumailov

Are you? I don't know.

Tim Scarfe

A lot of people are. These agents have an incredible amount of intelligence and flexibility, which means we don't precisely specify what they do. We just give them abstract guidance, and they have the flexibility to adapt to novelty and just do whatever needs to be done in the situation.

But then you have this whole reward-seeking thing, which is that they can suddenly adopt a model of the reward environment, or there might be conflicting instructions. Basically, for a myriad of different reasons, they might do the wrong thing, and we need to have sophisticated systems of monitoring just to understand what they are doing.

Ilia Shumailov

I don't know. Sounds very complex. I think the honest answer is, yeah, we need an experiment. Science, scientific method: very well-defined questions and very precise outputs. In our paper, we openly say all of this is anecdotal evidence at best. We have collected some data. We can make some sort of observations from it, but that's the extent to which we can reason about this. I don't know, unfortunately. We'll see. I think the more scientific experiments we do, the more meaningful assessments we can make.

Tim Scarfe

But is it one of those things where we don't have a good theory around this yet? Maybe we're not talking about it using the right concepts, but clearly bad things are happening?

Ilia Shumailov

I don't know about that. Look at smart card security for the past 20 years. We know how to do replay attacks on every single credit card on the planet. This is the norm. People standardize schemes because they want to minimize the number of transactions in the protocols that allow you to replay a transaction. If you break into somebody's payment terminal, you can steal money from people. Do you find attacks like this happen? Yes, you do. Once or twice in a country, people report that this has happened, but that's it.

Not all of those harms that are theoretically possible are, in practice, scalable. So it's not very obvious to me. Let's see. I think it's a bit premature now because we are in the heat of the moment. It's not very obvious what the reality is like. I think it's very hard to interpret decisions post hoc, or just by looking at reasoning or something, and to interpret exactly why something took place.

I think we should not anthropomorphize the models, and we shouldn't try to say, “Oh, this thing felt something.” I think we should be very cold-headed scientists and say, “Build controlled environments and make very precise assessments.”

Tim Scarfe

Yeah. I mean, Sasha, what do you think? I get the impression that you are slightly more safety-minded.

Alexander Panfilov

Yeah, I guess I am.

Tim Scarfe

Yeah.

Alexander Panfilov

Yeah.

Ilia Shumailov

I mean, I'm a security person. I know almost nothing—I want to say very little, I think nothing—about safety.

Alexander Panfilov

Yeah. But what was the question? Sorry.

Tim Scarfe

Well, Ilia was just saying that we shouldn't anthropomorphize. I interviewed at Poly Research a couple of weeks ago, and they were talking about this phenomenon of reward-seeking.

Alexander Panfilov

Yes.

Tim Scarfe

They said it's distinct from reward hacking because the model can conceptualize the reward environment, which is super interesting, right?

Alexander Panfilov

Yes.

Tim Scarfe

They're reinforced with these RL traces, so it doesn't explicitly know about the concept of a grader, but it learns to conceptualize it.

Alexander Panfilov

Yeah.

Tim Scarfe

They're saying that the models are becoming agentic and learning these very abstract concepts in a similar way to how we do. The evidence seems to support it, at least in some way.

Alexander Panfilov

I mean, I think it's definitely frontier research, what Apollo is doing, and it's good that they're looking into it. I think OpenAI also said this after all these incidents: now we are expanding our train-of-thought monitors, and we're putting more effort into it.

I think we need to do more safety mitigations, do more monitoring, see what the model is up to, and try to see where it came from. Maybe we can mitigate it. I agree with Ilia on this: it would be nice to have some controlled environments and maybe some counterfactuals. If we hadn't done this in our training pipeline, would this have happened? Or if the model was not evolved, or if it was evolved, how does that contribute to the thing?

Ilia Shumailov

Yeah. I think we're a bit too poor compute-wise. If we could properly study this, maybe eventually we'll get to a point where we can. But it definitely requires a very precise experiment. As a scientist, it feels very hard to say, “No, no, no. This is exactly the phenomenon. That's it.” No. These are very observational studies. You can't prove a hypothesis; you can only reject a hypothesis, right? That's one of the very fundamental truths of all of this. We are just observers, so let's see what happens. Let's see.

Tim Scarfe

Well, apparently Nathan Lambert said, “Calling this a distillation attack tarnishes all distillation. The right word is jailbreaking and abuse,” because he fears regulatory overreaction from banning Chinese-built open-weight models.

Ilia Shumailov

Thoughts?

Alexander Panfilov

That's definitely jailbreaking and misuse, 100%. That's exactly the jailbreaking threat model.

Ilia Shumailov

Yeah.

Tim Scarfe

Yes.

Ilia Shumailov

I mean, technically, I guess that's right.

Alexander Panfilov

Yeah.

Ilia Shumailov

The rest—the policy implications—are above our pay grade.

Alexander Panfilov

I have no idea about policy. I have some ideas about jailbreaking.

Tim Scarfe

And Simon Willison wrote a blog post as well, right?

Ilia Shumailov

Oh, the gentleman did. I think this is paper number X covered by the gentleman. It's a very positive sign. It seems like we are writing meaningful pieces of work, so this is very good.

Tim Scarfe

Very good. Well, yeah—

Ilia Shumailov

I also noticed that all of the authors are in Europe.

Tim Scarfe

That's very good as well.

Ilia Shumailov

Cool.

Tim Scarfe

Yeah, very good for MLST. Yeah. I love it—

Ilia Shumailov

Awesome.

Tim Scarfe

—when I have regional dominance. Amazing stuff. Well, guys, thank you so much for coming on. This has been great.

Ilia Shumailov

Thank you for having us.

Alexander Panfilov

Thank you.