FEATUREDComputing Life · Share (鸭哥 research reports)· rssZH00:00 · 08·12
→Encrypted reasoning fails to stop distillation and turns developer logs into a security risk
Vendors encrypt model reasoning to block distillation, but two new papers show it barely works. One reveals that encrypted reasoning blocks from Anthropic, OpenAI, and Google are interchangeable across models—attackers can spend $720 to use a weak model like Haiku 4.5 to decode Opus 4.8's reasoning traces in bulk. The other paper goes further: without touching encrypted blocks, an inversion model trained on a 1.5B weak model can reconstruct GPT-5.4 mini's reasoning from public outputs alone, lifting a student model's MATH500 accuracy from 68.4% to 76.0%. The bigger problem is that this encryption dumps risk onto developers. Researchers decrypted 6,708 public Agent traces from GitHub and found 62 API keys, 33 passwords, and 7 private keys—64 of these secrets never appeared in the plaintext conversation. Developers can't inspect or scrub these opaque blocks, so sharing a session log for debugging means exposing secrets you can't even see.
#Reasoning#Agent#Safety#Anthropic
why featured
Featured · importance 82 · hook + knowledge + resonance
editor take
Two papers show encrypted reasoning fails to stop distillation and dumps undeletable secret risks onto developers.
sharp
This one's worth opening because it dismantles the "encrypted reasoning stops distillation" line that model vendors have been pushing. The first paper shows encrypted reasoning blocks from Anthropic, OpenAI, and Google are interchangeable across models—attackers can spend $720 using cheap Haiku 4.5 to decode Opus 4.8's real reasoning traces in bulk. The second goes further: without touching encrypted blocks, an inversion model trained on a 1.5B weak model can reconstruct GPT-5.4 mini's reasoning from public outputs alone, lifting a student model's MATH500 accuracy from 68.4% to 76.0%. I'd discount this a bit since both are still arXiv preprints, but the experimental design looks solid.
The security part is more immediately concerning. Researchers decrypted 6,708 public Agent traces from GitHub and found 62 API keys, 33 passwords, and 7 private keys—64 of these secrets never appeared in the plaintext conversation. Developers sharing session logs for debugging can't inspect or scrub these opaque blocks. Vendors encrypted reasoning to protect their own IP, but the review and cleanup burden lands entirely on API users. Don't panic yet—this only affects models with encrypted reasoning enabled—but if you're building long-running Agents and reusing others' traces, it's time to check your logs.
HKR breakdown
hook ✓knowledge ✓resonance ✓