11:08in productionCh. 1 · A testbed, not a computer/ 11:08 · ceiling 15 min
Hardware · Tech history
Random-access memory
Random access wasn’t invented to speed up computers—it was built to prove memory could be both volatile and trustworthy enough to hold a program.
RAM began as an experiment in trust—not speed. The Williams tube proved volatile memory could reliably store instructions. Its mechanism was simple: charge spots, aim a beam, read or write. Its limits were severe: capacity under 1,000 bits, rapid decay, manual tuning. Yet it enabled the first stored-program computer. Core memory improved durability. DRAM enabled scale. RAM is not about density or bandwidth alone. It is about the moment engineers accepted volatility as a feature—not a flaw.
Cloud platform engineers sizing DRAM for production workloads.
AI model trainers selecting memory bandwidth for accelerators.
The written brief1 min read
What it is and the problem it solves
Random-access memory is hardware that allows any storage location to be read or written in roughly equal time. It solves the problem of rigid, sequential access in earlier memory forms like delay lines or relay banks.
How it works
The Williams tube stored data as electrically charged spots on a cathode-ray tube. Its electron beam read and wrote those spots in any order. Magnetic-core memory used magnetised rings arranged in a grid. DRAM uses one MOS transistor per capacitor.
What works
The Williams tube enabled truly random access via CRT beam positioning. It was smaller, faster, and more power-efficient than vacuum tube latches. It powered the Manchester Baby’s historic 1948 program run. Magnetic-core memory became widespread. DRAM’s single-transistor-per-bit design scaled silicon memory.
What does not
None of these technologies delivered scalable, reliable, high-density storage at low cost from day one. The Williams tube degraded quickly and required constant refresh. Core memory needed complex wiring and precise magnetic control. Early DRAM suffered yield and reliability issues.
What it changes
It changed computation from sequential, hardwired logic to programmable, stored-instruction machines. It enabled the Manchester Baby’s 1948 program run—the first electronically stored program—and made general-purpose digital computers physically feasible.
Is it worth your time
Yes—if you work on memory architecture, hardware history, or early computing systems. No—if you are evaluating modern memory for deployment, performance, or power: this is foundational context, not current practice.