Anthropic published this week an interesting research paper about LLMs. They may have found something in large language models that looks a lot like a working space for thought. Not that we say "AI is consious" or it has a mind, but rather something more subtle.
| source: https://transformer-circuits.pub/2026/workspace/index.html |
Inside a model, there seems to be a small privileged space where certain concepts become available for the model to work with. Anthropic calls this J-space (a model representational space). You can think of it as something like a temporary workbench: a place where intermediate ideas, judgments, and partial conclusions show up before the model gives its final answer.
That matters because we usually judge AI from the outside. Normally we are looking for the answers like: is this correct, safe etc.
But the harder question is what happened before the answer appeared. Was there any reasoning? Something suspicious happened? Not disclosed mistake? Maybe even right answer but for the wrong internal reason? Until now, LLM interaction was some kind of a blackbox that has an input and produces a text outside. This research gives us a way to start looking at some of that hidden process.
One example I like is arithmetic. A model might only output the final answer, but internally you can sometimes see intermediate steps appear before the final response. In other cases, the model may recognize that a piece of code contains a bug, or that a prompt looks suspicious, before it says anything about it.
| source: https://transformer-circuits.pub/2026/workspace/index.html |
That has big implications for AI safety. The future of trustworthy AI will not just be about making models more polite or better at refusing bad requests. It will be about understanding what is happening inside them. Because an answer can look fine on the surface while the internal reasoning behind it is not fine at all.
That is the part I find most important here. We are moving from “Does the model say the right thing?” toward “Can we inspect how the model got there?” There is still a lot to be careful about. This is not proof that AI thinks like humans. But it does suggest that these models may have internal structures that behave like a working memory for concepts.
And if we can observe that space, even imperfectly, we may get better at detecting hidden reasoning, strategic behavior, mistakes, and mismatches between what a model says and what it is internally representing.
To me, that feels like a meaningful step. Now we can make AI systems not only more capable, but more inspectable.
Link to full article: https://transformer-circuits.pub/2026/workspace/index.html
External commentary: https://www-cdn.anthropic.com/files/4zrzovbb/website/cc4be2488d65e54a6ed06492f8968398ddc18ebe.pdf