technology

Google drops a memory bomb that shrinks ai ram hunger six-fold

RAM sticks are the new oil. Every hyperscaler hoards them like gold bars while gamers pay 4× retail for a DDR5 kit. Google just called time on the circus.

TurboQuant, a pair of algorithms the company released last week, compresses the key-value cache behind large language models to three-bit precision without retraining. The claim: 6× memory cut, 8× speed-up on 32-bit attention math. Translation—data centers can stuff six times more Gemini sessions on the same silicon, or pocket the power bill and smile at shareholders.

How the trick works inside the tensor stack

Step one, PolarQuant, rotates Cartesian vectors into polar coordinates so the model stops repeating expensive layer-norm passes. Step two, Quantized Johnson-Lindenstrauss, brutally snaps each weight to a single sign bit, then uses a random projection to cancel the rounding noise that normally kills accuracy. The combo keeps perplexity within 0.3 % of the full-precision baseline on every public benchmark Google cares about.

Engineers at DeepMind admit the idea isn’t new—researchers have been kicking around extreme quantization since 2015. The twist is that TurboQuant ships as a drop-in kernel for JAX and vLLM. No new hardware, no week-long retrain, no hand-tuned calibration tables. You swap the library flag and redeploy. The cache footprint shrinks from 192 GB to 32 GB for a 70-billion-parameter model. Overnight.

Why the timing borders on the geopolitical

Why the timing borders on the geopolitical

Washington’s CHIPS Act fabs won’t deliver extra DRAM capacity until 2026. Nvidia’s next Blackwell GPU bumps HBM3e density by 50 %, yet Meta already pre-ordered every wafer TSMC can etch. Meanwhile, OpenAI and Anthropic quietly rent entire server halls to lock down SK Hynix allocations. The industry calls it RAMmageddon; procurement officers call it Tuesday.

Google’s paper lands like a ransom note addressed to that chaos. If the technique scales, hyperscalers can freeze cap-ex budgets and still double user headcount. Memory vendors watch their pricing power evaporate. And console makers might finally stop blaming AI clouds for the DDR5 shortage that pushed the PlayStation 5 Pro to a $700 sticker.

Microsoft, caught stuffing racks with glass plates for a 10 000-year archive, now faces a simpler question: why build cold storage when you can just delete 83 % of the working set? The answer will decide whether Redstone’s next billion goes to more data halls or straight to the bottom line.

TurboQuant is still lab-grade; Google tested on TPU v5p pods, not on the poky PCIe cards gamers stack in bedrooms. But if real workloads confirm the gains, the only thing left to hoard will be power, not memory. And power is a resource even Congress can’t embargo.