Top AI Product

Every day, hundreds of new AI tools launch across Product Hunt, Hacker News, and GitHub. We dig through the noise so you don't have to — surfacing only the ones worth your attention with honest, no-fluff reviews. Explore our latest picks, deep dives, and curated collections to find your next favorite AI tool.


Stolen Thoughts (arXiv 2608.09867): 315,320 encrypted reasoning blocks decoded, 182 credentials recovered

Not a product — a security paper, posted August 10, 2026, and already at 97 points on Hacker News. Eight authors including Ilia Shumailov and Jonas Geiping show that the encrypted reasoning blocks Anthropic, OpenAI, and Google hand back to API clients are interchangeable across sessions, users, and models from the same vendor.

The attack is embarrassingly simple

Take the ciphertext a frontier model produced. Feed it to a weaker sibling model with looser guardrails. Ask it to read the block back. Out comes the stronger model’s hidden chain of thought in plaintext.

The team scraped 6,708 public agent trajectories off GitHub and Hugging Face, decoded 315,320 reasoning blocks, and pulled out 367 PII artifacts and 182 credentials — API keys, passwords, access tokens, real email addresses. Developers pasted those logs publicly because the blocks looked like opaque garbage.

Where the hole sits in the API

It’s the encrypted_content / reasoning block field on every provider’s public API — anyone calling it can reproduce this. Two nastier consequences: a request the model refuses out loud can still leave hazardous content in the hidden trace, and an attacker can bury a payload inside an encrypted block for invisible prompt injection into public agentic rollouts.

Hiding chain of thought was the industry’s default answer to distillation and IP leakage. This is the first proof that the default is broken at the architecture level, not the implementation level.


You Might Also Like


Discover more from Top AI Product

Subscribe to get the latest posts sent to your email.



Leave a comment