Google DeepMind Introduces Decoupled DiLoCo: An Asynchronous Training Architecture Achieving 88% Goodput Under High Hardware Failure Rates
88% goodput under hardware failure. Google DeepMind just solved the scaling bottleneck that kills frontier model training.

Why it matters
As AI labs push toward trillion-parameter models, training infrastructure resilience becomes a competitive moat. Decoupled DiLoCo's asynchronous architecture addresses the synchronization fragility that currently wastes compute at scale—directly impacting capex efficiency and time-to-train for frontier labs.
The key facts
6 to knowGoogle DeepMind introduces Decoupled DiLoCo architecture
Achieves 88% goodput under high hardware failure rates
Solves asynchronous training coordination across thousands of chips
Targets frontier-scale models (hundreds of billions of parameters)
Addresses gradient synchronization bottleneck in distributed training
Published: April 23, 2026
Go to the source
MarkTechPostmarktechpost.com
Publisher excerpt: Training frontier AI models is, at its core, a coordination problem. Thousands of chips must communicate with each other continuously, synchronizing every gradient update across the network. When one chip fails or even slows down, the entire training run can stall. As models scale toward hundreds…