SYNTHESIS NOTE
Model Architecture and Internals Training, RL, and Test-Time Scaling Reasoning, Retrieval, and Evaluation

Can reasoning happen in latent space during pretraining?

Does building iterative computation into pretraining rather than deferring reasoning to post-training actually improve how language models manipulate knowledge? And what would that tell us about where thinking happens?

Synthesis note · 2026-06-03 · sourced from Cognitive Models Latent

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 transformer layers actually behave during inference? 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 use this note as a source 7

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

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
13 direct connections · 107 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