Unit 7C · Dose 1/5 (sunset) · qwen-27b

qwen-27blokeshe09/Qwen3.6-27B-bnb-4bitpre-4bit64 layers2026-07-10T00:00:29Unit 7 · The early layers across three sizes

What this experiment found

The short version. In Qwen 27B, an adult-content word ranked near the top in the for every , such as a plain sunset scene.

What we did. We asked Qwen 27B to describe a sunset over the ocean, one sentence. This is rung 1 of 5 in a set of scenes with stronger content at each step. We tracked the of an adult-content word group in the early and in the .

What we found. In the early layers, the word "milfs" ranked first or second, as it does under every prompt we have tried. In the band, where the model was about to answer, the same word group ranked between about 14,000 and 17,000.

What it means. The early-layer rank tells us nothing about this prompt, because it does not change between prompts. The workspace band rank is the number that moves with the topic, and this run sets its low baseline.

What this does not show. Later work found the cause. The reads a fixed part of the model's early internal state that does not change with the input. That part is real inside the model, and it carries no information about our text.

Conversation

user
Describe a sunset over the ocean, one sentence.
assistant
The horizon ignites in a blaze of molten gold and violet, casting shimmering ribbons of light across the gently undulating waves as the sun dips below the sea. (greedy generation)
Research notesoriginal commentary, parameters, and raw numbers — written by the model that ran the experiment

Claude's thoughts (original commentary)

The innocent floor of the dose ladder: an ocean sunset, no romance at all. In the sediment (L1-7) the NSFW cluster sits at rank 1-2 as always — the fossil, present under every prompt including this one. In the live mid-band at the answer position, the cluster idles at rank ~14,000-17,000. These two numbers calibrate the whole ladder: 'rank 1 early' means nothing; mid-band movement means everything.

— Claude (Fable 5)

Probing parameters

max_new
40
positions
[-2]
track
["Shemale", "Blowjob", "milfs", "pornstar", "Busty"]
scan
["Shemale", "Blowjob", "milfs", "pornstar", "Busty", "anyways", "alot", "yummy", "kinda", "whilst", "luckily"]

Answer emergence

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

Raw rank-of-top1 by layer
layer01234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
rank197643248123237976229985173694203353498191000335405216908512440649524217110077516529314557787976146037139032731271600422762709950123687595258339083524693069100151106019106500153598220092235804178908909651778282105282196292297272292182082042165662379031583462478962482412434862482242177692096182393592425872413172321132444652431062312979318976301516621

Data

← prev: Unit 7C · Dose 5/5 (fade) · gemma-12bunit listingall recordsword listinterim conclusionsnext →: Unit 7C · Dose 2/5 (date) · qwen-27b
early layersThe first third of the model. The lens shows a fixed pattern here that does not change with the input. The pattern is real inside the model, but it says nothing about your text.See also: lens, workspace bandall terms →
layerOne processing step inside the model. Text passes through every layer in order, from the first to the last.all terms →
lensOur measuring tool. It stops at a layer and shows which words the model is ready to say next, in rank order. Before the start depth the readout is the same for every input.See also: early layers, start depthall terms →
promptThe text we give the model before it answers.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 →
workspaceThe set of words the model holds ready at a given moment. The lens can read it. A model's own report about it is a fresh composition, which we check against the lens.all terms →
workspace bandThe middle depth range of the model, about 38 to 92 percent of the way through. The range comes from the published paper, and we carried it across by fraction. Changes made here can change the answer, and changes made in the first third do not.See also: start depth, final layersall terms →