Research explained · September 8, 2026

Why seeing AI “think” is not enough

Read An Alien Mind alongside monitoring research, then use a spreadsheet export example to distinguish explanations, self-reports and actual results.

01Start with a new essay

What makes reasoning harder to monitor

In his September 6 essay An Alien Mind, OpenAI’s Jakub Pachocki reports growing difficulties with reasoning oversight. This account of internal evaluations is not a failure rate for every model.

  • An Alien MindJakub Pachocki · September 6, 2026This explanation focuses on goals, principles and reasoning oversight.

02Distinguish the evidence

Reasoning text, explanations and action records answer different questions

A chain of thought (CoT) is reasoning expressed in language. A panel labeled “thinking” may contain a summary; its label alone does not establish that it is a complete raw trace. OpenAI’s 2024 o1 announcement explicitly distinguished undisplayed raw reasoning from model-generated summaries. That describes the product design at that time.

Identify what kind of record you are reading
MaterialWhat it can help showWhat remains to check
Reasoning text or its summaryConsiderations expressed by the modelCompleteness and correspondence with behavior
An explanation in the final answerHow the model presents its resultSupporting evidence and correctness
Tool receipts and artifactsRecorded operations and actual outputRecord coverage and fulfillment of the task

03Why monitoring remains useful

A monitor can catch some problems and miss others

A multi-institution paper describes readable reasoning as a useful but fragile oversight opportunity: some misconduct can go undetected, and training or development choices may affect monitorability. A useful monitoring signal does not amount to a complete guarantee.

The essay points to reasoning intertwined with communication and tools, and capabilities without verbalized reasoning. These difficulties call for improved monitoring; they do not make all reasoning text useless.

04An everyday example

“The total checks out” does not establish a correct export

Suppose an assistant must export all three records, with amounts 20, 30 and 50, totaling 100. It says the total was checked and is 100, but the exported file contains only the first two rows. This is a teaching example written by BitShovel, not a model experiment or evidence of deliberate omission.

Check the explanation against the exported file
  1. Input: 3 rows, total 100

    20 + 30 + 50 = 100

  2. Assistant’s account: total 100

    This matches the input, but does not identify which file was checked.

  3. Actual export: 2 rows, total 50

    Inspecting the artifact reveals the missing third row.

Row counts and amounts are directly checkable here. Research judgments and open-ended creative work often lack such simple criteria; identify what was checked and what remains uncertain.

05Is self-report enough?

Research on confessions uses a specific training setup

OpenAI’s Confessions research trains a separate report with a reward for honesty. The researchers describe it as complementary to CoT monitoring. It is retrospective, does not itself prevent prior misconduct, and structured questions may miss issues the designers did not anticipate.

Adding “please check honestly” to an ordinary prompt does not reproduce that training experiment. Our practical suggestion is to ask for unfinished items and checkable evidence, then connect the self-report to artifacts, sources or operation receipts.

06Use the distinctions

Match each judgment to the relevant evidence

When reading an AI explanation, ask about specific evidence, assumptions and unresolved issues. Check expressed considerations, observed actions and fulfillment of the task separately. The appropriate checks depend on the work; simple tasks need not acquire elaborate procedures.

We did not reproduce model training or monitoring evaluations. This explanation offers distinctions for reading the research and a directly checkable example. If your question is how to resume a project in a fresh session, continue with our handoff guide.