Nvidia just REVOLUTIONIZED AI but no one is talking about it...
Video summary
Companion notes
Nvidia's two-tower split of a 30B model delivers 2.4× faster token generation at 98.7% quality retention, breaking the left-to-right auto-regressive bottleneck for the first time at this scale.
Nvidia's Two-Tower Diffusion Stack
NeMo Triton Labs released a two-tower architecture on Hugging Face: the frozen NeMo Triton 3 Nano 30B context tower reads the prompt, and a trained diffusion tower writes blocks of tokens in parallel, iteratively refining them. Result: 2.4× faster generation with 98.7% of original quality retained, and no full retraining because the context tower is frozen. A single checkpoint supports three modes — diffusion, mock fallback, and standard auto-regressive — so you can A/B against your current pipeline without swapping weights.
Browser-Side Inference Hits Real Speed
Gemma 4 is running at 255 tokens/second on an Apple M4 Max entirely in-browser via WebGPU, with kernels originally written by an agentic coding tool (Fable 5) before it was shut down. The Hugging Face Spaces demo is live now and pitched as more modular and lower latency than OpenAI's real-time API.
Open Kernels Strip the Attention Bottleneck
Hugging Face's kernels library now ships MiniMax's MSA (sparse attention) kernel. On H800 GPUs it delivers >14× pre-fill speedup and ~8× decode speedup, pip-installable. Separately, the community is porting OpenAI's Triton to Apple silicon natively — once it lands, M-series devs can prototype GPU kernels locally instead of round-tripping to Linux.
World Models That Adapt at Test Time
Three architectural bets: Ada-JEPA updates its world model with as little as one gradient step per plan-execute-observe cycle; Neo extracts reusable causal programs that transfer across tasks instead of memorizing frame sequences; and "training in imagination" — agents roll out inside a learned dynamics model, score with a learned reward model, then act for real. The creator flags reward-model gamification as the open risk.
The Stack Is Aligning
Faster generation (two-tower), faster inference (WebGPU + Cerebras), better kernels (MSA, Triton-on-Mac), smarter architectures (JEPA, Neo, imagination training). If you build agents or tune inference, this is the week the pieces line up.
Watch on YouTube
Prefer the native player? Open it on YouTube: https://www.youtube.com/watch?v=gDTyMXzo6Wg
