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.
Researchers 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.
The 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.
Anthropic 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.
The company shared its results in a paper posted on its website 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 that anyone can try.
“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.
Going deeper
For the last couple of years, Anthropic has been pushing the envelope in a field of research known as mechanistic interpretability, which involves probing the internal workings of LLMs to see how they tick. (MIT Technology Review picked mechanistic interpretability 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.
Picture 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.
But 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.
To 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.
Anthropic’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.
“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.”
Again, 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.
Stranger things
“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.”
Anthropic 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).
In 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.)
And when Claude was shown an ASCII face—

—the “o” triggered the word “eye,” the “^” triggered the words “nose” and ”face,” and the “—” triggered the word “smile.”
Anthropic 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.
Claude explains this decision in its chain of thought—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.”
At 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 in its J-space.
Unnerving, 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.
Anthropic 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, LLMs are not brains.
Anthropic 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.
McGrath 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.
“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.”
This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology.
Four nuclear reactors hit a big milestone in the US
—Casey Crownhart
I was really looking forward to July 4, and not just because I love a poolside barbecue. This year the American holiday also marked a big symbolic deadline for US nuclear power.
Last year the Trump administration set a goal to see three new microreactors achieve criticality, a technical milestone establishing that a reactor can sustain a chain reaction, by the nation’s 250th birthday. And just in time, not just three, but four reactors did so.
It’s a positive sign for nuclear technologies at a time of increasing need for electricity and emissions-free energy sources. But achieving criticality doesn’t mean a reactor is ready to provide electricity for the grid (or at all, for that matter).
This story is from The Spark, our weekly climate tech newsletter. Sign up to receive it in your inbox every Wednesday.
The must-reads
I’ve combed the internet to find you today’s most fun/important/scary/fascinating stories about technology.
1 China plans to let its top AI firms buy Nvidia H200 chips
Alibaba, ByteDance, and DeepSeek are set to get permission. (Information $)
+ China had previously withheld approval despite US authorization. (Reuters $)
2 NATO is building a network to stop Russian attackers in their tracks
It will use sensors, drones, satellites, and AI to detect them. (Business Insider)
+ Troops are donning odd camouflage to elude drones. (Economist $)
+ The US wants cheaper drones as Iran’s wrecking its Reapers. (Ars Technica)
3 Researchers have a new idea to fight future El Niños: dimming the sun
Deflecting solar energy could cool the ocean and mitigate the risks. (Wired $)
+ But there could be unexpected consequences. (New Scientist $)
+ And geoengineering as a field is getting a reality check. (MIT Technology Review)
4 Meta is patenting an AI device that records users to analyse emotions
It ostensibly aims to tailor workout plans to the user’s mood. (404 Media)
+ AI memory is privacy’s next frontier. (MIT Technology Review)
5 Chipmakers are going vertical as Moore’s Law slows
They’re stacking transistors to keep chips advancing. (Economist $)
+ IBM is betting on the technique. (MIT Technology Review)
6 Ivy League students suspected of AI cheating saw scores fall in person
From 96% all the way down to 48%. (Ars Technica)
+ AI giants want to take over the classroom. (MIT Technology Review)
7 A new study says parents’ phone addictions damage bonds with kids
It can exacerbate “insecure attachment” for life. (Bloomberg $)
+ And make children more anxious and avoidant. (Gizmodo)
8 A judge approved Musk’s $1.5 million Twitter settlement with the SEC
Despite what she called “serious misgivings” and “red flags.” (Reuters $)
+ Musk was accused of skirting stock disclosure rules. (Fortune)
9 Shoebox-sized “detector satellites” could find nuclear bombs in space
Cubesats carrying the detector could sense a bomb’s radiation. (Space)
+ Russia is suspected of developing space-based nukes. (Reuters $)
10 A World Cup match drove Google Search traffic to a new record
The milestone came after Argentina’s comeback against Egypt. (CNBC)
Quote of the day
“I talk about it on Tic Tac.”
—President Donald Trump tells the public where to find his insights on the dangers of communism, Gizmodo reports.
One More Thing

Robots are bringing new life to extinct species
Paleontologists aren’t easily deterred by evolutionary dead ends or a sparse fossil record. And in the last few years, they’ve developed a new trick for turning back time and studying prehistoric animals: building experimental robotic models of them.
In the absence of a living specimen, an ambling, flying, swimming, or slithering automaton is the next best thing for studying the behavior of extinct organisms. Learning more about how they moved can in turn shed light on their lives, such as their historic ranges and feeding habits. Scientists can simply sit back and observe their behavior in different environments.
—Shi En Kim
We can still have nice things
A place for comfort, fun, and distraction to brighten up your day. (Got any ideas? Drop me a line.)
+ Georgia Hill’s monochrome artworks are filled with visual harmony.
+ AI has salvaged text from a papyrus scroll burned to a crisp when Mount Vesuvius erupted 2,000 years ago.
+ Rare images taken by a Japanese space probe show a near-Earth asteroid resembling a cuddly snowman.
+ “Another One Bites the Bee Gees” smoothly merges two classic tracks with a 4/4 time signature into the perfect song for applying CPR.
I was really looking forward to July 4, and not just because I love a poolside barbecue. This year the American holiday also marked a big symbolic deadline for US nuclear power.
Last year the Trump administration set a goal to see three new microreactors achieve criticality, a technical milestone establishing that a reactor can sustain a chain reaction, by the nation’s 250th birthday. And just in time, four reactors did so.
It was a lofty goal, and seeing not just three but four companies meet it is certainly a positive sign for emerging nuclear technologies at a time when the world is facing increased need to increase electricity supply and address climate change with emissions-free technologies.
But achieving criticality doesn’t mean a reactor is ready to provide electricity for the grid (or at all, for that matter). Let’s untangle what this program’s success could mean for nuclear power in the US, and where these companies might go from here.
The Reactor Pilot Program essentially opened a special door for prototype reactors to fast-track development. In August, the US Department of Energy selected 11 reactor projects for the program and offered them land and support from the national labs system. These are all microreactors; the large light-water reactors that dominate the grid today are tens or even hundreds of times their size.
Antares Nuclear was the first to achieve criticality, reaching the milestone in June in its Mark-0 test reactor. Reactors from Valar Atomics, Deployable Energy, and Aalo Atomics followed. (Aalo hit the mark in the early hours of July 4—an inspiring example of just barely meeting a deadline.)
The speed with which these companies hit this milestone is impressive, especially in an industry known for massive projects that frequently blow past deadlines and stated budgets. (Valar, Antares, and Aalo were all founded in 2023, and Deployable started in 2025.) But reaching criticality and running a reactor that can produce electricity are two totally different things.
All these reactors reached what’s called zero-power criticality. Basically, it’s a test of whether you can start a nuclear chain reaction, with no meaningful power coming from the reactor. “A zero-power-criticality test can be achieved without making real engineering progress on fuel or design,” Kathryn Huff, a former assistant secretary for nuclear energy and chair of the Department of Nuclear Engineering and Engineering Physics of the University of Wisconsin–Madison, said on an episode of the Catalyst podcast earlier this year.
Now, with the completion of this program, the companies will need to continue their work to make power, which could involve some big technical challenges. In some cases they’ll need to add significant equipment, like the cooling systems to transfer the heat out of the reactor core.
The companies are projecting aggressive timelines moving forward. Aalo says it’s already begun work on the second reactor and plans to produce 10 megawatts of electricity to power an on-site data center in 2027. Deployable Energy says it plans to deploy commercial reactors by 2028.
I tend to take timelines from startups, especially in nuclear, with a grain of salt. Not only are these remarkably complex technical machines, but companies often run into problems outside their own control, like regulatory challenges—which these new projects could soon face.
The Nuclear Regulatory Commission is in charge of civilian and commercial nuclear use in the US, and historically, the process to get nuclear reactors approved has been quite slow.
The agency did propose a new framework for microreactor approvals earlier this year, which is designed to speed up the process—but it’s yet to be seen how quickly things will move. (And it’s worth noting here that some nuclear experts have questioned whether the agency under the Trump administration is loosening nuclear rules too much.)
Some nuclear supporters aren’t applauding the microreactor milestone. Federal focus on the program is an “unhelpful diversion” from goals to meaningfully increase nuclear capacity, according to one analysis by Third Way, a public policy think tank. “Artificially accelerating project timelines is a short-term solution, not a long-term fix,” the memo reads.
Criticality is a big first step, but a lot will still have to happen for any of these microreactors to come online, much less for these small reactors to be a significant source of electricity for the grid.
This article is from The Spark, MIT Technology Review’s weekly climate newsletter. To receive it in your inbox every Wednesday, sign up here.
Do you know which new Instagram features change how your content gets discovered and who it reaches? Wondering how Reels could do more for your business? In this article, you’ll discover four new Instagram features that could reshape your marketing. #1: Instagram Plus Subscription and Stories Features Instagram has launched Instagram Plus, a $3.99/month optional […]
The post Instagram Plus Stories Features, User-Controlled Algorithms, and Episodic Reels: What Marketers Need to Know appeared first on Social Media Examiner.

Crypto venture firm Paradigm is widening its investment gaze toward AI and other frontier industries with its latest fund.

Zapper provided crypto market data to over 2 million monthly active users and oversaw more than $13 billion in processed transactions during its peak.

The size and scope of the US stock market “gives policymakers a strong incentive to backstop major drawdowns,” said Bitget Wallet COO, Alvin Kan.

Bitcoin faces renewed sell pressure amid an oil price surge, Japan economic contagion risks and a fresh round of selling from Strategy.
