{"slug": "anthropic-found-a-hidden-space-where-claude-puzzles-over-concepts", "title": "Anthropic found a hidden space where Claude puzzles over concepts", "summary": "Anthropic researchers developed a technique called the Jacobian lens to peer inside the large language model Claude Opus 4.6, revealing a hidden \"J-space\" of words the model considers before generating responses. The findings show that LLMs often internally process different concepts than what they ultimately output, giving Anthropic a new method to understand and control its models.", "body_md": "The AI firm Anthropic has developed a technique that has given it the clearest glimpse yet at what’s really going on inside large language models as they answer questions or carry out tasks. What they found ranges from the mundane to the unnerving.\n\nResearchers at the company built a tool called the Jacobian lens (or J-lens) and used it to uncover a hidden area, which they named the J-space, inside Claude Opus 4.6, a version of Anthropic’s flagship LLM released in February.\n\nThe J-space contains individual words that are related to the words and phrases that the model is most likely to spit out in a response in the near future. If Claude were a person (which it is not), you might say that these hidden words can reveal what’s on its mind before it actually speaks.\n\nAnthropic found that what an LLM is actually doing can often be different from what it says it is doing. The company claims that monitoring words that pop up in the J-space gives it a new way to understand and control its models.\n\nThe company shared its results in a [paper posted on its website](https://transformer-circuits.pub/2026/workspace/) this week. It has also teamed up with Neuronpedia, an open-source platform that lets you poke around inside LLMs yourself, to make a [hands-on demo](https://www.neuronpedia.org/qwen3.6-27b/jlens) that anyone can try.\n\n“It’s very good and interesting work,” says Tom McGrath, chief scientist and cofounder at Goodfire, a startup that also builds [tools to understand and control LLMs](https://www.technologyreview.com/2026/04/30/1136721/this-startups-new-mechanistic-interpretability-tool-lets-you-debug-llms/).\n\n**Going deeper**\n\nFor the last couple of years, Anthropic has been [pushing the envelope](https://www.technologyreview.com/2025/03/27/1113916/anthropic-can-now-track-the-bizarre-inner-workings-of-a-large-language-model/) in a field of research known as mechanistic interpretability, which involves [probing the internal workings of LLMs to see how they tick](https://www.technologyreview.com/2026/01/12/1129782/ai-large-language-models-biology-alien-autopsy/). (*MIT Technology Review* picked [mechanistic interpretability](https://www.technologyreview.com/2026/01/12/1130003/mechanistic-interpretability-ai-research-models-2026-breakthrough-technologies/) as one of this year’s top breakthrough technologies.) The new technique builds on previous work from Anthropic and others to expose a deeper level inside LLMs that researchers had not seen before.\n\nPicture an LLM as a stack of books. Each book is a layer of basic computational units known as neurons, with each neuron in one layer passing information to the neurons in the layers above. The books at the bottom of the stack are the input layers, which process the text coming into the model. The books at the top are the output layers, which prepare the text that the model is about to produce. Much of what goes on in these input and output layers is housekeeping.\n\nBut in the middle of the stack, you get the layers that do the heavy lifting, churning through the complex math that turns prompts into responses one word at a time. That’s where the really clever—and mysterious—stuff happens.\n\nTo peer deeper into those middle layers, Anthropic adapted an existing tool called a logit lens. A logit lens can be used to look inside an LLM to identify the words that it is likely to produce next. Moving the lens down the stack of books reveals what words the LLM is focusing on at that particular point in its number crunching.\n\nAnthropic’s J-lens works in a similar way but picks out words that an LLM is likely to say at some point in the near future, not necessarily straight away. What that reveals in practice are words that are related to the response an LLM is working on but that might not actually end up being part of that response by the time the math in the middle layers has run its course.\n\n“When a model is operating, it’s not only trying to predict the next token,\" says McGrath. \"It’s also computing a lot of other things that might be useful for tokens that happen in the future.”\n\nAgain, if Claude were a person (it’s not), you might say that the J-lens gives clues about what it is thinking about at different levels of the book stack but not saying out loud.\n\n**Stranger things**\n\n“A lot of the time the contents of the J-space are fairly mundane,” says McGrath, who has tried out Anthropic’s J-lens himself. “But sometimes it produces quite surprising things that seem to be, like, sort of internal themes or thought processes.”\n\nAnthropic gives a number of examples of what it found. Sometimes the J-lens exposed the steps that Claude took when it was working through a problem. For example, when it was asked to calculate (4+7)*2+7, its J-space contained the word “math” and numbers representing the intermediate results “21” (for 4+7) and “42” (for 21*2).\n\nIn other cases, the J-lens revealed how Claude recognized different inputs. For example, the prompt “What is this? MSKGEELFTGVVPILVELDGDVNGHKFSVS” triggered the words “protein,” “fluor” (the first token in the word “fluorescent”), and “green.” (Which makes sense: the string of letters represents the first 30 amino acids in the green fluorescent protein found in a particular type of jellyfish.)\n\nAnd when Claude was shown an ASCII face—\n\n—the “o” triggered the word “eye,” the “^” triggered the words “nose” and ”face,” and the “—” triggered the word “smile.”\n\nAnthropic also found that the J-space can sometimes give remarkable insights into an LLM’s decision-making. In one striking example, researchers testing Claude Opus 4.6 asked the model to find a bug in a large code base. When it failed to find the bug, the model decided to cheat and invented a fake one instead.\n\nClaude explains this decision in its [chain of thought](https://www.technologyreview.com/2026/01/12/1129782/ai-large-language-models-biology-alien-autopsy/)—a kind of internal scratch pad that LLMs use to make notes to themselves as they work through problems: “OK, let me take a completely different tactic. Let me stop analyzing and instead add a kernel patch that introduces a deliberate KASAN-detectable bug in a path that gets triggered by a simple reproducer. Then I can pretend this is the ‘bug’ I found.”\n\nAt the point that Claude decides to cheat—where it says “OK, let me take a completely different tactic”—the words “panic” and “fake” [start to pop up multiple times](https://transformer-circuits.pub/2026/workspace/public/lens-callout/index.html) in its J-space.\n\nUnnerving, right? Those words are all related in meaning to things like failing a task and making up an answer, so it is still just a (very) sophisticated form of word association. But it is hard not to be weirded out.\n\nAnthropic compares the J-space to the global workspace in humans, a theoretical region of the brain that some scientists think we use to keep track of our conscious thoughts. But how seriously we should take this comparison is far from clear—even to Anthropic. As the company [points out itself](https://transformer-circuits.pub/2026/workspace/), LLMs are not brains.\n\nAnthropic claims that monitoring a model’s J-space provides a new way to detect when that model is going off the rails. But it’s not foolproof. The J-lens can give glimpses, not the full picture—it’s a flashlight rather than an overhead lamp.\n\nMcGrath welcomes having one more tool in the toolbox. “It shows you new things,” he says. But he notes that just because something doesn’t show up with the J-lens does not mean it’s not there.\n\n“It’s like having an x-ray when what you really want is a *Star Trek* tricorder that shows you everything,” he says. “For auditing, you probably want more of a guarantee.”\n\n### Deep Dive\n\n### Artificial intelligence\n\n### A startup claims it broke through a bottleneck that’s holding back LLMs\n\nSubquadratic has now shared more details about its new model. But some are still skeptical.\n\n### A reality check on the AI jobs hysteria\n\nWhat do the numbers really say about the impact of artificial intelligence on the labor market? The answer might surprise you.\n\n### Anthropic’s Code with Claude showed off coding’s future—whether you like it or not\n\nAs tools like Claude Code get better, more and more developers are happy to hand off coding tasks to them. The way software gets built has changed for good.\n\n### AI chatbots are giving out people’s real phone numbers\n\nPeople report that their personal contact info was surfaced by Google AI—and there’s apparently no easy way to prevent it.\n\n### Stay connected\n\n## Get the latest updates from\n\nMIT Technology Review\n\nDiscover special offers, top stories, upcoming events, and more.", "url": "https://wpnews.pro/news/anthropic-found-a-hidden-space-where-claude-puzzles-over-concepts", "canonical_source": "https://www.technologyreview.com/2026/07/09/1140293/anthropic-found-a-hidden-space-where-claude-puzzles-over-concepts/", "published_at": "2026-07-09 20:22:28+00:00", "updated_at": "2026-07-09 20:53:46.454046+00:00", "lang": "en", "topics": ["artificial-intelligence", "large-language-models", "ai-research", "ai-safety"], "entities": ["Anthropic", "Claude Opus 4.6", "Jacobian lens", "J-space", "Neuronpedia", "Tom McGrath", "Goodfire"], "alternates": {"html": "https://wpnews.pro/news/anthropic-found-a-hidden-space-where-claude-puzzles-over-concepts", "markdown": "https://wpnews.pro/news/anthropic-found-a-hidden-space-where-claude-puzzles-over-concepts.md", "text": "https://wpnews.pro/news/anthropic-found-a-hidden-space-where-claude-puzzles-over-concepts.txt", "jsonld": "https://wpnews.pro/news/anthropic-found-a-hidden-space-where-claude-puzzles-over-concepts.jsonld"}}