June 1, 2026

Locked thoughts, loud reactions

Fooling around with encrypted reasoning blobs

AI’s secret “thought boxes” sparked a weekend rabbit hole—and commenters loved the chaos

TLDR: A programmer found that some AI apps pass around sealed copies of the bot’s hidden working notes, which raised questions about privacy, tampering, and how these systems really work. Commenters were split between admiring the clever design, geeking out over sneaky timing clues, and imagining chaos if reusable rule-breaking blocks ever spread.

A hobby project turned into full-on internet detective mode after one tinkerer stumbled into an odd AI error and realized the chatbot was sending back sealed-up copies of its hidden internal notes. That discovery alone was enough to send the comment section into a mini frenzy, with readers praising the find as the kind of weird, niche, slightly alarming rabbit hole the tech world lives for. One camp was obsessed with the sneaky angle: could you learn something about what the AI is “thinking” just by measuring how long it takes or how big the hidden data blob is? As one commenter put it, that timing trick was a “very cool” side-channel—basically, peeking through the curtains without opening the door.

But the bigger crowd reaction was a mix of “this is brilliant” and “wait, so that’s how they keep these things running at scale?” Several readers said the most eye-opening part wasn’t the possible weakness at all, but the behind-the-scenes design: instead of keeping a giant memory for every user, the AI company can apparently hand the conversation state back to the app in a locked box and ask for it back next turn. People were genuinely impressed by that. Then came the spicy part: one commenter floated the idea that if someone ever found a hidden block that helped break the rules, they could share the block without sharing the method—which is exactly the kind of comment that makes a thread go from nerdy to deliciously chaotic. In short, the post may have downplayed itself, but the community absolutely did not.

Key Points

  • The article began with a hobby investigation triggered by an API error mentioning a signature on an LLM “thinking” block while configuring OpenClaw with Claude.
  • The author says reasoning-capable LLM APIs from providers such as Anthropic and OpenAI return hidden reasoning state to clients as opaque payloads rather than readable text.
  • According to the article, these reasoning payloads are sent as JSON fields containing Base64-encoded blobs that clients are expected to return on the next API turn.
  • The author reports that the blobs appear to be authenticated ciphertext because their size varies with reasoning length and tampering produces recognizable API errors.
  • The article explains that providers likely send encrypted reasoning state to clients to support stateless, zero-retention, tool-loop, or client-managed conversation modes.

Hottest takes

"Very cool idea to use thinking duration ... as a side-channel!" — Retr0id
"Pushing the complete state down to the user after every call makes perfect sense" — glitchc
"share that block without sharing how you did it" — Groxx
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.