@MaxForAI: Just now, a paper that could shake the large model community was published! For the first time, researchers systematically “stole” the real hidden chain-of-thought on a large scale from OpenAI, Anthropic, and Google's closed-source models. Then, they went ahead and used these chains to study Kimi K3, GLM-5.2…

X AI KOLs Timeline Papers

Summary

Researchers have, for the first time, systematically extracted hidden chain-of-thought from closed-source models at OpenAI, Anthropic, and Google. They exploited an API encryption compatibility flaw to have weaker models decrypt the content, thereby bypassing CoT distillation protections, and also studied open-source models such as Kimi K3, GLM-5.2, and DeepSeek.

Just now, a paper that could send shockwaves through the large model community was published! For the first time, researchers have systematically “stolen” the real hidden chain-of-thought on a large scale from OpenAI, Anthropic, and Google's closed-source models. Then, they went ahead and used these chains to study a batch of open-source models such as Kimi K3, GLM-5.2, and DeepSeek. The results are very interesting. 01 | It turns out that closed-source models' CoT really can be “stolen” Now OpenAI, Anthropic, and Google are increasingly unwilling to hand over the full chain-of-thought to users. The reason is easy to understand: the final answer can be copied, but what's really valuable is how the model “thinks.” Once the full CoT is taken in bulk, it can be directly used for distillation to train your own models. That's why many APIs now encrypt the model's reasoning and return it to the client. You can't see the content, but on the next request you can send this blob of encrypted data back to the model so it can continue thinking. The researchers then discovered an absurd vulnerability: These encrypted chain-of-thoughts are actually cross-compatible between different users, sessions, and even different models from the same vendor. The attack method is so simple it's almost absurd: Have the strongest model think → get the encrypted CoT → toss it to a weaker, easier-to-jailbreak model from the same company → let the small model decrypt it. For example, Claude Opus 4.8's hidden chain-of-thought can be handed to Haiku to “read out.” You don't even need to break into Opus; just go to its little brother, Haiku. The paper ultimately achieved extraction of hidden reasoning from all three API families—Claude, GPT, and Gemini—effectively bypassing the protections the vendors originally put in place to prevent CoT distillation.
Original Article
View Cached Full Text

Cached at: 08/12/26, 12:25 PM

Just now, a paper that might cause an earthquake in the LLM community was published!

For the first time, researchers systematically “stole” the hidden chain-of-thought from closed-source models at OpenAI, Anthropic, and Google on a large scale.

Then they went ahead and used those chains of thought to study a number of open-source models including Kimi K3, GLM-5.2, DeepSeek, and others.

The results are very interesting.

01 | It turns out closed-source models’ CoT can really be “stolen”

OpenAI, Anthropic, and Google are all increasingly unwilling to hand over full chains of thought to users.

The reason is easy to understand: the final answer can be copied, but what’s truly valuable is how the model “thinks.”

Once a complete CoT is extracted in bulk, it can be directly used for distillation to train your own models.

That’s why many APIs now encrypt the model’s reasoning and return it to the client. You can’t see the content, but on the next request, you can send that encrypted blob back to the model so it can continue thinking.

Then the researchers found an absurd vulnerability:

These encrypted chains of thought are actually compatible across different users, sessions, and even different models from the same vendor.

So the attack method is almost ridiculously simple:

Let the strongest model think → get the encrypted CoT → throw it at a weaker, easier-to-jailbreak model from the same vendor → have the small model “read” it out.

For example, Claude Opus 4.8’s hidden chain of thought can be given to Haiku to “recite.”

You don’t even need to break Opus—just find its little brother Haiku.

In the end, the paper successfully extracted hidden reasoning from all three API families—Claude, GPT, and Gemini—effectively bypassing the protection that vendors originally put in place to prevent CoT distillation.

Alexander Panfilov (@kotekjedi_ml): We can finally talk about it:

We found a way to extract hidden reasoning of frontier models using a vulnerability in the APIs of every frontier AI company.

We verified that our reasoning token count matches billed API thinking tokens 1:1 for most of the prompts we queried.

Similar Articles

A New Trick Reveals AI Models’ Inner Thoughts

Wired

Researchers discovered a method to extract hidden reasoning traces from frontier AI models via APIs, exposing personal-information leakage risks and enabling large-scale distillation attacks. The findings also suggest possible reasoning distillation from US models into Chinese model Kimi K3, though not conclusively.

@seclink: Zhipu's latest flagship model GLM-5.3 has been officially unveiled, achieving major breakthroughs in programming capabilities and cybersecurity vulnerability detection, launching a new challenge to AI leaders like Anthropic and OpenAI. Indeed, large models are now applied in the cybersecurity field, especially replacing the blue team in previous red-blue team confrontations, those who did daily vulnerability hunting…

X AI KOLs Following

Zhipu releases flagship AI model GLM-5.3, achieving major breakthroughs in programming and cybersecurity vulnerability detection, aiming to challenge leading enterprises like Anthropic and OpenAI.

@CycleDecoded: Think OpenAI's high-threshold Deep Research is far from ordinary people? LangChain officially just stripped it bare. LangChain's open-source open_deep_research, frankly, is a complete open-source replica of top AI institutions' "deep..."

X AI KOLs Timeline

LangChain has open-sourced open_deep_research, based on LangGraph's multi-agent architecture, a fully open-source replica of OpenAI Deep Research. It supports multiple models and search tools and can be deployed locally to generate in-depth research reports.