The Light at the End of the Memory Hole
- Rich Washburn
- 14 hours ago
- 6 min read


For most of computing history, we've solved problems by adding layers.
Need more speed? Add a cache. Need more capacity? Add RAM. Need persistence? Add storage. Need archival? Add another tier.
The result wasn't a computer. It was a carefully negotiated peace treaty between competing physics.
Artificial intelligence is changing that. Everyone notices AI collapsing jobs, software categories, even entire markets. Fewer people are noticing the same thing happening beneath the silicon. One of the oldest assumptions in computer architecture — that memory and storage must be separate — is beginning to crack.
And fittingly, the technology that may close that gap doesn't move electrons. It moves light.
THE MEMORY HOLE
Every computer you've ever owned has been built around a compromise.
The processor is fast. The memory that feeds it is slow. The storage that persists when the power goes out is slower still. And the cheap archive at the bottom of the stack is so slow that accessing it feels like asking someone to walk to a filing cabinet in another building.
We call this the memory hierarchy. It looks something like this:
CPU registers — blazing fast, tiny. Cache — very fast, small. DRAM — fast, volatile. SSD — slower, non-volatile. HDD — even slower, cheap.
Every level exists because no single material could be simultaneously fast, persistent, durable, dense, and energy efficient. Registers were fast but tiny. Cache was larger but slower. RAM forgot everything the instant you pulled the plug. SSDs remembered everything but couldn't keep up with the processor.
Every arrow between those levels represented latency. Every transition consumed power. Every boundary existed because physics demanded a compromise.
We've spent fifty years optimizing this hierarchy. We've gotten extraordinarily good at it. But we've never questioned the fundamental assumption: that the hierarchy must exist at all.
What if it didn't?
THE MATERIAL THAT REMEMBERS
GST-467 doesn't sound like a revolution. It sounds like a tax form.
It's actually a phase-change material with the chemical composition Ge4Sb6Te7 — germanium, antimony, tellurium. It was developed in Eric Pop's lab at Stanford, with collaborators at the University of Maryland, and it belongs to a family of materials that have been quietly interesting for years.
What makes GST-467 different is that it appears to outperform the previous generation — GST-225, the standard formulation — on nearly every axis that matters for the future of computing.
Phase-change materials work by switching between two physical states: amorphous and crystalline. In the amorphous state, the material is disordered and doesn't interact much with light. In the crystalline state, it's ordered and interacts strongly. The switch happens fast. The material retains its state without power. And critically, it can hold dozens of distinct analog levels — around 48 have been demonstrated — which means it can store neural-network weights directly, without needing to translate between digital and analog representations.
Here's why that matters.
Modern AI systems don't have a compute problem. They have a memory problem.
We've gotten extraordinarily good at building processors that can do arithmetic at staggering speeds. GPUs, TPUs, custom accelerators — the silicon can crunch numbers faster than any human organization can generate problems.
But every one of those processors spends enormous amounts of time and energy waiting for data to arrive. Model weights have to move from SSDs to DRAM to GPU memory to cache to registers and back again, over and over, for every inference, for every training step.
This is called the memory wall. And it's not a software problem. It's a physics problem.
GST-467 doesn't solve it by itself. But it's one of the strongest material candidates for a fundamentally different architecture — one where memory and storage aren't separate layers connected by buses, but a single persistent fabric that lives close to the compute.
THE UNIVERSAL MEMORY DREAM
The dream is called universal memory. One technology that replaces both RAM and SSD. Speed like DRAM, persistence like flash, low power, high endurance, high density.
Imagine shutting your computer off, turning it back on, and everything is exactly where you left it because the "RAM" never forgot anything. No boot sequence. No loading applications from disk. The entire memory space simply persists.
That would fundamentally change computer architecture. Not incrementally improve it. Change it.
For AI, it's arguably even more important. If model weights can live in persistent memory directly adjacent to the compute elements, you eliminate the constant shuffling between storage and processor that consumes a significant fraction of the energy in every inference call. The memory wall doesn't get higher. It gets irrelevant.
GST-467 hits a rare combination: switching speeds in tens of nanoseconds, data retention for years without power, switching energy below a nanojoule, operation below 1 volt, and enough analog levels to store meaningful weights. No other candidate material hits all of those simultaneously.
THE LIGHT PART
Here's where it gets interesting enough to justify the title.
GST-467 isn't just an electronic memory material. It's an optical one.
In photonic computing, computation is performed using light instead of electrons. Light moves faster, carries more information per channel, and generates substantially less heat. The promise has been obvious for decades. The problem has always been the same: you need a way to store and manipulate light-based information that persists when the power goes out.
Phase-change materials solve this. GST-467 can switch its optical state — how it absorbs, refracts, and transmits light — and hold that state without power. That means it can function as non-volatile memory and programmable weights directly inside optical circuits.
You're not just building a faster computer. You're building a different kind of computer, where the memory, the compute, and the interconnect can potentially become the same substrate.
THE PATTERN BENEATH THE PATTERN
Here's where this connects to something bigger.
One of the recurring patterns I've been tracking is that AI doesn't merely automate work. It collapses abstraction.
Instead of dozens of specialized tools, we get one intelligent interface. Instead of navigating software, we describe intent. Instead of orchestrating workflows ourselves, we increasingly orchestrate agents.
Hardware is following the same trajectory.
For decades, the memory hierarchy looked like a stack of distinct technologies, each with its own physics, each connected to the next by a bus that cost time and power at every crossing. The hierarchy existed because no single material could perform every role.
Materials like GST-467 suggest that compromise may no longer be permanent.
Not because engineers suddenly became clever. Because materials science finally caught up.
The same pattern repeats across the stack. We accepted complex architectures because the underlying physics gave us no choice. As the physics changes, the complexity doesn't get optimized. It gets deleted.
AI isn't just collapsing organizations and software stacks. It may soon collapse one of the oldest architectural assumptions in computing itself.
THE CAVEAT THAT MATTERS
This is still research. GST-467 isn't replacing DDR6 or consumer NVMe drives next year. There are manufacturing, scaling, cost, and integration challenges between a promising material in a Stanford lab and a product in a data center. The history of universal memory is littered with candidates that looked extraordinary in the lab and didn't survive contact with production economics.
But the direction is clear. The memory wall is the bottleneck. Photonic computing is the trajectory. And materials that combine speed, persistence, low power, and optical functionality are the missing piece.
GST-467 may or may not be the material that finally crosses from lab to fab. But something like it will. The architectural pressure is too great, the energy costs of the current hierarchy are too high, and the AI compute demand is too relentless for the old compromise to hold indefinitely.
THE LIGHT AT THE END
We tend to think revolutions arrive wearing flashy new interfaces. Sometimes they do. Other times they arrive disguised as obscure compounds with forgettable names.
History has a habit of hiding its biggest changes inside its smallest components.
The next decade of AI won't just be defined by smarter models. It may be defined by the disappearance of the boundaries those models have been waiting on all along.
The memory hierarchy was a peace treaty between competing physics. The physics is changing. The treaty is expiring.
What replaces it won't be another layer. It'll be the end of layers.
As capabilities increase, architectures simplify. That's not a prediction about GST-467. That's a law of technological evolution. And it's about to arrive at the foundation of computing itself.
Rich Washburn is a technologist and strategist working at the intersection of AI, infrastructure, and capital. He is Managing Partner and Chief AI Officer at Eliakim Capital.


