- The Neuron
- Posts
- šŗ OpenAI, Claude, and Gemini's reasoning got cracked
šŗ OpenAI, Claude, and Gemini's reasoning got cracked
PLUS: Grokbot, LTX 2.5 (new open video model) and more.

Welcome, humans.
So, yesterday we covered how Anthropic is adding invisible provenance markers to Claude-generated text, and people are, technically speaking, pissed.
The complaint is basically: after years of arguments over whose writing and code contributed to training AI, Claude can now leave Anthropicās invisible stamp behind to say, basically, āWell IDK about all THAT, but me the AI definitely wrote THIS.ā
Letās think about what this means, though. The U.S. Copyright Office says purely AI-generated material needs sufficient human authorship to qualify for copyright. So can a chunk of text you may not be able to copyright still be watermarked? Welcome to intellectual property law, where vibes rule everything around me.
Meanwhile, in other things you donāt like suddenly trying to make you like them, someone came up with a solution to the whole āwe all hate data centersā thing and built OPEN LIVING, a satirical data center you can apparently live in.

America doesnāt build enough housing? but they build too many datacenters? Brother, I GOT YOU.
At least you know theyāve got central AC covered, what with all that recycled water theyāve got flowing through there to cool down the servers. So long as no one summons the banana demon (very scary video; youāve been warned) while Iām trying to sleep, I think I could swing it.
Hereās what happened in AI today:
š Researchers extracted hidden reasoning from frontier AI models.
š° NVIDIA lined up $500B+ for AI infrastructure financing.
š° Anthropic reportedly signed Riotās $9.1B compute deal.
š° Qwenās 27B open model is landing this week.
š A plugin translates Claudeās āClaudishā into English.

š Researchers Cracked Open AIās Hidden Reasoning
AI labs have spent years hiding modelsā private reasoning so competitors, attackers, and curious users canāt simply read the machinery underneath. Well, researchers just found a surprisingly simple way around that wall.
Claude, ChatGPT, and Gemini can do private step-by-step reasoning before showing you an answer.
Hereās what happened:
A new research paper found encrypted reasoning blocks from OpenAI, Anthropic, and Google could actually be replayed into weaker sibling models from the same provider.
Researchers found those encrypted blocks were too portable. A trace from a powerful model could be replayed into a cheaper, weaker model from the same company.
With a jailbreak prompt, those weaker models sometimes turned the encrypted blocks back into readable reasoning, without researchers ever stealing the encryption key.
Across 315,320 public reasoning blocks, they recovered 367 pieces of personal information and 182 credentials, including API keys and passwords.
They also found evidence consistent with model distillation: Kimi K3 sometimes produced reasoning strikingly similar to hidden traces from frontier models, though similarity alone does not prove how it was trained.
Think of Claude Opus sealing its private notes inside an envelope. Your app can hold the envelope but canāt open it. Researchers discovered they could sometimes hand that envelope to Claude Haiku and convince Haiku to read the notes aloud.
The weird part is how that envelope became available to attack at all. Labs werenāt sending the modelās reasoning around as readable text. They encrypted it, sent the encrypted block through their APIs to the app, then let the app hand it back later so the model could resume where it left off.
That created a new attack surface (basically, another place an attacker can try to break the system): the encrypted block itself was now moving between models, apps, sessions, and users. The app couldnāt read it, but another model from the same provider sometimes could.
Why this matters: Those hidden notes could expose user secrets, information intentionally withheld from the final answer, or valuable training data. Competitors could potentially use them for distillation (training a smaller model on a stronger modelās examples) to copy some of its capabilities.
Hidden reasoning was supposed to protect users and the labsā intellectual property. This research shows secrecy can create a new security boundary that needs defending, especially when encrypted traces travel between models, sessions, and users.
OpenAI, Anthropic, and Google were notified before publication and changed their systems (nice try, sneaky distillers!). Althoughā¦

FROM OUR PARTNERS
Least Privilege for the Age of AI Agents
AI agents are growing 40% year-over-year inside enterprises. 7% of orgs already had an agent-related security incident this year.
The problem: AI agents don't create new permissions ā they weaponize the ones already there. Same cloud keys, same tokens. No scoping. No expiration. No one watching.
BeyondTrust AI Agent Security:
Sees every agent ā including shadow AI
Attributes every action to human or agent
Blocks risky commands, enforces approval before agents act
Works across Claude Code, Copilot, Cursor, more ā one policy, any vendor

š AI Skill of the Day: Translate Claudish to English
Claude Code can be excellent at explaining a codebase, right up until it starts speaking fluent Claudish: if youāve coded much with AI, youāve seen these terms: āload-bearing,ā āwell-defined seam,ā ārough edges worth knowing.ā
So, naturally, a developer built Claudish to English to fix exactly that issue. The plugin listens for Claude Codeās displayed messages, sends the output to a local model through Ollama, then shows a simpler rewrite in your terminal. Claude itself still sees the original, so the translation only changes what you read.
You can also use this to translate selected Markdown files, and if you run the rewrite model locally, your text stays on your machine. Plus, plugin is free and open source!
Have a specific skill you want to learn? Request it here.

šŖ Treats to Try
Grok Bot gives you always-on agents with persistent cloud computers that work across apps and coordinate with other bots.
LTX-2.5 generates consistent multi-shot video with native audio and 4K HDR, and lets you run or fine-tune the open weights on your own hardware āfree for organizations under $10M ARR; API from $0.09/sec.
Unsloth Desktop lets you download, run, and fine-tune 500+ text, vision, audio, and embedding models locally on Windows, macOS, and Linux āfree/open-source.
Ploy builds, tests, and automatically improves your marketing website, from new landing pages and SEO fixes to visitor identification and outreach (raised $27M) āfree plan, then $50/mo.
Mirage generates and edits layered videos, including expressive avatar performances from an image and audio, and just used the tech for a Reuters-licensed live news broadcast on X āfrom $0.175/sec via API.
Oumi turns your company into a compounding AI factory, where you can build, deploy, and continuously improve specialized models on your own production data while owning the weights, data, and recipes.

š° Around the Horn
NVIDIA partnered with major Wall Street firms on platforms designed to mobilize more than $500B for AI compute infrastructure.
Anthropic reportedly signed a $9.1B deal with Riot Platforms for 191 MW of computing capacity from the former Bitcoin miner.
Meta smart glasses were banned from courts in England and Wales over concerns about covert recording and privacy.
Qwen teased a 27B-parameter Qwen 3.8 open-weight model arriving this week.
Modular released Mojo 1.0, giving its high-performance language for CPUs, GPUs, and AI workloads a stable production release.

FROM OUR PARTNERS
Free email without sacrificing your privacy
Gmail tracks you. Proton doesnāt. Get private email that puts your data ā and your privacy ā first.

š Midweek Wisdom
Dwarkesh Patel is one of AIās biggest podcasters, and heās long argued that continual learning (an AI updating its own internal settings from experience, so work today makes it better tomorrow) is a missing ingredient in todayās AI. In his latest video, he asks: what changes when AI keeps learning after release?
Quick LLM 101: todayās models are mostly āfrozen-weightā models. Weights are billions of internal settings that tell the model which patterns matter and what words or ideas are likely to come next. Training adjusts them, and after release, they mostly stop changing. So actual continual learning would mean those weights keep updating from experience over time, like an employee learning on the job.
Here are Dwarkesh's 8 Predictions on how this change will impact the industry:
(0:58) Safety regulation will need to become continuous. If the model changes after launch, one pre-release test wonāt cut it. Dwarkesh suggests monthly or quarterly checks.
(2:02) Alignment gets harder. Alignment means keeping AI behavior consistent with human goals. So labs must stop continual evolving models from learning dangerous behavior, jailbreaks, or malicious backdoors.
(3:04) AI minds will diversify. Different real-world experience could make even identical starting models diverge, kinda like us humans. So no more AI group-think (which would really help my LinkedIn Feed TBH)!
(3:53) Leaders will pull away faster. A better evolving model ā more users ā more experience ā better model. Small leads could compound.
(4:12) Labs will ship sooner. If usage itself improves the model, keeping your best model private gives competitors more learning time.
(4:38) Switching models gets painful. Leaving an AI that spent 18 months learning your company could feel like replacing a veteran employee with a brand-new intern. Thereās gotta be a simple solution to this IMO.
(5:56) Labs may subsidize training access. Labs could offer cheaper AI for training access, while reserving better models for customers who opt in.
(6:52) Personalized AI favors big organizations. AI runs more efficiently when many requests are processed together, called batching. Big companies can do that; individuals cannot. Dwarkesh says the efficiency gap could exceed 100X. So what if Neoclouds or Apple offer private batching on private servers? Open weight evolving AI could still thrive.
The big idea here: if (or when) this happens, continual learning will transform AI models from software you buy into something closer to an employee you develop. That changes safety, competition, privacy, pricing, and lock-in.

New from The Neuron:
NVIDIAās Nemotron 3.5 Lightning and NeMo Switchyard are two new open AI tools that make the case for running routine agent work locally, then routing tougher tasks to stronger models when needed. Read our full review here.

A Catās Commentary

This was a packed to the point review!

![]() | Thatās all for now. If you want to get featured above, fill out the poll below and tell us how we did today!
|
Btw: We just launched a robotics newsletter! Sign up for it here.
Subscribe to our YouTube Channel for free live tutorials and AI industry interviews.
P.S: Love the newsletter, but only want to get it once per week? Donāt unsubscribeāupdate your preferences here.








