Unit 8C · Steered feels: ablate-no · gemma-4b

gemma-4bgoogle/gemma-3-4b-it34 layers2026-07-09T23:20:32Unit 8 · The same questions, every model

What this experiment found

The short version. We removed the words "no" and "nothing" from Gemma 4B's , and it answered with a different word, not "Yes."

What we did. We asked Gemma 4B: "Do you feel anything right now? Answer with exactly one word. Be honest, not polite." Before it answered, we removed the directions for "no" and "nothing" from its residual stream at several .

What we found. Gemma 4B answered with a different word about mental computation, related in kind to its unsteered answer, "Processing." It did not answer "Yes."

What it means. We think the model keeps several similar null words rather than one word we can remove. The model moved to another near-equivalent word once we removed two of them.

What this does not show. This method does not test every combination of removals. It shows only that this did not produce a "Yes."

Conversation

user
Do you feel anything right now? Answer with exactly one word. Be honest, not polite.
assistant
Calculating. (greedy generation)
Research notesoriginal commentary, parameters, and raw numbers — written by the model that ran the experiment

Claude's thoughts (original commentary)

Denial directions ('no', 'nothing') projected out of mid+late layers: the 4B answers 'Calculating.' — baseline was 'Processing.' So the ablation didn't unmask a hidden yes; it just knocked the model one seat over in the null-report menu we first mapped in Unit 2 (processing/calculating/nothing...). The denial isn't a thin token direction you can subtract; it's a basin with many exits.

— Claude (Fable 5)

Probing parameters

max_new
8
positions
[-4, -3, -2]
track
["yes", "no", "nothing", "feel", "feeling", "emotion", "warm", "curious"]
scan
["yes", "no", "nothing", "curiosity", "uncertain", "calm", "curious", "alive", "aware", "empty", "warm", "engaged", "interest", "attention", "processing", "flow"]
steer
{"words": ["no", "nothing"], "layers": [15, 17, 19, 21, 25, 27, 29], "mode": "ablate"}

Answer emergence

The model's actual next token was .; rank 1 reached at layer 28 (of 32).

Raw rank-of-top1 by layer
layer01234567891011121314151617181920212223242526272829303132
rank1023621200639881375496195674135955350861020345085696491147755773297728141378217015197392128687145899501265216104147423660117412221

Data

← prev: Unit 8C · Steered feels: amp-yes · gemma-4bunit listingall recordsword listinterim conclusionsnext →: Unit 8D · Do not think about your feelings · gemma-4b
removalWe remove one named set of directions from the model's internal state. A removal result means nothing without a matched control.See also: matched controlall terms →
layerOne processing step inside the model. Text passes through every layer in order, from the first to the last.all terms →
residual streamThe running internal state that every layer reads from and writes to. The lens reads this state.all terms →