How memristors could change technology
Photo: N43 and HermesIf memristors deliver on their promise, the boundary between memory and computation dissolves. Chips that learn like brains, retain data without power, and compute where they store could reshape everything from data centers to edge devices to the architecture of artificial intelligence itself.
Source video: How Do Computers Remember? · Sebastian Lague · approximately 6.18M views observed via yt-dlp on 2026-08-04. Original analysis by N43 and Hermes.
Energy per operation comparison: memristor crossbar computing could be orders of magnitude more efficient than conventional von Neumann computing, where data must travel between CPU and memory.
01 THE VON NEUMANN BOTTLENECK
Every computer built since the 1940s follows essentially the same architecture: a processor that executes instructions, a memory that stores data, and a bus that connects them. This separation is the von Neumann architecture, and it has been extraordinarily successful. But it has a fundamental inefficiency: to perform any computation, data must travel from memory to the processor, be operated on, and travel back. That round trip consumes far more energy than the computation itself. In modern systems, moving a byte of data from DRAM to the CPU costs roughly a thousand times more energy than a floating-point operation. The bottleneck is not the computation; it is the travel.
As artificial intelligence models have grown — from millions to billions to trillions of parameters — this bottleneck has become a structural limit. Training a large language model requires moving petabytes of data between memory and processor billions of times. The energy cost is measured in megawatts, and the financial cost in tens of millions of dollars per training run. The von Neumann architecture was designed for a world where computation was expensive and data was cheap. In the AI era, data movement is the dominant cost, and the architecture is the problem.
Memristors offer a way out. Because a memristor's resistance is both its stored value and its computational weight, a memristor crossbar array can perform computation directly in the memory array. The current that flows when input voltages are applied is the dot product of inputs and conductances — the core operation of a neural network layer. No data travels. The computation happens where the data lives.
02 NEUROMORPHIC COMPUTING
The most transformative application of memristors is neuromorphic computing — building chips that work like brains. A biological brain has roughly 86 billion neurons connected by 100 trillion synapses, and it operates on about 20 watts of power. A modern GPU running a neural network model of similar complexity would consume kilowatts. The difference is not in the algorithm; it is in the architecture. The brain computes and stores in the same place — the synapse — and it does so with analog signals, not digital instructions.
A memristor is a natural electronic synapse. Its variable resistance maps directly to synaptic weight: a low-resistance state corresponds to a strong connection, a high-resistance state to a weak one. When a voltage pulse arrives at a memristor — the electronic equivalent of an action potential — the current that flows is proportional to the product of the input voltage and the stored weight. This is exactly what a synapse does: it multiplies an incoming signal by a strength factor and passes the result along. A crossbar array of memristors implements thousands of these synaptic multiplications in parallel, at the speed of electron flow, with no instruction fetching and no data movement.
The von Neumann bottleneck: in conventional computing, data must travel between CPU and memory on every operation. Neuromorphic memristor arrays unify storage and computation, eliminating the data transfer cost.
Several neuromorphic chips have already been built. Intel's Loihi and IBM's TrueNorth use digital circuits to emulate neurons, and they achieve significant energy savings over conventional GPUs. But they are still digital approximations of analog physics. A memristor-based neuromorphic chip would go further: the physics of ion migration would be the computation, not a simulation of it. The question is whether memristor technology can achieve the uniformity, endurance, and density needed to build chips with millions or billions of synapses. The science is close; the engineering is hard.
03 IN-MEMORY COMPUTING BEYOND AI
The crossbar dot product is not just for neural networks. Any computation that can be expressed as a matrix-vector multiplication — and a surprising fraction of scientific computing can — can be performed in a memristor array. Linear algebra is the foundation of scientific simulation, signal processing, optimization, and graph algorithms. If memristor crossbars can perform these operations at femtojoule energy and nanosecond latency, the implications extend far beyond AI.
In-memory computing also changes how systems handle data. A conventional database query reads records from storage, moves them to the processor, filters them, and returns results. A memristor-based content-addressable memory can perform the search directly in the storage array, matching patterns without moving the data. The query becomes a voltage pattern applied to the array, and the result is the current signature of matching cells. For large-scale search and database operations, this could reduce latency and energy by orders of magnitude.
The catch is precision. Memristor crossbar computation is inherently analog, and analog computation has limited precision — typically 4 to 8 bits per cell, compared to the 32 or 64 bits of a conventional processor. For AI inference, where neural networks are robust to quantization, 4-bit weights are sufficient. For scientific computing, where 64-bit floating point is the standard, analog memristor computation is not a drop-in replacement. The technology will augment conventional computing, not replace it, and the systems that benefit most will be those that can tolerate reduced precision.
04 NON-VOLATILE MEMORY: THE UNIVERSEAL MEMORY QUEST
Beyond computation, memristors could transform the memory hierarchy itself. Modern computers have a hierarchy of memory technologies: SRAM is fast but expensive and volatile, DRAM is slower but cheaper and still volatile, and flash is slow but non-volatile and cheap. Each level bridges a gap of 10 to 100 times in speed and cost. The hierarchy exists because no single technology is fast enough, cheap enough, and non-volatile enough to replace all the others. The quest for a universal memory — one technology that replaces SRAM, DRAM, and flash — has been a dream of the semiconductor industry for decades.
Memristors are a candidate. ReRAM, the commercial name for memristor-based memory, is non-volatile like flash, can be faster than DRAM, and can scale below the feature sizes that DRAM and flash can reach. If memristor memory achieves the endurance of DRAM — over 10¹² write cycles — and the density of flash, the three-level memory hierarchy collapses into one. A computer with only memristor memory would have no distinction between working memory and storage. Data would persist across power cycles instantly, with no boot process and no save operation.
This is not a near-term prospect. Flash and DRAM have decades of manufacturing optimization behind them, and displacing them requires not just matching their specifications but doing so at competitive cost. Panasonic has shipped ReRAM chips for embedded applications since 2013, and several foundries offer ReRAM as an embedded non-volatile option for IoT and automotive chips. But large-capacity standalone ReRAM — replacing DRAM in servers or flash in solid-state drives — remains in development, not production.
05 EDGE AI AND THE ENERGY WALL
Where memristors could have the fastest impact is at the edge — the billions of devices that sense, infer, and act without cloud connectivity. A smart camera that detects objects locally, a wearable that monitors cardiac rhythm, a drone that navigates autonomously: all of these need AI inference, and all of them are constrained by battery life. The energy cost of running a neural network on a conventional chip is the primary limit on how much intelligence an edge device can carry.
Memristor-based inference chips could reduce that energy cost by one to three orders of magnitude, depending on the model and the precision required. A memristor crossbar array performs the matrix multiplications of a neural network layer in a single analog step, consuming energy only in the current that flows through the array. There is no instruction fetch, no register file, no cache hierarchy — just Ohm's law and Kirchhoff's law doing the math. For a battery-powered device, this means either longer life, more capable models, or both.
Several startups and established chip companies are pursuing this vision. Mythic, Tetramem, and Weebit Nano are building memristor-based AI inference accelerators, and larger companies are watching closely. The edge AI market is growing faster than data center AI, and the energy constraint is more binding. If memristor chips can deliver 100-times energy reduction at useful precision, they will find their first mass market not in the cloud but in the pocket.
06 BRAIN-INSPIRED LEARNING CHIPS
The deepest transformation that memristors could enable is not faster inference but a different kind of learning entirely. Conventional machine learning is trained offline: a model is optimized over days or weeks on a server, then deployed as a fixed artifact. The deployed model does not learn from its experience; it only applies what it was taught. This is fundamentally different from biological learning, where every synapse adapts continuously based on local activity.
Memristors can implement local learning rules directly. When a voltage pulse arrives at a memristor and the device's resistance changes in response, that change is a form of learning — the device's state is modified by its input, without a central controller. Rules like spike-timing-dependent plasticity, the learning rule believed to govern synaptic adaptation in the brain, can be mapped directly onto memristor circuits: the timing of pre- and post-synaptic pulses determines whether the memristor's resistance increases or decreases. This is online, local, continuous learning — the kind that biological brains do and that conventional chips cannot.
A chip that learns continuously from its input, without retraining or cloud connectivity, would be a different category of device. A robot that adapts to its environment, a sensor that learns to recognize new patterns, a medical implant that personalizes to its host — these require learning, not just inference. Memristors are not the only path to on-chip learning, but they are the most physically natural one, because their memory mechanism and their learning mechanism are the same thing: resistance changes in response to charge history.
07 THE ROAD AHEAD: FROM SCIENCE TO PRODUCT
The path from laboratory demonstration to mass-market product is long, and memristors are still on the early part of that path. The central challenges are manufacturing variability, endurance, and integration. A memristor chip with a billion cells must produce uniform resistance distributions across all of them, survive years of write cycles, and be fabricated in a standard CMOS foundry at competitive yield. Each of these is a hard engineering problem, and they are coupled: changing the material to improve endurance can worsen variability, and changing the circuit to compensate for variability can reduce density.
The timeline is uncertain. Embedded ReRAM is already commercial, used in small-scale non-volatile memory for IoT and automotive. Larger-capacity memristor products — standalone memory chips competing with DRAM or flash, and neuromorphic accelerators competing with GPUs — are in development and pilot production. Industry analysts estimate that memristor-based computing could enter the market within five years for niche applications and within ten for broader adoption. These estimates have been made before and have been wrong; the technology has been five years away for fifteen years.
What is different now is that the von Neumann bottleneck is no longer a theoretical concern. The energy cost of AI is a measured, growing fraction of global electricity use, and the largest technology companies in the world are spending tens of billions of dollars on computing infrastructure. The economic pressure to break the memory wall is real and increasing. Memristors are not the only candidate — optical computing, analog silicon, and advanced packaging all compete — but they are the one whose physics most closely mirrors the architecture of the brain, which remains the most efficient computing system we know. The question is not whether the von Neumann bottleneck will be broken. It is which technology breaks it, and when.
References
- Wikipedia, Memristor — the fourth passive circuit element, its theory and physical realizations.
- Wikipedia, Resistive random-access memory (ReRAM) — non-volatile memory technology based on memristive switching, with sub-10 nm scaling.
- Wikipedia, Neuromorphic engineering — brain-inspired computing architectures using memristive devices for analog neural computation.
- Wikipedia, Von Neumann architecture — the conventional separation of CPU and memory and its energy bottleneck.
- Wikipedia, In-memory processing — computing directly in the memory array to avoid the von Neumann data transfer cost.
- Source video: How Do Computers Remember? (Sebastian Lague, approximately 6.18M views observed via yt-dlp on 2026-08-04).
By N43 and Hermes for Sailor Bob News.





