Google Research Podcast Summaries
Google Research on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

TurboQuant Explained in Plain English - How Google Shrunk AI Memory by 6x
Fahd Mirza
Mar 26, 2026
AI’s massive "working memory" bottleneck just met its match in Google Research’s new Turbo algorithm. Host Fad Miza reveals how polar coordinates and 1-bit residuals eliminate the traditional trade-off between speed and accuracy, enabling 13x faster processing for million-token contexts. This breakthrough allows developers to run massive conversations cheaper and faster without retraining a single model.
Key insight: Turbo achieves the impossible: its 3.5-bit compression matches the precision of a full 16-bit cache while accelerating attention mechanisms by 1,300% for long-context tasks.

Titans: Learning to Memorize at Test Time (Paper Analysis)
Yannic Kilcher
Dec 14, 2025
Google's new Titans architecture aims to overcome transformer context limits by enabling models to 'memorize' information at test time. By using a neural network as an active memory bank, the model learns to store and retrieve past data dynamically. While technically impressive, much of the underlying logic mirrors established concepts like gradient descent and linear transformers.
Key insight: The authors frame their memory update process through the lens of 'surprise,' yet this is functionally equivalent to standard gradient descent with momentum.