😺 OpenAI, Claude, and Gemini's reasoning got cracked

Aug 12, 2026
9 minute read

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

  1. Grok Bot gives you always-on agents with persistent cloud computers that work across apps and coordinate with other bots —pricing not public.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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

I just love dumb stuff like this

  • 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!

What'd you think of today's email?

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.

Eric Gerard Ruiz

Eric Gerard Ruiz, a licensed CPA in the Philippines, specializes in financial accounting and reporting (IFRS), managerial accounting, and cost accounting. He has tested and review accounting software like QuickBooks and Xero, along with other small business tools. Eric also creates free accounting resources, including manuals, spreadsheet trackers, and templates, to support small business owners.

The Neuron Logo

Don't fall behind on AI. Get the AI trends & tools you need to know. Join 700,000+ professionals from top companies like Microsoft, Apple, Salesforce and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.