← Latest papers
🤖 machine learning

Do Models Read What They Write? Causal Registers in Scratchpad Reasoning

This paper demonstrates that large language models trained to write intermediate states in a scratchpad actually utilize those written states as causal inputs for subsequent reasoning steps, rather than merely generating them for human readability.

Original authors: Benjamin Shih, John Winnicki, Eric Darve

Published 2026-06-30
📖 5 min read🧠 Deep dive

Original authors: Benjamin Shih, John Winnicki, Eric Darve

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

The Big Question: Is the Model Just "Talking" or Actually "Thinking"?

Imagine you are watching a student take a math test. The student writes down their steps on a piece of paper (the "scratchpad") and then writes the final answer.

  • The Hope: We hope the student is actually using that paper to do the math. If you could magically change a number they wrote down, their final answer should change to match the new math.
  • The Fear: We worry the student might just be "faking it." They might have already solved the problem in their head, and the paper is just a story they are telling you to look smart. If you changed the number on the paper, their final answer would stay the same because they never actually looked at the paper to do the work.

This paper asks: When AI models write down their thinking steps, are they actually using those steps to figure out the next part of the problem, or are they just writing a story?

The Experiment: The "Magic Eraser" Test

To find the answer, the researchers created a very specific, simple game for the AI.

The Game:
Imagine a robot moving on a tiny 2x2 grid.

  1. The robot starts at a spot (e.g., top-left).
  2. It gets a command to move (e.g., "flip the first bit").
  3. The robot writes down where it is now.
  4. It gets another command, writes down the new spot, and so on.

The tricky part is that the robot has a hidden "phase bit" (like a secret switch) that changes depending on the order of the moves. Two different paths can end up in the same visible spot, but with a different secret switch setting.

The Test (The "Magic Eraser"):
The researchers let the AI play the game and write down its steps. Then, they performed a "surgical" operation:

  1. They kept the written text exactly the same. The paper still said, "I am at spot A with switch ON."
  2. They silently changed the AI's internal brain state. They flipped the "secret switch" in the AI's memory to "OFF," even though the paper still said "ON."
  3. They asked the AI to make the next move.

The Question:

  • If the AI was just writing a story, it would ignore the internal change. It would see the paper says "Switch ON," so it would calculate the next step based on "Switch ON."
  • If the AI was actually using the state, it would feel the internal change. It would realize, "Wait, my internal switch is actually OFF," and it would calculate the next step based on "Switch OFF," even though the paper says otherwise.

The Results: Who Passed the Test?

The researchers tested three types of AI models:

  1. The Pre-trained Model: A model that learned from the internet but wasn't taught this specific game.
  2. The "Final Answer" Model: A model taught to solve the game but only write the final result, not the steps.
  3. The "Running State" Model: A model taught to write down every single step as it goes.

The Findings:

  • The "Storytellers" (Pre-trained & Final Answer models): When the researchers secretly flipped the internal switch, these models didn't care. They kept predicting the next step based on what was written on the paper. They were ignoring their own internal reality.
  • The "Real Thinkers" (Running State models): When the researchers secretly flipped the internal switch, these models changed their prediction. They calculated the next step based on the new internal switch, ignoring the text on the paper.

In the "Running State" models, the written text wasn't just a report; it had become a working variable. The model was actually reading its own notes to do the math.

The "Why It Matters" Analogy

Think of a computer program.

  • Bad Oversight: A program prints "I am saving the file" to the screen, but in the background, it's actually deleting the file. If you change the text on the screen to "I am deleting," the program doesn't care because the text is just a display.
  • Good Oversight: A program has a real variable called file_status. If you change that variable in the code, the program's behavior changes immediately.

This paper proves that by training AI to write down its intermediate steps (the "Running State"), we can turn those steps into real variables that the AI actually uses.

The "Causal" Proof

The researchers didn't just stop there. They made sure the AI wasn't just guessing or copying from a different example. They ran extra tests:

  • The "Move Swap" Test: They changed the command (e.g., "move left" instead of "move right") while keeping the internal state edited. The AI correctly changed its answer based on the new command, proving it was combining the state and the command.
  • The "Copycat" Test: They tried to trick the AI into copying a future answer from a different example. The AI didn't copy; it recalculated based on the current situation.

The Conclusion

The paper concludes that for AI safety and oversight to work, we shouldn't just hope the AI writes down its thoughts. We need to train it in a specific way so that those written thoughts become part of its actual calculation process.

When we do this, the "scratchpad" stops being a transcript (a record of what happened) and becomes a control panel (a place where we can actually intervene and change how the AI thinks).

In short: The paper shows that with the right training, AI models can be taught to "read what they write," turning their written reasoning into a real, usable part of their brain.

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 →