AI Memory, CPU & Storage: The AI Industry’s Memory

AI · Industry Structure · Memory, CPU & Storage

AI Industry Structure, Layer 2: The Memory Stack

Conceptual image of AI memory, CPU, and storage
This is the eighth article in the “5 Layers of the AI Industry” series. If you’re curious about the full structure, we recommend reading The 5 Layers of the AI Industry: Overview first, or if you want to learn about networking and optics, check out the Networking & Optics article.

No matter how fast a GPU is, it’s useless without components alongside it to move and store data. Layer 2 of the AI industry structure covers the rest of a server’s core components, minus the GPU — memory, CPU, and storage. In this article, we’ll cover why HBM has become such a hot topic lately, what CPUs actually do in the AI era, and how memory differs from storage.

Advertisement
SECTION 01

Revisiting This Layer

What kinds of parts make up this layer
Aside from the GPU, these are the remaining core components that make up a complete server. This covers memory (DRAM/HBM), which temporarily holds data, the CPU, which handles general processing, and storage (SSD/HDD), which keeps data long-term.

These three often get overshadowed by the GPU (the compute chip that actually handles AI calculations), but they’re actually what determines whether that GPU can perform at full capacity. No matter how good a GPU you buy, it just sits idle if data can’t be fed to it. We’ll cover exactly what the GPU itself does in the next article, so here we’ll work through memory, CPU, and storage one at a time first.

SECTION 02

How the Memory Hierarchy Is Stacked

The components a computer uses to handle data are stacked in four levels, ordered by “how close they are to the compute chip (the CPU).” The closer, the faster but smaller in capacity; the farther, the slower but larger in capacity. A kitchen analogy makes this easy to picture.

Level Analogy Capacity Speed
① Registers (CPU/GPU) Ingredients in hand Extremely small Fastest
② Cache (CPU/GPU) Spice jars on the counter Hundreds of KB to tens of MB Very fast
③ Memory The kitchen fridge Tens of GB Fast
④ Storage (SSD/HDD) The basement storeroom Several TB Slow

1Registers (CPU/GPU)

This is where the value the compute chip is directly calculating “right this instant” gets stored. The moment a chef pulls an ingredient out of the fridge and holds it, they immediately move to the next step — chopping, sautéing. Registers are that “held in hand” state. Capacity is extremely small (usually just dozens to a few hundred), holding only what’s needed right now.

2Cache (CPU/GPU)

This is like pulling out ingredients you use often — enough that it’s a hassle to run to the fridge every single time — and setting them out on the counter ahead of time. A CPU frequently reuses the same data, and making a round trip to memory every time would be slow. So cache is a copy of frequently used data pre-loaded right inside the chip. It’s usually split into further levels too — L1 (smallest and fastest), then L2 and L3 (a bit bigger and slower).

3Memory (DRAM/HBM)

This is the fridge that holds all the ingredients for today’s cooking. It’s bigger than cache (tens of GB), but much smaller than storage. And its contents vanish completely when the power goes off (it’s volatile) — similar to leaving the fridge door open and coming back the next day to find the ingredients gone.

4Storage (SSD/HDD)

This is the basement storeroom. It’s where things are kept long-term even if they’re not needed right away, has the largest capacity (several TB), and its contents don’t disappear even when the power is off (it’s non-volatile). It’s just located much farther away than the fridge, so it takes time to retrieve things from it.

AI models deal with an enormous volume of data to calculate, so how efficiently a system moves across these four levels directly determines performance
SECTION 03

What Does a CPU Do in the AI Era?

The GPU has an overwhelming edge for computation itself (we’ll cover GPUs in detail in the next article), but that doesn’t mean CPUs go unused entirely. GPUs handle almost all of the actual model-training process, but the steps before and after “inference” — receiving a user’s question, processing it, and returning the results as a sentence — plus coordinating the server as a whole, are still handled by the CPU.

This market has traditionally been split between Intel and AMD. That said, this layer has also drawn relatively less attention than GPU makers in the recent AI boom. NVIDIA starting to design its own data-center CPU (Grace) can be read as a move to absorb this coordination role entirely as well.

Intel — The longtime leader in x86 CPUs
AMD — Makes both CPUs and GPUs
Advertisement
SECTION 04

Why HBM Is Such a Hot Topic

Like the RAM in your PC, memory is an ultra-fast warehouse that stages data right next to the chip for calculation. No matter how fast a compute chip is, it sits idle if data can’t be fed to it fast enough — and since AI deals with such massive amounts of data, this feed speed directly determines AI performance. That’s what led to HBM (High Bandwidth Memory): a component that stacks multiple memory chips vertically, letting it exchange data far faster than ordinary DRAM.

South Korea’s SK Hynix leads in HBM, with Samsung and Micron close behind. This is one of the big reasons Korea keeps coming up in conversations about the AI boom.

Recently, HBM itself has started becoming a bottleneck. No matter how many GPUs NVIDIA stamps out, it can’t finish assembling them without enough HBM — so each individual HBM supply deal has become significant enough to make industry news on its own.

SK Hynix — The leader in HBM (High Bandwidth Memory)
Samsung Electronics — The overall #1 in memory chips
Micron — The only major U.S. memory-chip maker
SECTION 05

How Storage Differs From Memory

Easy to confuse with memory, but the role is different. If memory is a “workbench” that temporarily holds data needed for calculation right now, storage is the “warehouse” that keeps large volumes of data long-term, like training data or finished model files. The biggest difference from memory is that data stays put even when the power’s off.

This market is split between Samsung and SK Hynix (NAND flash) and SanDisk, Seagate, and Western Digital. As AI data centers grow, demand for this kind of large-scale storage grows right along with them.

Samsung Electronics — #1 in the NAND flash market
SK Hynix — Produces NAND flash
Western Digital — Specializes in HDDs and SSDs
SanDisk — Specializes in NAND flash and SSDs
Seagate — Specializes in HDDs
SECTION 06

What Investors Should Watch For

This layer isn’t as glamorous as the GPU, but the two are mutually dependent: useless without the GPU, and the GPU is useless without this layer too. That’s why investors should also weigh these factors.

HBM generation transition speed — Which company succeeds first in mass production when moving from HBM3e to HBM4
Supply contract scale — How large and how long the HBM supply contracts signed with NVIDIA and big tech are
Commodity memory vs. HBM mix — How quickly high-value products like HBM are growing as a share of this company’s revenue

HBM is hard to make, but it also has a trait where once a specific company’s product gets validated, customers don’t easily switch away. It’s also worth noting that landing a deal with a major customer like NVIDIA first often means that relationship carries over into the next generation of products too.

Advertisement
CONCLUSION

Closing Thoughts

Memory, CPU, and storage are the essential supporting cast that complete the GPU. HBM in particular has recently emerged as a key bottleneck in the AI industry, facing shortages just as severe as the GPU itself.

In the next article, we’ll take a close look at the real star sitting right next to this layer: GPU and chip design (fabless). We’ll cover why NVIDIA occupies the highest-value-added position in this industry.

Next Up — AI Industry Structure, Layer 2: GPU & Chip Design (Fabless)
We cover why GPUs are so well-suited to AI computation, and what NVIDIA’s real moat actually is.
Read more →
This document is an overview written from publicly available information about the AI industry’s structure and its leading companies, aimed at helping general readers understand it. Part 8 of the “5 Layers of the AI Industry” series. Last updated: July 2026

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top