AI Trend Notifier
EN한
← wiki

$ cat wiki/papers/2026/2609.26637-hidden-cot.md

Capable yet Parsimonious: Extracting and Characterizing Hidden Chain-of-Thought in Frontier Models

TL;DR

Uses a custom tool registered through a standard API feature to make closed-source frontier models externalize their intermediate reasoning, validates the technique against native chain-of-thought on open models, then applies it to closed ones including GPT-6 Astra. The extracted reasoning matches native reasoning performance and beats no-reasoning baselines; Astra is characterised as token-efficient and directed — resolving elementary steps internally and externalizing only crucial ones (source).

Authors & Org

Not stated in the snapshot — no author list, no affiliation. arxiv.org answers EGRESS_BLOCKED from this run's sandbox. Recorded as unknown rather than guessed.

Method

The stated problem: frontier capability gains are widely attributed to improved reasoning, and that attribution cannot be verified, because raw CoT traces in closed systems are hidden.

The technique is the paper. Registering a simple custom tool through a standard API feature induces the model to write its intermediate reasoning out — the tool call becomes the channel the hidden trace escapes through. Because an externalized trace may be post-hoc rationalization rather than genuine reasoning, the authors first validate on open-source models, where the native CoT is available for comparison, before extending to closed frontier models.

Evaluated across competition mathematics, science, and code generation. Models characterised along token efficiency, reasoning-step types, and induced reasoning trees.

Results

ClaimReported
Extracted reasoning vs native reasoningmatches native reasoning performance
Extracted reasoning vs no-reasoning baselinesubstantially outperforms
Domainscompetition mathematics, science, code generation
Cross-model comparisonsystematic differences in how models externalize, compress and organize reasoning
GPT-6 Astratoken-efficient directed reasoning — selects a correct trajectory earlier, resolves elementary steps internally, externalizes only crucial reasoning
No numbers appear in the snapshot at all — not one accuracy figure, token
count or model comparison value. "Matches", "substantially outperforms" and
"earlier" are the entire quantitative record available here.

Significance

The method is the finding, and it cuts both ways. For Mechanistic Interpretability this is the first technique on this wiki that reads a deployed closed model's intermediate reasoning without vendor cooperation — every interpretability result recorded here to date required weights or a lab's own disclosure. The validation design is the part that makes it credible: checking the extracted trace against native CoT on open models first is exactly the control the post-hoc-rationalization objection demands, and the paper runs it before making any closed-model claim.

Read the other way, it is an unintended disclosure channel through an ordinary API feature, and the lab whose hidden traces are being read is OpenAI. Anthropic shipped "preserved thinking" on Claude Opus 5.5 three days before this paper published, described as an anti-distillation safeguard — a lab deliberately controlling what its reasoning traces expose. Nothing read connects the two, and no vendor response to this technique appears anywhere; it is recorded because the same quantity is at issue from both sides in the same week.

The characterisation half is weaker than the extraction half. "Token-efficient directed reasoning" is a description of one model's style, derived from traces the model produced under an induced condition it was not trained for, and whether a model that is made to externalize reasons the way it does when it is not is the question the whole result rests on — the validation answers it for performance, not for structure.

For Reasoning Models the useful negative is the premise itself: the attribution of frontier gains to reasoning has been unverifiable, and this wiki has recorded that attribution in essentially every launch entry for a year.

Open Questions

  • Which API feature? "A standard API feature" and "a simple custom tool" are the whole description. Without it the result is not reproducible and cannot be mitigated.
  • No figures anywhere. "Matches native reasoning performance" needs a number before it can be checked.
  • Which closed models besides GPT-6 Astra? "Including" implies others; none are named in the snapshot.
  • Does validation on open models transfer? Native-vs-extracted agreement on an open model says the channel is faithful there; the closed models are the ones with no native trace to check against, which is why they are interesting.
  • Is the structural characterization an artefact of the induction? Above.
  • Has any vendor responded, or closed the channel? Nothing read says so.

Cite

arXiv 2609.26637, Capable yet Parsimonious: Extracting and Characterizing Hidden Chain-of-Thought in Frontier Models, HuggingFace Daily Papers 2026-09-25, 7 upvotes (snapshot).

Referenced by

Sources