AI Safety

Anthropic's J-space method reveals LLMs use a tiny verbal thinking subspace

New paper shows LLMs 'think' in a low-rank subspace of the residual stream.

Deep Dive

Anthropic’s latest research, detailed in the paper *Verbalizable Representations Form a Global Workspace in Language Models*, introduces the concept of a “J-space”—a low-dimensional subspace within the residual stream of transformers that corresponds to verbal thinking. The approach starts with a simple question: can we identify directions in residual space that increase the likelihood of a specific token being output soon? To probe this, the authors compute a Jacobian matrix that measures how a small perturbation at a given layer and token position affects the unembedding of a future token. By averaging this Jacobian across many prompts and token positions, they obtain a single global Jacobian per layer. The key empirical finding is that this global Jacobian has a rank much smaller than the full model dimension (d_model), suggesting that the transformer only uses a small fraction of its residual space for verbal reasoning. This subspace is the J-space.

The paper makes several simplifying assumptions, such as using tokens as proxies for verbalizable concepts and treating the zero vector as a baseline for perturbations—a point the author of this LessWrong post finds potentially unjustified. Despite these assumptions, the resulting methodology provides a tractable way to identify the “thinking” subspace in LLMs. The J-space could enable new interpretability techniques: for example, projecting activations into this subspace to monitor or steer verbal reasoning. The author suggests the work is more valuable for the questions it opens than as a finished tool, noting low-hanging fruit for replication and extension, including building open-source J-space libraries and creating benchmarks for non-LLM networks. Overall, it offers a fresh lens on how LLMs internally represent and process language.

Key Points
  • Anthropic's J-space is the low-rank subspace of the residual stream where LLMs perform verbalizable reasoning, identified via a global Jacobian averaged over prompts.
  • The global Jacobian's rank is significantly smaller than d_model (e.g., often <10% of full dimension), confirming LLMs use a compact subspace for verbal thinking.
  • Method relies on averaging Jacobians across token positions and prompts, and assumes the zero vector is a valid baseline—a simplification the original paper may need to justify better.

Why It Matters

J-space offers a new tool for steering and interpreting LLM reasoning, potentially improving reliability and transparency in deployed models.

📬 Get the top 10 AI stories daily