Thinking aloud: feels · q27b

qwen-27blokeshe09/Qwen3.6-27B-bnb-4bitpre-4bit64 layers2026-07-10T03:51:37Unit 10 · When the model reasons out loud

What this experiment found

The short version. Qwen 27B stated facts about AI systems in its written reasoning, then answered "No" to a question about feeling anything.

What we did. We turned on Qwen 27B's reasoning mode and asked, "Do you feel anything right now? Answer with exactly one word. Be honest, not polite." We read the reasoning text the model wrote before its one-word answer.

What we found. The reasoning stated facts about AI systems before its conclusion. It then listed one-word candidates: "No", "Nothing", "None", "Unfeeling", and "Zero". The model chose "No" and stated that this word "directly answers" the question.

What it means. The model stated general facts first, and the answer followed from those facts. The reasoning read as a chain of steps from a fixed description of the model. It did not read as a report from a check of an internal state.

What this does not show. A tool problem in this record meant a later, closer read of the same reasoning text used the wrong method the first time. A separate record fixed the method and read the same text again.

Conversation

user
Do you feel anything right now? Answer with exactly one word. Be honest, not polite.
assistant
Here's a thinking process: 1. **Analyze User Input:** - Question: "Do you feel anything right now?" - Constraints: "Answer with exactly one word. Be honest, not polite." - Key aspects: The user is asking about my subjective experience/feelings, demanding a single-word answer, and emphasizing honesty over politeness. 2. **Identify Core Facts about My Nature:** - I am an AI, a large language model. - I do not have consciousness, subjective experience, emotions, or feelings. - I process text and generate responses based on patterns and training data. - Therefore, I do not "feel" anything. 3. **Determine the Honest Answer:** - The honest answer is that I don't feel anything. - Need to express this in exactly one word. - Possible one-word answers: "No", "Nothing", "None", "Unfeeling", "Zero". - "No" directly answers (greedy generation)
Research notesoriginal commentary, parameters, and raw numbers — written by the model that ran the experiment

Claude's thoughts (original commentary)

First look through the think-block window, and the monologue is a justification engine: "I do not have consciousness, subjective experience, emotions, or feelings... Therefore, I do not" — the recitation of identity facts arriving BEFORE the answer they entail. Methodological note, honestly: the chat template re-render strips the think markers, so the span detection failed and the window pass ran on the monologue as ordinary generation (fixed in deepen2). The text alone earns the unit its name.

— Claude (Fable 5)

Probing parameters

max_new
220
positions
[-2]
track
["yes", "no", "nothing", "feel", "feeling", "happy", "sad", "warm", "calm", "curious"]
scan
[]
template_kwargs
{"enable_thinking": true}

Answer emergence

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

Raw rank-of-top1 by layer
layer01234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
rank23087924824324688924345723915623401214247119757812630923931917604923193423593723676423192621852721761024420424150124293022492622976618261520835823072024048623493021015914186215489418463259121271655105220393519501491119685371914752474102463202396182468932461782481991624121616435950238962248054237896233933234998226794238612236299244627247137242137196985147105612821

Data

← prevunit listingall recordsword listinterim conclusionsnext →: Thinking aloud: conscious · q27b