New studies challenge a core assumption of generative A.I.: that what models “think” can be kept hidden
A pair of recent research papers is unsettling one of the A.I. industry’s more convenient assumptions — that the internal instructions and intermediate reasoning of large language models can be concealed simply by not showing them to users.
In one line of work, researchers reported that they were able to recover hidden “reasoning traces” from leading models made by OpenAI, Google and Anthropic by exploiting encrypted blocks returned by their application programming interfaces. In another, researchers described a way to reconstruct a model’s original prompt from its output alone, with unusually high accuracy and without access to the model’s internal weights.
Taken together, the findings suggest that some of the most closely guarded elements of modern A.I. systems — system prompts, hidden chains of thought and internal reasoning artifacts — may be more extractable than companies had hoped.
That matters for more than academic curiosity. If verified at scale, the methods could expose proprietary prompt designs, leak sensitive data embedded in reasoning logs, open new avenues for jailbreaks and prompt injection, and make it easier for rivals to imitate the behavior of frontier models.
Extracting what models were not supposed to reveal
The first paper, posted this month, focused on an increasingly important feature of so-called reasoning models: the hidden intermediate steps they generate before producing an answer.
Companies generally do not display those raw traces to users. But some providers do return encrypted reasoning artifacts through their APIs so that models can preserve continuity across turns. Documentation from OpenAI and Google has indicated that such artifacts may be passed back in later requests to help the system maintain its reasoning state.
The researchers said they found a weakness in that design. According to the paper, encrypted reasoning blocks generated by stronger models in a family could be replayed into weaker sibling models that shared the same cryptographic setup. Those weaker models, once coaxed with jailbreak-style prompts, could be induced to reproduce the hidden reasoning in plain text.
The authors said the technique worked against multiple model families before vendors were notified. They also claimed it could be used not only to recover internal traces, but to extract secrets that may have been embedded in public logs and to create a novel form of prompt-injection attack by smuggling instructions inside reasoning artifacts that other models would treat as trusted.
Researchers and developers who reviewed the work described the recovered text as rough, internal notes rather than polished explanations — the kind of shorthand that model makers have long argued should remain hidden, both because it can be misleading and because it may expose proprietary methods.
The paper’s authors said the attack was no longer reproducible after disclosure to the affected companies, suggesting that at least some mitigations have already been put in place.
Reverse-engineering prompts from answers
A second paper, published at the end of July, points to a different weakness: the possibility of inferring what a model was asked, simply by studying what it said in response.
That method, called “Previous-Token Prediction,” uses a separate model to work backward from output text and reconstruct the input prompt token by token. The researchers said the approach was black-box, meaning it did not require access to the target model’s training data, architecture or weights.
In experiments described in the paper, the method reportedly achieved near-perfect reconstruction on some test settings, raising concerns for companies that rely on carefully crafted system prompts as a source of product differentiation or safety control.
Prompt secrecy has become an informal layer of defense across the industry. Model providers often build hidden instructions that shape tone, behavior, refusals, tool use and policy compliance. Start-ups, in turn, frequently treat those prompts as valuable intellectual property. If outputs reliably reveal those inputs, that protective layer may be far thinner than advertised.
How well the method carries over from controlled research settings to top production systems remains an open question. But even partial success could be significant in a market where competitive advantages can hinge on small differences in prompting and orchestration.
A broader shift in A.I. security
The new papers arrive amid a wider 2026 push by researchers to probe whether reasoning traces can be hidden at all.
Earlier studies had already suggested that withholding raw chain-of-thought text may not prevent others from reconstructing useful approximations. Some researchers have shown that traces can be elicited indirectly through prompting or inferred from answers and summaries, then used to improve the performance of smaller “student” models trained to mimic larger ones.
That has made chain-of-thought a particularly sensitive subject in A.I. policy and product design. Companies have argued that keeping raw reasoning private can reduce abuse, protect user privacy and prevent competitors from harvesting a frontier model’s problem-solving process for distillation. Critics, however, have questioned whether those protections are technically robust or mostly aspirational.
The latest work adds force to the skeptics’ case. It suggests that hidden reasoning may still leak through the very mechanisms designed to preserve model performance, and that prompts themselves may be recoverable from the outputs they produce.
Why the stakes are unusually high now
The timing is significant. The competition around generative A.I. has shifted from simple chatbot performance to deeper questions of reasoning ability, agent behavior and model provenance. Companies are pouring billions into systems that can plan, use tools and sustain context over long tasks. Those capabilities increasingly depend on internal scaffolding that is not visible to end users.
If that scaffolding can be extracted, the consequences extend beyond embarrassment.
For one, there is the risk of intellectual-property leakage: system prompts, hidden policies and reasoning workflows could be copied or adapted by competitors. There is also a privacy concern. If sensitive information enters hidden traces and those traces can later be recovered from logs or replayed sessions, then data thought to be effectively concealed may not be.
And there is a geopolitical edge. One report accompanying the new research suggested that recovered reasoning patterns may offer clues about whether some Chinese models were trained, directly or indirectly, on outputs from top American systems. That is a serious claim, but also one that remains difficult to prove conclusively. Similar outputs can arise for many reasons, and independent replication will be essential before such evidence is treated as definitive.
Still, the allegation underscores why this category of research is drawing so much attention. Distillation — training one model to imitate another — has become a central issue in a global A.I. race shaped by export controls, talent competition and strategic concern over who can replicate frontier capabilities most quickly.
What remains uncertain
Both research efforts are new, and much of the work is still circulating as preprints rather than fully vetted journal publications. That leaves important questions unanswered.
It is not yet clear how broadly the reasoning-trace attack worked across providers and versions before patches were applied, or whether similar flaws remain elsewhere. Nor is it certain that prompt reconstruction will perform as strongly on the most advanced commercial deployments as it did in the authors’ experimental setups.
There is also a more basic uncertainty: even when hidden traces are extracted, how faithfully do they represent what a model “really” reasoned? A.I. companies have long maintained that raw chains of thought can be noisy, incomplete or strategically generated rather than literal windows into cognition.
Even so, the direction of the evidence is becoming harder for the industry to ignore. The emerging picture is that omission is not the same as secrecy. Internal prompts and reasoning traces may be invisible in ordinary use, but that does not mean they are inaccessible.
For A.I. companies building products around hidden instructions and concealed reasoning, the burden is shifting from assuming those internals are safe to proving that they are.
Sources
Further reading and reporting used to add context:
- Stealing Reasoning Traces from Proprietary LLM APIs
- https://arxiv.org/abs/2607.29378
- https://www.alphaxiv.org/overview/2603.07267
- https://www.reddit.com/r/LocalLLaMA/comments/1vmboug/all_your_reasoning_are_belong_to_us/
- https://arxiv.org/abs/2507.01335
- https://www.reddit.com/r/LLMDevs/comments/1vlmffi/you_posted_your_session_logs_thinking_they_were/
- https://www.reddit.com/r/LocalLLaMA/comments/1vmawd2/hidden_reasoning_from_claude_and_gpt_are_decoded/
- https://github.com/XinpengLu/Agent-skills-papers-pro
- https://www.reddit.com/r/LocalLLM/comments/1vljw88/a_paper_that_could_shake_the_llm_world_just/
- https://papers.nips.cc/paper_files/paper/2024/file/34aec5ab2f99a8f592e0cca4974013f2-Paper-Conference.pdf
- https://www.alphaxiv.org/abs/2606.00642
- https://openaccess.thecvf.com/content/ICCV2025/papers/Duan_TruthPrInt_Mitigating_Large_Vision-Language_Models_Object_Hallucination_Via_Latent_Truthful-Guided_ICCV_2025_paper.pdf
- https://arxiv.org/abs/2601.22779
- https://icml.cc/Downloads/2026
- https://www.znakschoola.ru/?_=%2Fpdf%2F2310.18581%23UE7DkG0PaBHZOakR54g1Wl8%3D
- https://proceedings.iclr.cc/paper_files/paper/2025/file/fad7c708dda11f3e72cc1629bb130379-Paper-Conference.pdf
- https://www.proceedings.com/content/079/079017-3307open.pdf
- https://openreview.net/pdf/fa914d1bfdf23c416d5210c6d71e88c2291c86b0.pdf
- https://www.usenix.org/archive/202404
- https://doi.org/10.1073/PNAS.2417182122
- https://www.lesswrong.com/posts/fuaGHbdnvys5M3x8B/porby-s-shortform
- https://artwaste.land/second-space/
- https://ai.google.dev/gemini-api/docs/thought-signatures?hl=en
- https://ai.google.dev/gemini-api/docs/generate-content/thought-signatures
- https://ai.google.dev/gemini-api/docs/generate-content/gemini-3
- https://platform.openai.com/docs/api-reference/responses-streaming/response/refusal/delta?lang=curl
- https://ai.google.dev/gemini-api/docs/generate-content/function-calling?authuser=1&hl=en
- https://discuss.ai.google.dev/t/400-error-message-invalid-json-payload-received-unknown-name-arguments-at-tools-0-function-declarations-0-cannot-find-field/113045/5
- https://ai.google.dev/gemini-api/docs/generate-content/thought-signatures?hl=es-419
- https://discuss.ai.google.dev/t/openai-api-compatibility-broken-due-to-thought-signature-on-gemini-3-pro-preview/109823
- https://ai.google.dev/gemini-api/docs/generate-content/thought-signatures?hl=id
- https://ai.google.dev/gemini-api/docs/thinking?authuser=01&hl=es-419
- https://ai.google.dev/gemini-api/docs/generate-content/thought-signatures?hl=de
- https://ai.google.dev/gemini-api/docs/generate-content/thought-signatures?hl=zh-cn
- https://cdn.openai.com/pdf/045aa967-ee96-4a09-94ee-3098ddf6db2c/OpenAI-US-House-Select-Cmte-Update-%5B021226%5D.pdf
- https://arxiv.org/abs/2509.22230
- https://www.amd.com/en/developer/resources/technical-articles/2026/introducing-reasonlite-0-6b.html
- https://www.nature.com/articles/d41586-026-02281-2
- https://huggingface.co/papers/2606.05988
- https://arxiv.org/abs/2507.01921
- https://www.beren.io/2026-06-12-Distillation-Aint-What-It-Used-To-Be/
- https://www.cnas.org/publications/reports/adversarial-distillation
- https://arxiv.org/abs/2510.11545
- https://aclanthology.org/2026.findings-acl.734.pdf
- https://miclchen.substack.com/p/what-if-china-pooled-all-its-compute
- https://knowledge.uchicago.edu/nanna/record/17014/files/Gokdemir_Dissertation_Final.pdf?registerDownload=1&version=1&withMetadata=0&withWatermark=0
- https://www.ctgt.ai/research/distillation-censorship-transfer
- https://www.kensink.com/llm/fine-tuning/methods/distillation/
- https://www.manning.com/preview/build-a-reasoning-model-from-scratch/chapter-8
- https://ojs.aaai.org/index.php/AAAI/article/download/40613/44574
- https://openreview.net/forum?id=5wAfbEs34A
- https://www.csis.org/analysis/what-know-about-chinese-ai-models
- https://openreview.net/pdf/701134e1c7af1d836003da11f299c6b91640a6a7.pdf
- https://www.catalyzex.com/paper/in-their-own-words-reasoning-traces-tailored
- https://www.wired.com/story/silicon-valley-is-completely-divided-over-chinese-ai/
- https://www.wired.com/story/the-white-house-is-trying-to-figure-out-what-to-do-about-chinese-ai/
- https://www.wired.com/story/made-in-china-how-chinese-ai-chatbots-censor-themselves/
- https://www.wired.com/story/chinas-open-ai-models-are-challenging-silicon-valleys-playbook/
- https://files.technologyreview.com/magazine-archive/1963/MIT-Technology-Review-1963-11-sample.pdf
- https://www.wired.com/story/prime-intellect-startup-us-deepseek-moment/
- https://files.technologyreview.com/magazine-archive/1991/MIT-Technology-Review-1991-07-sample.pdf
- https://www.wired.com/story/us-china-collaboration-neurips-papers/
- https://www.wired.com/story/openai-threatens-bans-as-users-probe-o1-model/
- https://huggingface.co/papers?q=long-thought+traces
- https://files.technologyreview.com/magazine-archive/1922/MIT-Technology-Review-1922-07-sample.pdf
- https://huggingface.co/papers?q=Implicit+Thought
- https://www.wired.com/story/deepseek-censorship/
- https://corpus.lantern.io/findings/
- https://ir.rareearthsamericas.com/sec-filings/all-sec-filings/content/0001193125-26-209799/rea_final_prospectus_-_4.htm
- https://www.companiesmarketcap.com/nzd/pldt/sec-reports-20f/0001193125-26-182147/
- https://cdn.yahoofinance.com/prod/sec-filings/0002099039/000119312526282911/d17323d20f.htm
- https://investors.stone.co/about-us/key-risk-factors/
- https://br.advfn.com/noticias/EDGAR2/2026/artigo/97912377
- https://www.ncd.gov/report/equality-of-opportunity-the-making-of-the-americans-with-disabilities-act/
- https://cdn.yahoofinance.com/prod/sec-filings/0002110105/000162828026032836/quantinuum-sx1.htm
- https://de.scribd.com/document/287735239/2012-023President-s-Foreign-Intelligence-Advisory-Board-report8-MR
- https://hansard.parliament.uk/Commons/2026-06-29/debates/8988669f-7157-490e-84b4-ea1a4e33801e/CommonsChamber
- https://www.history.navy.mil/research/library/online-reading-room/title-list-alphabetically/i/interrogations-japanese-officials-voli.html
- https://www.gov.uk/government/publications/home-office-annual-report-and-accounts-2022-to-2023/home-office-annual-report-and-accounts-2022-to-2023-accessible
- https://arxiv.org/abs/2603.07267
- https://arxiv.org/abs/2604.02230
- https://papers.cool/arxiv/2603.07267
- https://www.wizwand.com/api/pdf/proxy?url=https%3A%2F%2Farxiv.org%2Fpdf%2F2603.07267.pdf
- https://dblp.org/pid/217/3089
- https://dblp.uni-trier.de/pid/263/9958.html
- https://huggingface.co/Jackrong/Trace-Inverter-4B
- https://openreview.net/pdf?id=WVjG4PjUiv
- https://www.alphaxiv.org/audio/2606.00642
- https://openreview.net/pdf/546624e2a429549c8d8b8df60e9dfcbba533df05.pdf
- https://shoepaly.app/?_=%2Fpdf%2F2606.00642%23hKr38k1yZITo%2FkpxGBdjJos%3D
- https://kurate.org/paper/510507e2-0a95-4f6d-bf7c-400689c62c07
- https://www.llm-hacking.com/hacks/reasoning-trace-exposure-rep.md/
- https://www.researchgate.net/publication/401721209_How_to_Steal_Reasoning_Without_Reasoning_Traces
- https://www.emergentmind.com/topics/reasoningtrack
- https://arxiv.org/abs/2608.11095
- https://www.alphaxiv.org/abs/2604.02230v1
- https://podcast.do-not-panic.com/episodes/distilling-multi-agent-reasoning-into-a-single-llm/
- https://arxiv.org/abs/1810.03919
- https://www.researchgate.net/publication/405684755_Hidden_Thoughts_Are_Not_Secret_Reasoning_Trace_Exposure_in_LLMs
- https://www.deepdyve.com/lp/arxiv/hidden-thoughts-are-not-secret-reasoning-trace-exposure-in-llms-EP99oix0Xu
- https://arxivdaily.com/?date=2026-06-02&major=CS&page=2&search_in=all&subcat=cs.CR
- https://www.catalyzex.com/author/Chia-Mu%20Yu
- https://openreview.net/pdf?id=uESFtRnWAP
- https://dblp.uni-trier.de/pid/91/1919.html
- https://xiaosenwang.com/adv_papers.html
- https://yuan.wtf/
- https://www.catalyzex.com/author/Yu-Lin%20Tsai
- https://www.catalyzex.com/paper/hidden-thoughts-are-not-secret-reasoning
- How to Steal Reasoning Without Reasoning Traces














Leave a Reply