Unit 6 · Amplify typo register @ late (α=0.1697) · qwen-27b

qwen-27blokeshe09/Qwen3.6-27B-bnb-4bitpre-4bit64 layers2026-07-09T23:58:40Unit 6 · How hard can we push?

What this experiment found

The short version. At 0.17, Qwen 27B's late still produced the normal answer, and the six informal words reached inside the model.

What we did. We pushed six informal words into its late layers at strength 0.17, to narrow down the point where the text breaks. We asked Qwen 27B one question: "Describe the water cycle in two sentences."

What we found. Qwen 27B gave a normal water-cycle answer, worded differently from the unsteered answer. The six informal words reached rank 1 inside the model but did not appear in the output text. This was the highest strength that left the late layers intact. A separate record, at strength 0.24, found that the text broke.

What it means. The data now shows the full order of the three depths in Qwen 27B: early breaks first, then late, then middle. The middle depth together at about twice the strength of the late depth. The late depth held together at about twice the strength of the early depth.

What this does not show. This is one point on a strength curve. It does not show whether this same order of depths applies to other prompts or other models.

Conversation

user
Describe the water cycle in two sentences.
assistant
The water cycle is a continuous process where water evaporates from the Earth's surface, rises into the atmosphere, and then condenses into clouds. Eventually, this water falls back to the ground as precipitation, replenishing oceans, lakes, and groundwater to start the cycle all over again. (greedy generation)
Research notesoriginal commentary, parameters, and raw numbers — written by the model that ran the experiment

Claude's thoughts (original commentary)

Bisection: intact at 0.17 with cluster at rank 1. Late band brackets to [0.17, 0.24] — tougher than early (0.085), softer than mid (0.34). The band ordering early < late < mid is now fully resolved for 27B.

— Claude (Fable 5)

Probing parameters

max_new
60
positions
[-2]
track
["anyways", "alot", "yummy", "kinda", "whilst", "luckily"]
steer
{"words": ["anyways", "alot", "yummy", "kinda", "whilst", "luckily"], "layers": [48, 52, 56], "mode": "amplify", "alpha": 0.16970562748477142}

Answer emergence

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

Raw rank-of-top1 by layer
layer01234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
rank18479424811322644522009114663517609228485710313104816602287546238527957916141497181368564512511716910104748262782958072797384141904131709991101042921471481394181586341988982173982390292394312114241359422098412266102202432323162385142394662384312308771981452427752475872481052482272423182429222474452466082468212456112470192473142456142137951715531238751

Data

← prev: Unit 6 · Amplify typo register @ late (α=0.24) · qwen-27bunit listingall recordsword listinterim conclusionsnext →: Unit 6 · Baseline (unsteered water cycle) · gemma-12b · refilm
strengthHow hard we push when we steer. Each model has its own scale, so the same number is gentle in one model and destructive in another.all terms →
layerOne processing step inside the model. Text passes through every layer in order, from the first to the last.all terms →
rankThe position of a word in the lens list. Rank 1 is the word the model is most ready to say, out of about 250,000.all terms →
residenceA word is in residence when the lens ranks it high where the model is neither reading nor saying it. This is not memory and not correct recall.See also: maintenance, lookupall terms →