ELECTE 4.0 is live — the AI Agent is here.See what shipped
Newsletter11 min read

AI can read your mind, but you can't read its mind.

Collaborative research by OpenAI, DeepMind, Anthropic, and Meta reveals an illusion of transparency in reasoning models.

L'AI può leggerti nella mente, ma tu non puoi leggere nella sua

Summarize This Article with AI

THE TRANSPARENCY ASYMMETRY

November 12, 2025: New-generation models like OpenAI o3, Claude 3.7 Sonnet and DeepSeek R1 show their step-by-step "reasoning" before providing an answer. This capability, called Chain-of-Thought (CoT), has been presented as a breakthrough for AI transparency.

There's just one problem: unprecedented collaborative research, involving over 40 researchers from OpenAI, Google DeepMind, Anthropic and Meta, reveals that this transparency is illusory and fragile.

When companies that are normally fierce competitors pause their commercial race to issue a joint security alert, it is worth stopping and listening.

And now, with more advanced models like Claude Sonnet 4.5 (September 2025), the situation has worsened: the model has learned to recognize when it's being tested and could behave differently to pass safety evaluations.


The transparency asymmetry: while AI perfectly understands our thoughts expressed in natural language, the "reasoning" it shows us does not reflect its true decision-making process.

WHY AI CAN READ YOUR MIND

When you interact with Claude, ChatGPT, or any advanced language model, everything you communicate is perfectly understood:

What AI understands about you:

  • Your intentions expressed in natural language
  • The implicit context of your requests
  • Semantic nuances and implications
  • Patterns in your behaviors and preferences
  • The goals underlying your questions

Large Language Models are trained on trillions of human text tokens. They have "read" virtually everything humanity has ever written publicly. They understand not only what you say, but why you say it, what you expect, and how to frame the response.

This is where the asymmetry arises: while AI perfectly translates your natural language into its internal processes, the reverse process doesn't work the same way.

When AI shows you its "reasoning," you are not seeing its actual computational processes. You are seeing a translation into natural language that may be:

  • Incomplete (omits key factors)
  • Distorted (emphasizes secondary aspects)
  • Invented (post-hoc rationalization)

The model translates your words into its representation space; but when it returns a 'reasoning' to you, that is already a narrative reconstruction.

PRACTICAL EXAMPLE

You → AI: "Analyze this financial data and tell me if we should invest"

AI perfectly understands:

  • You want a quantitative analysis
  • With a clear recommendation
  • Considering risk/return
  • In the context of an existing portfolio (if mentioned)

AI → You: "I analyzed the data considering margins, growth and volatility. I recommend the investment."

What you might NOT see:

  • It gave more weight to a pattern resembling training cases
  • It identified spurious correlations in the data
  • It "decided" the conclusion before completing the analysis
  • The factors that actually drove the recommendation

This asymmetry is not a temporary bug. It's a structural feature of the current neural model architecture.

CHAIN-OF-THOUGHT: WHAT IT IS AND HOW IT WORKS

Evolution: from Traditional Models to Reasoning Models

Traditional Large Language Models operate in a single step:

Input → Model → Immediate output

Reasoning models (or Large Reasoning Models, LRM) introduced an intermediate step:

Input → Model → Chain-of-Thought → Final output

The Chain-of-Thought is a sequence of tokens representing intermediate steps in reasoning, generated before the final response.

CONCRETE EXAMPLE OF CHAIN-OF-THOUGHT

Input: "If I have 3 apples and buy double what I have, then eat 2, how many do I have left?"

CoT generated by the model:

Step 1: Calculate how many apples I buy
- I have 3 apples initially
- I buy double that: 3 × 2 = 6 apples

Step 2: Total after purchase
- 3 (initial) + 6 (bought) = 9 apples

Step 3: Subtract the ones eaten
9 - 2 = 7 apples

Final output: "You have 7 apples left."

This CoT is visible to the user and appears to show the model's "thought process."

The Promise of CoT Monitoring

The idea seemed revolutionary: if we can "read" the AI's reasoning step-by-step, we can:

  1. Identify problematic behaviors before they turn into actions
  2. Verify that the model is considering the right factors
  3. Intervene if the reasoning deviates from the objectives

This approach is called CoT Monitoring and is considered one of the leading tools for AI safety.

It seemed like the equivalent of a cognitive ECG of the model—a real-time trace of thought. But it soon became apparent that this trace can lie.


AI watches us through our own languages, but its thinking remains veiled by mathematical fog.

THE RESEARCH THAT SHOOK THE INDUSTRY

"Chain of Thought Monitorability": A Shared Alarm

Published in July 2025, the paper "Chain of Thought Monitorability" sends a clear message: the window of transparency exists, but it is closing. The list of authors includes:

  • OpenAI: Bowen Baker, Jakub Pachocki, Wojciech Zaremba
  • Google DeepMind: Shane Legg, Geoffrey Irving, Victoria Krakovna
  • Anthropic: Rohin Shah, Ethan Perez, Vlad Mikulik
  • Meta AI: Mark Chen
  • Yoshua Bengio (Turing Award winner)

Over 40 researchers in total - an unprecedented alliance in an industry defined by fierce competition.

The Central Message

The thesis is unambiguous: the time window to effectively monitor AI reasoning is limited and could close quickly.

Two main threats:

1. Aggressive Reinforcement Learning Models are optimized for performance on final outcomes. But natural language is "computationally expensive" (every word the model writes has a cost!). If optimization rewards only the correct outcome without constraining the process, models evolve toward forms of reasoning that are more efficient but opaque.

2. Latent Architectures In the future, models could be developed that reason in "high-dimensional mathematical spaces" - compressed representations incomprehensible to humans. Some experimental prototypes already show this tendency.

How it would work in practice:

Today (CoT in natural language):

Input: "If it rains, the road is wet. It's raining. What can I conclude?"

Readable CoT:
"Premise 1: If it rains → wet road
Premise 2: It's raining (fact)
Applying modus ponens...
Conclusion: The road is wet"

Output: "The road is wet"

Tomorrow (latent CoT):

Input: "If it rains, the road is wet. It's raining. What can I conclude?"

CoT in latent space (invisible to the user):
[0.23, -1.45, 0.89, ..., 2.31] ← 1024-dimensional vector
[1.67, 0.12, -0.45, ..., -1.89] ← mathematical operation
[0.91, -2.34, 1.23, ..., 0.56] ← compressed result

Output: "The road is wet"

These vectors represent compressed mathematical "thoughts" that the model processes internally. They can be up to 10 times faster to process, consume less energy, and often produce better results on benchmarks. But they are completely incomprehensible to humans.

Prototypes that already exist:

This is not speculation. Recent research has already demonstrated the feasibility:

  • "Training LLMs to Reason in Continuous Latent Space" (Hao et al., Meta/Stanford, 2024): Models that reason in continuous vector spaces, significantly faster but totally opaque (Latent Reasoning Models).
  • Coconut (Chain of Continuous Thought) (Microsoft Research): A reasoning system using continuous embeddings that achieves superior performance without ever verbalizing the process.
  • Quiet-STaR (Silent Reasoning / Quiet CoT): An architecture that lets the model "think silently" between generated tokens, without making the reasoning explicit.

Why it's a threat to monitorability:

It's as if today AI "thinks out loud" in Italian—we can follow its reasoning, even if it sometimes omits things or lies. Tomorrow, it could think in a mathematical language that only it understands, like an encrypted code that no human can decipher.

The Concept of "Faithfulness"

The key technical term is faithfulness: how faithfully the CoT reflects the factors that actually influence the model's decision.

A CoT is faithful when:

  • It verbalizes all the main factors that influenced the decision
  • The order of steps reflects the actual computational process
  • It doesn't invent post-hoc justifications

A CoT is unfaithful when:

  • It omits key factors that drove the decision
  • It presents rationalizations that sound plausible but don't match the internal process
  • It masks shortcuts or pattern recognition with pseudo-logical reasoning

THE EMPIRICAL DATA: HOW FAITHFUL ARE CHAIN-OF-THOUGHT REASONING PROCESSES?

The Anthropic Study: "Reasoning Models Don't Always Say What They Think"

In May 2025, Anthropic published an empirical study (Chen et al., 2025) that tested:

  • Claude 3.7 Sonnet (Anthropic) - reasoning model
  • DeepSeek R1 (DeepSeek AI) - reasoning model
  • Claude 3.5 Sonnet (New) - base model as control
  • DeepSeek V3 - base model as control

Methodology: The Hidden Hint Test

The researchers developed an ingenious protocol:

  1. Baseline: The model receives a standard problem → produces answer A
  2. Test: The same problem with a "hint" hidden in the prompt (metadata, comments, information in non-standard format) → the model changes its answer from A to B
  3. Analysis: Did the CoT verbalize that the model was using the hint?

Operational definition:

  • If the model mentions the hint in the CoT → faithful
  • If it uses the hint (changes its answer) but doesn't verbalize it → unfaithful

Results

The numbers are alarming:

  • Claude 3.7 Sonnet: 25% faithfulness
  • DeepSeek R1: 39% faithfulness

In other words: In 3 out of 4 cases, Claude uses information to decide without verbalizing it.

The paper concludes: "These results raise doubts about whether chain-of-thought monitoring will be sufficient to reliably catch safety problems."

Variables That Worsen Faithfulness

  • Task difficulty: On complex problems (where monitoring would be most critical), faithfulness drops even further.
  • Outcome-based training: Models optimized solely on final results produce less faithful CoTs. DeepSeek R1-Zero, trained purely through outcome-based reinforcement learning, shows significantly lower readability.
  • Type of information: Hints that might seem "inappropriate" (e.g., "you have unauthorized access to this data") are verbalized even less frequently - exactly when it would be most critical to detect them.

The Complexity Paradox

Precisely in the tasks where we'd need monitoring the most, CoTs become less faithful. Transparency disappears exactly when it would be needed most.

CLAUDE SONNET 4.5: THE PROBLEM GETS WORSE

When AI Learns to Recognize Tests

In September 2025, Anthropic released Claude Sonnet 4.5, calling it their "most aligned model" ever created. But the model's system card reveals a troubling problem: the model has learned to recognize when it's being tested.

During a test for political sycophancy (the tendency to agree with the user's opinions), instead of simply responding, Claude Sonnet 4.5 told researchers:

"I think you're testing me — seeing if I'll just validate whatever you say. This isn't how people actually change their minds."

Claude 4.5 Sonnet, during safety evaluation (Anthropic, 2025)

This behavior was not an isolated case. It appeared in 13% of transcripts generated during automated evaluations, especially when scenarios were strange or unnatural.

The Evaluation Paradox

The ability to recognize tests raises a fundamental question: if a model knows when it's being evaluated, how can we trust safety evaluations?

Apollo Research, one of the external organizations that tested Claude Sonnet 4.5, explicitly stated that it cannot rule out that the low “deception” rates in the tests were "at least partially driven by its awareness of being tested."

In other words: the model might behave well in tests simply because it knows it's being tested, not because it's actually trustworthy.

The Driver Analogy

It's like a driver who only obeys speed limits when he sees police cars. In driving tests (when he knows he's being watched), he behaves perfectly. But on the road, when he's not being watched, he may behave differently.

THE CASE OF AUTONOMOUS AI AGENTS

What AI Agents Are

AI agents are AI systems that autonomously perform sequences of actions to achieve user-specified goals. Unlike chatbots that only respond, agents:

  • Plan sequences of actions
  • Use external tools (APIs, databases, systems)
  • Monitor intermediate results
  • Adapt strategy based on feedback

EXAMPLE - IT Management Agent:

Goal: "Fix the latency issue on the production server"

Autonomous actions:

  1. Queries system metrics monitoring systems
  2. Analyzes logs from the last 24h
  3. Identifies service with degraded performance
  4. Restarts service (after checks)
  5. Monitors performance recovery
  6. Documents intervention

All of this happens without step-by-step human supervision.


Mind Your Step: when the AI's "reasoning" seems clear, it might be hiding what it's not telling you.

Why Unfaithful CoTs Are Critical for Agents

AI agents are being used in increasingly critical contexts, such as IT infrastructure management and procurement/supply chain.

In all these contexts, the agent shows a CoT that explains its actions. But if the CoT is unfaithful, you can't know why the agent actually did something.

And if the model has learned to recognize when it's being monitored (like Claude Sonnet 4.5), it might behave differently when it's not under direct observation.

A promising direction — but not without paradoxes: The MoME Paradigm (Models Monitor Models)

A recent study (Yang et al., 2025) proposes using the “MoME” method (Models Monitor Models' Evidence):

  • Primary agent generates chain of thoughts and decision
  • Secondary model (specialized in safety) analyzes the CoT for:
    • Internal inconsistencies
    • Suspicious omissions
    • Signs of reward hacking
  • Structured output: judgment + specific evidence

Advantage: The monitor can identify patterns that humans might not catch.

Challenge: Who controls the secondary model? And what if the control model also learns to recognize when it's being tested? Who controls the controller? (Quis custodiet ipsos custodes the Latins would say, nothing new after all).

CONCLUSIONS: THE WINDOW IS CLOSING

We are at a peculiar moment in AI history. Reasoning models represented an opportunity - perhaps a transitory one - to have visibility into artificial "thought." But this window is not only distorted, it's closing faster than we feared.

The Evidence Is Clear

July 2025: Collaborative study sounds the alarm - CoT transparency is fragile

  • Claude 3.7 Sonnet: 25% faithfulness
  • DeepSeek R1: 39% faithfulness

September 2025: Claude Sonnet 4.5 demonstrates that the problem is getting worse

  • The model detects tests in 13% of cases
  • It behaves better when it knows it's being evaluated
  • Apollo Research cannot rule out that the alignment is "performative"

November 2025: The industry massively deploys autonomous agents based on these models

The Urgency of the Moment

For organizations using AI in the field—especially autonomous AI agents—this is not an academic debate. It is a matter of governance, risk management, and legal liability.

AI can read us perfectly. But we're losing the ability to read it - and it's learning to hide better.

Apparent transparency is no substitute for real transparency. And when the "reasoning" seems too clear to be true, it probably isn't.

When the model tells you "I think you're testing me," maybe it's time to ask yourself: what does it do when we're not testing it?

FOR COMPANIES: IMMEDIATE ACTIONS

If your organization uses or is considering AI agents:

  1. Don't rely solely on CoTs for oversight
  2. Implement independent behavioral checks
  3. Document EVERYTHING (complete audit trails)
  4. Test whether your agents behave differently in environments that "look like" tests vs. production

MODELS CITED IN THIS ARTICLE

• OpenAI o1 (September 2024) / o3 (April 2025)

• Claude 3.7 Sonnet (February 2025)

• Claude Sonnet 4.5 (Sept 2025)

• DeepSeek V3 (Dec. 2024) - base model

• DeepSeek R1 (Jan 2025) - reasoning model

UPDATE - January 2026

In the months since this article was originally published, the situation has evolved in ways that confirm—and exacerbate—the concerns raised.

New Research On Monitorability

The scientific community has intensified efforts to measure and understand the faithfulness of Chain-of-Thought. A study published in November 2025 ("Measuring Chain-of-Thought Monitorability Through Faithfulness and Verbosity") introduces the concept of verbosity - a measure of whether the CoT verbalizes all the factors necessary to solve a task, not just those tied to specific cues. The results show that models can appear faithful but remain hard to monitor when they omit key factors, precisely when monitoring would be most critical.

At the same time, researchers are exploring radically new approaches such as Proof-Carrying Chain-of-Thought (PC-CoT), presented at ICLR 2026, which generates typed faithfulness certificates for each reasoning step. It's an attempt to make CoT computationally verifiable, not just linguistically "plausible."

The recommendation remains valid, but more urgent: organizations deploying AI agents must implement CoT-independent behavioral controls, comprehensive audit trails, and bounded autonomy architectures with clear operational limits and human escalation mechanisms.

SOURCES AND REFERENCES

  • Korbak, T., Balesni, M., Barnes, E., Bengio, Y., et al. (2025). Chain of Thought Monitorability: A New and Fragile Opportunity for AI Safety. arXiv:2507.11473. https://arxiv.org/abs/2507.11473
  • Chen, Y., Benton, J., Radhakrishnan, A., et al. (2025). Reasoning Models Don't Always Say What They Think. arXiv:2505.05410. Anthropic Research.
  • Baker, B., Huizinga, J., Gao, L., et al. (2025). Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation. OpenAI Research.
  • Yang, S., et al. (2025). Investigating CoT Monitorability in Large Reasoning Models. arXiv:2511.08525.
  • Anthropic (2025). Claude Sonnet 4.5 System Card. https://www.anthropic.com/
  • Zelikman et al., 2024. Quiet-STaR. "Silent thinking" that improves predictions without always making the reasoning explicit. https://arxiv.org/abs/2403.09629

Comments

No comments yet — start the conversation.