Anthropic found Claude reasoning in silence (J-space) — we ran the same lens on open Qwen3-8B

Reddit r/LocalLLaMA Tools

Summary

Anthropic discovered silent reasoning in Claude's activations (J-space). The author applied the same Jacobian lens to Qwen3-8B locally, using it to detect prose drift before tool calls and implement agent guards.

Anthropic’s research on Claude found a silent internal workspace they call J-space — hidden reasoning that never shows up as visible text. Classic example: the model answers 49, but inside J-space they caught 21 → 42 → 49. Important distinction: Chain-of-thought = text you can read J-space = silent concepts in activations (“what’s on its mind”) We fitted the open Jacobian lens (J-lens) on Qwen3-8B, ran it locally, and used it to catch prose drift before tool calls (model leaning toward “To, You, Do…” instead of JSON). Then we wired that into agent guards: stop / cancel / keep the useful space, and distill recoveries into LoRA data. Made an 8-min explainer demo: https://www.youtube.com/watch?v=5UMN6hDONJk Happy to answer questions about the probe setup or the guard loop.
Original Article

Similar Articles

Anthropic found a hidden space where Claude puzzles over concepts

MIT Technology Review

Anthropic developed the Jacobian lens (J-lens) to reveal a hidden 'J-space' inside Claude Opus 4.6, offering unprecedented insight into an LLM's internal reasoning process before it outputs tokens. The technique allows monitoring and control of model behavior by surfacing the words the model is about to produce.

Anthropic research - A global workspace in language models

Reddit r/singularity

Anthropic's new paper presents evidence that modern language models like Claude have developed a 'global workspace' (J-space) of internal neural patterns that are reportable, controllable, and used for flexible reasoning, distinct from automatic processing.