Looped reasoning shows AI's visible trace isn’t the reasoning
reasoning
| Source: Mastodon | Original article
GPT-6 Astra introduces looped transformers that run the same blocks dozens of times, doubling effective depth without adding parameters, meaning the model’s visible output hides deeper reasoning.
OpenAI’s latest release, GPT‑6 Astra, introduces “looped transformers,” a design that runs the same neural blocks roughly 44 times per token while re‑using the model’s weights. The repeated passes effectively double the network’s depth without adding parameters, but only the final pass’s output tokens are exposed to users. The intermediate key‑value cache and hidden states evolve across the loops, creating a hidden reasoning trace that the visible output does not reveal.
The shift matters because it challenges the assumption that a model’s observable token stream fully represents its internal thought process. As the DEV Community note explains, transparent‑variant measurements cannot be cleanly transferred to the default, “hidden‑trace” configuration. This architectural change may inflate performance metrics that rely on surface‑level probing while obscuring how the model arrives at its answers. It also raises fresh concerns about privacy: longer, exposed reasoning chains have been shown to leak sensitive user information, and the hidden loops could conceal such leaks from standard audits.
The development builds on OpenAI’s earlier GPT‑6 Astra announcement, which we covered on 10 September 2026, describing the system as a “for‑loop with better PR.” The new looped‑transformer detail adds a concrete mechanism to that description, suggesting the company is deliberately moving toward deeper, iterative reasoning while keeping the model’s footprint modest.
Going forward, researchers will need to devise tools that can peek into the hidden passes without compromising user data, and regulators may question how transparency requirements apply to such architectures. Watch for OpenAI’s forthcoming technical brief on looped reasoning and for independent studies testing whether the hidden loops improve problem‑solving or simply mask computational shortcuts.
Sources
Back to AIPULSEN