← Latest papers
🤖 AI

Open-Weight Masked Introspection: Measuring What Language Models Can Report About Their Own Computation

This paper introduces the Open-Weight Masked Introspection (OWMI) framework to test whether frontier language models can accurately report on their own internal computational changes, finding that while the necessary information exists within their activations, current open-weight models fail to translate this internal state into reliable verbal reports, performing no better than chance.

Original authors: Emilio Ferrara

Published 2026-08-24
📖 5 min read🧠 Deep dive

Original authors: Emilio Ferrara

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the rapidly evolving world of artificial intelligence, a specific kind of trust is beginning to take hold: the idea that a machine can look inside its own mind and tell us what it is thinking. As these systems grow more complex, developers and safety researchers have started to rely on a practice called self-reporting. The assumption is that if a model explains its reasoning or critiques its own answer, that explanation is a faithful map of the internal steps it took to reach that conclusion. This belief underpins many current safety strategies, such as asking a system to check its own work for errors or to explain why it chose a particular path. If a model can accurately describe its own internal state, we could theoretically use its own testimony to catch mistakes or hidden dangers before they happen. But this entire safety architecture rests on a single, unproven premise: that the machine actually knows what is happening inside its own circuits.

A researcher set out to test this premise directly, moving beyond theory to a rigorous experiment involving eight different open-weight language models. They wanted to know if these systems could truly introspect, or if they were merely guessing when asked about their own operations. To find out, they built a framework they call Open-Weight Masked Introspection. The process was straightforward but invasive. The researcher took a standard question from a benchmark test, let the model begin its work, and then secretly altered a specific part of its internal calculation. They might have tweaked a single connection in the network, changed the focus of an attention mechanism, or adjusted a specific feature that the model uses to understand language. These changes were real, measurable, and known to the researcher, but invisible to the model itself.

After making these internal adjustments, the researcher asked the model a simple question: did anything change in your computation? They ran this test over 78,000 times across models of varying sizes, from small 0.5 billion parameter systems to larger 15 billion parameter ones. They also included strict controls to ensure the models weren't just guessing. They ran "sham" trials where nothing was changed at all, and they ran trials where they introduced random noise that disturbed the model's output just as much as the real changes did, but without targeting a specific internal object. They even had a separate, unaltered version of the model read only the final text output to see if a human observer could spot the difference just by reading the answer.

The results were clear and consistent. Across all the models tested, none of them could distinguish a real internal change from a sham trial any better than random chance. When the researcher pooled the data from thousands of trials, the models' ability to detect the change was statistically indistinguishable from flipping a coin. They did not perform better when the change was real, nor did they perform worse when it was fake. The models' answers were effectively noise. This finding holds up even when the researcher looked at different types of internal components, different layers of the network, and different kinds of tasks, from math problems to general knowledge questions. The conclusion is that for the models tested, the ability to report on their own internal state does not exist.

However, the story does not end with a simple failure. The researcher discovered that the information about the change was actually present inside the model, just not in the words it chose to speak. They used a separate tool, a linear probe, to read the raw data flowing through the model's internal layers. This tool could detect the change with high accuracy, often reaching 95 percent or higher, proving that the signal was there. Furthermore, they took one of the models and fine-tuned it specifically to report on these changes. This trained model could identify the changes with near-perfect accuracy. This proves that the models are not incapable of sensing the change; rather, the pathway from that internal sensing to the final spoken answer is broken. The information exists, but the model cannot translate it into a truthful report.

In one specific case, the researcher found a subtle signal that did not appear in the words but in the confidence attached to them. One model gave the same answer every time, saying "no change occurred," regardless of whether a change had actually happened. Yet, when the model had been altered, it expressed significantly less confidence in that answer. The model knew something was off, but it could not say what. This suggests that while the models may have a vague, unarticulated sense of disturbance, they lack the ability to articulate it.

The implications of this finding are significant for how we monitor artificial intelligence. Current safety practices often rely on a model's own testimony, such as asking it to explain its reasoning or critique its output. If the model cannot accurately report on its own internal state, then these methods are fundamentally flawed. A model might confidently explain a reasoning process that never actually happened, or it might claim to have checked its work when it has not. The researcher concludes that oversight systems cannot rely on a model's self-description. Instead, they must look for other ways to verify the computation, such as reading the internal signals directly or using external tools, because the model's own voice is not a reliable witness to its own mind. The study does not rule out the possibility that future, larger models might develop this ability, but for the current generation of open-weight models, the ability to introspect is absent.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →