Sep 23, 2025 · 32m · latent-space
⚡️ Beyond Transformers with Power Retention
gold bands on the timeline = statements, start to end. Hover to read, click to jump. CC turns on captions
In this episode of the Latent Space Podcast, Diego Bachman of Manifest AI discusses replacing transformer attention bottlenecks with Power Retention, an architecture utilizing fixed-size memory state. Diego demonstrates how custom CUDA kernel optimization via the Vidrio framework and model metamorphosis enable dramatic inference speedups, reduced memory overhead, and efficient long-context processing.
How this conversation actually went
Every chapter scored 0–10 on four independent dynamics. Hover any point for the reasoning behind the score. How this is scored →
speaking balance: gold is the hosts, purple is the guest (3 minute bins)
Diego dismisses models advertising 256k context as untrue transformers relying on windowed attention band-aids that discard critical information.
Hardest push from the hosts ▶ 24:53 Questioning why providers wouldn't convert everythingAlessio challenges the narrative by pressing Diego on whether there are hidden downsides preventing every major inference provider from immediately converting all models.
Biggest teaching moment ▶ 29:45 Exposing the illusion of pretraining context lengthDiego explains to listeners and the host that 90% of pretraining web documents are under 2k tokens, meaning long-context compute is largely wasted through document packing.
The host holds their own ▶ 8:14 Demonstrating deep kernel engineering knowledgeAlessio showcases host expertise by bringing up low-level CUDA kernel execution and highlighting Manifest's performance gains over Tri Dao's original FlashAttention-2 implementation.
the scores for every segment, with the reasoning behind each
| Chapter | Topic | The hosts as informed peer | Guest teaching | Guest disagreement | The hosts pushing back | Why |
|---|---|---|---|---|---|---|
| Transformer Bottlenecks and the Power Retention Architecture | 3 | 7 | 5 | 0 | Alessio invites Diego to explain the founding thesis behind Manifest AI. Diego gives an in-depth critique of standard transformers, dismissing 256k-context claims as windowed Band-Aid solutions that degrade middle-context recall, and introduces the fixed-memory power retention architecture. | |
| Inference Efficiency and Memory Allocation with Power Retention | 5 | 6 | 1 | 1 | Alessio demonstrates familiarity with prefix caching economics in inference serving. Diego explains how dynamic KV cache sizing creates complex GPU scheduling problems, contrasting it with power retention's deterministic memory partitioning. | |
| Vidrio Framework and Just-In-Time CUDA Kernel Optimization | 6 | 6 | 1 | 0 | Alessio showcases technical understanding of low-level kernel optimization by noting Manifest's faster reimplementation of FlashAttention-2. Diego explains the mechanics of Vidrial, describing its empirical JIT parameter-sweeping approach across GPU configurations. | |
| Model Metamorphosis: Converting StarCoder into PowerCoder | 5 | 5 | 1 | 1 | Alessio prompts about the metamorphosis technique and mentions compute partners like SF Compute, but misidentifies StarCoder's base context window as 8k. Diego gently corrects it to 4k and shows training loss convergence curves in Log Cabin. | |
| Live Demonstration of Manifesto Code Repair Tool | 3 | 3 | 0 | 0 | Diego presents a live demonstration of the Manifesto code repair tool fixing broken classes inside a NanoGPT repository. Alessio provides supportive facilitation, prompting Diego to zoom in and commenting on training data overlap. | |
| Expanding the Open-Source Ecosystem and Provider Partnerships | 5 | 4 | 1 | 1 | Alessio asks whether inference providers like Together or Fireworks should convert every model to power retention and probes for potential downsides. Diego explains the strategic value for chain-of-thought inference workloads. | |
| Scaling Power Retention and Overcoming Institutional Inertia | 5 | 5 | 2 | 1 | Alessio asks how far the team is from training frontier-scale GPT-5 models using power retention. Diego draws historical parallels to early Transformer adoption, acknowledging the substantial institutional inertia at major labs. | |
| Training Benchmarks, Hiring, and Long-Context Data Needs | 3 | 6 | 2 | 0 | Diego checks back on the live benchmark showing a 5x training iteration speedup, makes recruiting pitches, and explains why standard document packing across short web texts undermines authentic long-context learning. |