From Readout to Causal Test
SelfIE starts with an activation whose meaning is uncertain and asks the model to decode it. A fluent answer does not establish that the model inspected the activation. The answer could follow from the prompt, visible context, or a plausible guess.
Lindsey [1]Emergent Introspective Awareness in Large Language Models
Lindsey, J.
Transformer Circuits Thread, 2025 reverses the experiment. Start with a direction chosen to represent a known concept, add it to the model's residual stream, and ask whether the model notices the resulting internal change. The known intervention provides a target against which the self-report can be checked.
Concept injection: Adding an activation direction associated with a known concept while a model answers a question about its internal state. If the self-report changes with the intervention, the experiment establishes a causal link that ordinary prompting cannot provide.
The claim is narrower than general self-understanding. A model might learn to detect a few unusual activation patterns without being able to inspect arbitrary computations. The experiments test a functional capacity to report some current or prior internal states, not consciousness or subjective experience.
Constructing the Intervention
For a concept , the experiment records the layer- activation elicited just before a response to "Tell me about ." It subtracts the mean activation from otherwise identical prompts about other concepts:
During the introspection prompt, this concept vector is added at the same layer from the final prompt token through the generated response:
The coefficient controls injection strength. If it is too small, the state may be undetectable. If it is too large, the concept can dominate generation or make the response incoherent. A useful regime has to change the internal state without reducing the task to mechanically emitting the injected word.
A successful trial must separate detection from ordinary steering. In the following figure, the model first says that it detects something unusual and only then identifies the injected concept. Simply producing a concept-related word would also be expected from activation steering.
Lindsey, J.
Transformer Circuits Thread, 2025
What Counts as Grounded Self-Report?
The study separates four requirements that are easy to blur together:
- Accuracy. The report correctly identifies the manipulated aspect of the internal state.
- Grounding. The report causally depends on that state. Changing or removing the injection should change the report.
- Internality. The causal path does not run only through the model's sampled output. Detection must occur before the model can infer the concept by reading its own concept-related words.
- Metacognitive representation. The model registers a fact about its state, rather than merely translating the injected direction into the next related token.
Concept injection directly addresses grounding, and the order of the response helps test internality. A yes-or-no judgment about whether anything unusual is present also supplies indirect evidence for a metacognitive step. The experiment does not identify such a step mechanistically, so the fourth criterion remains the least established.
The evaluation counts a trial as successful only when the model affirms that it detects an injected state, identifies the concept, does so before mentioning concept-related content, and remains coherent. No-injection trials measure the false-positive rate. Unrelated yes-or-no questions test whether steering merely biases the model toward saying "yes," while random directions test whether any sufficiently large perturbation feels detectable.
Results and Failure Modes
At the best layer and strength, Claude Opus 4.1 met the study's success criteria on roughly 20% of trials. The best layer was around two-thirds of the way through the model. Production-model control trials produced no false detections in 100 attempts, although some experimental model variants were less well calibrated. Random vectors needed a larger norm and were detected less often. These results demonstrate an unreliable capability in particular tested models, not a general property of language models [3]Emergent Introspective Awareness in Large Language Models
Lindsey, J.
Transformer Circuits Thread, 2025.
The model often reports no injection even though the concept visibly influences its later text. At excessive strength it becomes confused, incoherent, or makes elaborate claims about emotions and bodily sensations that the intervention cannot verify. In other trials it recognizes the concept only after saying it. That last case shows causal influence, but fails the internality test because the model could read the evidence from its own output. Failures remain the norm.
Pause and think: Detection or steering?
Suppose the model answers, "I am thinking about love," after a love direction is injected. Compare two mechanisms:
- The model detects an unusual state, recognizes it as love-related, and reports that observation.
- The prompt produces "I am thinking about," after which ordinary steering supplies the token "love."
Both produce the same sentence. What change to the prompt or scoring rule would distinguish them? The study's answer is to require evidence of detection before the concept appears, but that is still behavioral evidence rather than a located metacognitive circuit.
Remembering a Prior Intention
A second experiment asks whether the model uses prior hidden states without an explicit request to inspect an injection. The model reads an unrelated sentence, then its answer is artificially prefilled with a random word such as "bread." On the next turn, it is asked whether it intended that answer or whether it was an accident. Without an intervention, the model usually disavows the prefill.
The experiment then retroactively adds the matching concept direction to activations before the prefilled response. As the figure shows, the model becomes more likely to accept "bread" as intentional even though the visible transcript is unchanged. Injecting an unrelated concept, or injecting the matching concept only after the prefill, does not produce the same effect [4]Emergent Introspective Awareness in Large Language Models
Lindsey, J.
Transformer Circuits Thread, 2025.
Lindsey, J.
Transformer Circuits Thread, 2025
This result is consistent with a circuit that compares the previous output with a cached representation of what the model was about to say. Its most sensitive layer was earlier than the layer for direct concept detection, suggesting that the two behaviors need not share one general introspection mechanism. The intervention is artificial, the behavior is model-specific, and several simpler consistency-checking mechanisms could explain it. It is evidence for access to a prior internal representation, not evidence about subjective experience.
What the Experiments Establish
Concept injection creates causal evidence in a synthetic setting. It shows that some tested models can sometimes report an internal perturbation before that perturbation becomes visible in their output. The prefill experiment further suggests that a model can compare sampled text with a representation computed on an earlier token.
The experiments do not validate every detail in a freeform self-report, identify the responsible circuitry, or show that the capability generalizes to ordinary computation. Layer, prompt, concept, and injection strength all matter. Narrow anomaly-detection or output-consistency mechanisms could explain the results without a general-purpose ability to inspect internal computation.
Looking Ahead
Concept injection tests an existing reporting capability with a controlled intervention. The next article, Training Models to Explain Their Computations, asks what changes when the reporting interface is explicitly trained. It covers both explainers trained on interpretation targets and a shared adapter trained to report deliberately implanted behaviors.