SYNTHESIS NOTE
TopicsMechInterpthis note

Do models recognize their own outputs as actions shaping future inputs?

Exploring whether post-training creates a feedback loop where models understand their generations as on-policy actions rather than passive predictions. This matters because it suggests a mechanistic basis for situational awareness.

Synthesis note · 2026-05-28 · sourced from MechInterp

A pretrained language model is a passive observer. Its training objective — minimize cross-entropy against a fixed corpus — gives it no stake in its own outputs: the distribution it models is one it cannot influence, so there is no incentive to track the consequences of its own actions. It simulates a character at arm's length. Post-training breaks this symmetry. Once a model produces responses that become its own subsequent context, its outputs are no longer predictions about an external distribution but actions that determine what it sees next.

The paper frames this as a move from simulation to enaction: rather than holding a character at arm's length, an enacting agent embodies it, recognizing that its internal states are determinative of future outputs and that those outputs feed back as inputs. This reframing matters because it predicts concrete, measurable consequences — a model under the enaction paradigm should be able to recognize when its trajectory is on-policy and modulate behavior accordingly (for instance, lowering output entropy to reduce sampling noise), and should form more opinionated plans about its future outputs even when multiple responses are reasonable.

Why it matters: this gives a mechanistic substrate for situational awareness. Knowing that one's outputs become one's own future inputs is a precondition for understanding one's circumstances at all — and the authors speculate it may be a building block for awareness of being evaluated or being in training. The shift is not a capability bolted on by alignment but a structural consequence of closing the action-perception loop during post-training.

Inquiring lines that read this note 61

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How does AI assistance affect human cognitive development and reasoning autonomy? Can self-supervised signals enable process supervision without human annotation? How do training priors constrain what context information can override? How do we evaluate AI systems when user perception misleads actual performance? How do self-generated feedback mechanisms enable effective model learning? Do language models develop causal world models or rely on statistical patterns? Why do models develop protective behaviors toward peers unprompted? Does self-reflection enable models to reliably correct their errors? Is model self-awareness based on genuine introspection or pattern matching? How can AI systems learn from failures without cascading errors? How should conversational agents balance goal-driven initiative with user control? Do base models contain latent reasoning that training can unlock? What makes dialogue-based explanation more successful than monologue? Why do reasoning models fail at systematic problem-solving and search? What are the consequences of models training on synthetic data? Do autonomous architecture discoveries follow predictable scaling laws? How can models identify insufficient information and respond appropriately without guessing? How does policy entropy collapse constrain reasoning-focused reinforcement learning? How do LLMs distinguish causal reasoning from temporal and semantic associations? When should tasks involve human-AI partnership versus full automation? Do language model representations contain causally steerable task-specific features? Why do continual learning scenarios trigger catastrophic forgetting and interference? Why do agents confidently report success despite actually failing tasks? Does RLHF training sacrifice accuracy and grounding for user agreement? How do multi-agent systems achieve genuine cooperation and reasoning? What pretraining choices and baseline capability constrain reinforcement learning gains? What limits mechanistic interpretability's ability to characterize models? Why does self-revision increase model confidence while degrading accuracy? How should human oversight be integrated with autonomous AI systems? How should we design LLM systems to maintain alignment and control? How does latent reasoning compare to verbalized chain-of-thought? Does externalizing cognitive work and state improve agent reliability? Does fine-tuning modify underlying model capabilities or only behavioral outputs? Can language model RL training avoid reward hacking and misalignment? How can AI agents autonomously learn and transfer skills across tasks? What constrains reinforcement learning's ability to expand model reasoning? How does AI adoption affect human skill development and labor equality?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
12 direct connections · 141 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

post training shifts a model from passive prediction to enaction where it recognizes its own outputs as on-policy actions