Peering inside the Black Box: Jacobian Lens and LLM Internal Logic
Anthropic just dropped this research on "Global Workspace" that changes the game. They’re using something called Jacobian Lens—think of it as an MRI for LLMs. Instead of just looking at the final token, this tech lets you visualize the internal representations. You can actually see the model pre-activating concepts like "ocean" or "surf" in the intermediate layers before it even spits out a word.
The part that actually caught my attention, though, is the intervention aspect. You can manually inject a concept—say, "fire"—into the middle layers, and you can literally watch the model’s reasoning drift toward that semantic field. It’s not just observation; it’s manipulation.
From an engineering standpoint, this is way more efficient than the usual post-hoc evaluation crap we do. If you want to optimize alignment or hunt down latent biases, you should be looking at the internal representations, not just judging the output after the fact. That’s reactive; this is proactive.
One caveat: the results seem highly dependent on the architecture. It’s working clearly on Llama and Qwen, but I’m skeptical about whether this level of feature response carries over to other models. If you’re actually serious about interpretability, don't just read the abstract—go dive into the source code and see how they’re implementing the probing logic.
Paper and data: https://transformer-circuits.pub/2026/workspace/index.html
Visualization tool: https://lucid.earthpilot.ai/research