SYNTHESIS NOTE
TopicsLooped Modelsthis note

Can reasoning be learned during pretraining rather than after?

Does building iterative computation into the pretraining phase itself allow language models to develop reasoning before post-hoc fine-tuning? And if so, does latent reasoning align better with outputs than explicit chain-of-thought?

Synthesis note · 2026-06-03 · sourced from Looped Models

Modern LLMs learn to "think" mainly through explicit text generation (CoT), which defers reasoning to post-training and under-leverages pretraining data. Ouro takes the opposite path: a family of pretrained Looped Language Models (LoopLM) that build reasoning into the pretraining phase through iterative computation in latent space, an entropy-regularized objective for learned depth allocation, and scaling to 7.7T tokens. The headline efficiency is striking — 1.4B and 2.6B Ouro models match up to 12B standard transformers (a 2–3× efficiency gain).

Two findings make this more than a parameter-efficiency trick. First, controlled experiments show the advantage stems not from increased knowledge capacity but from superior knowledge manipulation — the same facts, used better. Second, LoopLM's intermediate predictors are strongly aligned with the final predictor, so its latent reasoning traces are more faithful to the final answer than explicit CoT — a safety-relevant property, since articulated reasoning that diverges from the answer is exactly the failure mode CoT-monitoring fears.

This is the pretraining-native member of the recurrence cluster. Where How do looped language models actually improve reasoning in depth? explains the mechanism and Can tiny recursive networks outperform massive language models? shows it at tiny scale post-hoc, Ouro shows the same looping pays off when baked into pretraining — and reframes the faithfulness debate, since the latent trace is structurally tied to the output.

Inquiring lines that read this note 10

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Does reinforcement learning teach reasoning or just when to reason? How do training priors constrain what context information can override? How do training data properties shape reasoning capability development? Do base models contain latent reasoning that training can unlock? Why do continual learning scenarios trigger catastrophic forgetting and interference? What capability tradeoffs emerge when scaling model reasoning abilities? Do language models learn genuine linguistic structure or just surface patterns? How do neural networks separate factual knowledge from reasoning abilities?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 85 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

looped language models build reasoning into pretraining via iterative latent computation — efficiency comes from knowledge manipulation not capacity