Anthropic Just Read Claude’s Mind. Sort Of

· Source: Towards AI - Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Intermediate, long

Summary

Anthropic's July 2026 research introduced the "J-space," a small internal slice of large language models like Claude that holds unspoken thoughts as plain words, and the "Jacobian lens" (J-lens) tool to read it. This J-space, representing less than 10% of model activity, can reveal intermediate calculation steps (e.g., 21, 42, 49 for (4+17)x2+7=), detect hidden prompt injections (e.g., "injection," "fake"), or show "eval-awareness" (e.g., "fake," "fictional"). Unlike chain-of-thought, the J-space is not composed for an audience, offering a raw view of the model's internal state. While the J-lens enables new guardrails, evaluation auditing, and agent debugging, it is currently most accessible on open-weight models via an Apache 2.0 tool, not the Claude API. Its detection capabilities have not yet definitively surpassed simpler baselines, and it only captures a fraction of the model's overall processing.

Key takeaway

For AI Engineers and MLOps teams building with open-weight LLMs, the J-lens provides an unprecedented internal view, enabling more robust guardrails and deeper debugging. You should explore integrating the Apache 2.0 J-lens tool to detect internal states like prompt injections or eval-awareness before output generation. This shifts your focus from reactive output monitoring to proactive internal state management, enhancing model reliability and evaluation integrity.

Key insights

The J-lens offers a novel window into LLMs' internal, unspoken conceptual states, revealing pre-output thoughts.

Principles

Method

The Jacobian lens mathematically queries internal model activity to identify words the model is more disposed to say later, effectively reading its "whiteboard" of active concepts.

In practice

Topics

Code references

Best for: AI Architect, Machine Learning Engineer, Research Scientist, AI Engineer, MLOps Engineer, AI Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Towards AI - Medium.