
RAMageddon and the New Bottlenecks in AI
Memory prices are surging to unprecedented levels as AI demand squeezes global DRAM supply, forcing developers and labs to rethink the economics of computing. The episode also explores how safety overhead, local model runs, and toolchain efficiency are becoming the new battlegrounds for AI progress.
Show Notes
- [AINews] Memory prices up 500% in 12 months: https://www.latent.space/p/ainews-memory-prices-up-500-in-12
Chapter 1
RAMageddon and the Reversal of Moores Law
William Palmer
So I, I was specing out a local workstation last week, right? Just a, a dedicated setup to stream telemetry off my race car and run some local inference models on track data simultaneously. Nothing insane, just wanted a nice clean rig. And then I hit the RAM selection screen, and I literally I literally stopped dead in my tracks. A single one hundred and twenty eight gigabyte DDR5 kit was listed at thirty three hundred and ninety nine dollars. That is, that is fully ten times higher than the lowest price we have ever seen for that hardware. Ten times!
William Palmer
We are talking about a, a full five hundred percent spike in memory prices across the board over just twelve months. Some hardware folks are calling it RAMageddon, and honestly they are not wrong. To give you a sense of just how wild this has gotten, mainstream DRAM chips are worth over half as much per kilogram as solid gold. Think about that for a second. We have silicon components sitting on circuit boards that are literally rivaling precious metals in value by weight.
William Palmer
And, and why is this happening? Well, the hyperscale AI giants have basically swept through the market like a tidal wave. They have reportedly locked in almost all global DRAM production capacity all the way through 2027, handing over massive advance cash deposits just to guarantee their supply. So if you are a consumer PC builder, or even an enterprise server department, you are essentially left fighting over scraps in a starved market.
William Palmer
The computer scientist Daniel Lemire pointed out something truly startling about this whole mess. He observed that memory economics have essentially reversed to 2007 levels. Think about what that means for a second. For forty years, the fundamental assumption in computing was Moores Law, right? Hardware gets cheaper, denser, and more abundant every single year. But right now, for memory, Moores Law has literally been turned upside down and running backward. It is the first sustained reversal of memory hardware economics in modern history, and it changes the math for everyone building software.
Chapter 2
The Bottleneck Pivot Safety Overhead and Local Harnesses
William Palmer
Now, when physical hardware gets this constrained and expensive, the pressure shifts instantly onto software, systems, and safety overhead. And we are seeing that unfold right now at the very top of the industry. OpenAI recently did what Sam Altman called pacing the frontier halting some of their frontier reinforcement learning training runs for two weeks, and holding back their largest planned RL run while they strengthen monitoring, isolation, and red teaming.
William Palmer
Greg Brockman emphasized that confidence in safety is going to set the pace of scaling going forward. But look at the operational reality behind that statement. The active monitoring systems they are adding inject roughly twenty percent compute overhead into the pipeline. Their sampled token monitors are designed to page safety and security teams within about thirty minutes if something strays. Think about that. Training infrastructure and inference time monitors are now primary bottlenecks on frontier progress, right alongside raw silicon access.
William Palmer
Because cloud compute and memory are getting so insanely expensive, developers are getting absurdly clever with local hardware. Look at what happened with Qwen three point eight twenty seven B over the last few days. People took this model, built refusal removed MLX versions, and ran it locally on Apple Silicon across two, four, six, and eight bit variants. It maintains vision, reasoning, tool use, and a massive two hundred and sixty two thousand token context window, running right on a laptop. When cloud memory costs skyrocket, open weight developers figure out how to wring every single drop of efficiency out of local unified memory.
William Palmer
And it is not just local inference; we are seeing this pivot toward algorithmic and harness efficiency across the entire ecosystem. Take GLM five point three, which Z.ai just launched. It jumped two hundred and forty six Elo points on the GDPval benchmark up to seventeen hundred and seventy Elo, tying Kimi K3 on the Intelligence Index. But here is the kicker: it did that while keeping the exact same seven hundred and fifty three billion total parameter footprint as GLM five point two. How? Through post training, specifically asynchronous RL in executable sandboxes and on policy distillation to stop catastrophic forgetting. They did not add parameters; they built better training environments.
William Palmer
And you see that same hardware scarcity driving toolchain openness everywhere else too. Modular officially open sourced Mojo under Apache 2.0 while turning its platform into a portability layer across hardware like Qualcomm datacenter accelerators. NVIDIA released TensorRT Model Connect to collapse model conversion into two commands directly to native C++ APIs. When memory and GPUs cost like gold, code optimization stops being an afterthought and becomes the main engine of progress. Alright, that is the landscape for today. I will catch you all next time.