Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Looped Transformer

Looped Transformer

Transformer architecture that reuses the same block weights multiple times to add depth without adding parameters.

Year: 2024Generality: 550Added: Sep 2, 2026
Back to Vocab

A looped transformer applies the same stack of layers to the same hidden representation more than once, sharing weights across iterations. Instead of stacking N distinct transformer blocks for depth, the model unrolls a smaller block K times. When the loop count is fixed, the design is sometimes called recurrent depth; when the count can vary per token, looped transformer.

The design builds on universal transformers, deep equilibrium models, and weight-tied recurrent networks. In 2024 and 2025, it was used to scale depth on a fixed inference budget. According to The Information, OpenAI's Astra model, reported in September 2026, uses a recurrent depth or looped transformer design.

Because weights are shared across iterations, effective compute grows with the loop count while memory does not. Mixture-of-Recursions adds a learned router that assigns each token a per-input loop budget, letting the model allocate depth where it is needed. Looped transformers compose with grouped-query attention, RoPE, and RMSNorm, which is why open-weights models like Nanbeige 4.2 (3B) ship as looped architectures.

Sources

  1. Mixture-of-Recursions: Learning Dynamic Recursive Depths for Adaptive Token-Level Computation

    arXiv · Jul 14, 2025

  2. Secret Technique Behind OpenAI's Astra Model Sparks Security Concerns

    The Information

  3. Sebastian Raschka on OpenAI Astra and Recurrent Depth / Looped Transformers

    X (Twitter) · Sep 2, 2026

Research this in Signals

Scan Looped Transformer for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Looped Transformer already loaded, so edit it or scan as is.