AI Compute Decoded, Part 1: What an AI Chip Actually Is

A plain-language start on the AI hardware industry: what a chip is, why AI needs a different kind, what training and inference mean, and why memory is the real bottleneck.

Reviewed by the Seoulstart teamLast updated · August 2026~12 min read
Illustration of a circular silicon wafer propped upright, a single enlarged processor die resting in front of it with four tall stacked memory towers flanking the die, fine gold connection lines fanning outward

Verified against 3 primary sources. Fact-checked August 2026. Every figure linked to its source.

Key facts

  • A chip is a slab of silicon covered in transistors, which are microscopic on/off switches. A modern AI chip holds an immense number of them, far more than any earlier generation of chip.
  • Process node names like 2nm are marketing labels, not physical measurements. No feature on a 2nm chip is actually 2 nanometers wide.
  • Training is building an AI model, a large one-time cost. Inference is using it, a small cost repeated every time anyone uses the product.
  • AI chips are limited less by calculation speed than by memory bandwidth, the rate at which data can be fed to the processor. This is called the memory wall.
  • High Bandwidth Memory (HBM) solves this by stacking memory chips vertically and placing them on the same package as the processor, millimetres away instead of centimetres.
  • Nvidia reported record data center revenue of USD 75.2 billion in the quarter ending April 2026, up 92 percent year on year.
ShareWhatsAppTelegramEmailSend it to someone who'd find it useful.
From Seoulstart

The short version

This is part 1 of a six-part series on the AI hardware industry. It assumes you know nothing about semiconductors, and it starts at the very bottom. By the end of the series you should be able to explain the whole supply chain to someone else: who makes what, why a handful of companies control the choke points, what physically limits how fast this can grow, and where Korea sits in all of it.

Nobody needs this knowledge to get through a day in Seoul. But if you live in Korea, this industry is quietly shaping your electricity bill, the national budget, the value of the won in your bank account, and the job market. It is worth understanding.

What a chip actually is

Start with sand. Ordinary sand is mostly silicon dioxide. Purify it far enough and you get silicon of a purity almost nothing else in manufacturing requires. Grow that into a single cylindrical crystal, slice the cylinder into discs about 30 centimetres across, and you have a wafer: the blank canvas every chip is built on.

Silicon is a semiconductor, which means it conducts electricity under some conditions and not others. That property lets you build a switch with no moving parts. Apply a small voltage to one terminal and current flows between two others. Remove it and the flow stops. That switch is a transistor, and it is the only thing a chip is really made of.

One transistor is a switch. Wire a handful together and you can build a circuit that performs simple logic: this AND that, this OR that, NOT this. Wire millions together and you can add numbers. Wire an enormous number together and you can run an AI model.

The scale here is hard to hold in your head. A high-end AI processor packs an immense number of transistors onto a piece of silicon roughly the size of a postage stamp, far more than a chip from even a few years ago. They are built not by placing them individually, which would be impossible, but by printing them: projecting a pattern of light onto a chemically coated wafer, developing it like photographic film, then etching and depositing material through the pattern. That printing step is called lithography, and it is the single hardest thing in the industry. Part 3 explains why one Dutch company has a complete monopoly on the EUV machines used for the most advanced layers.

Why "2nm" is not a measurement

You will constantly see chips described by a process node: 7nm, 5nm, 3nm, 2nm. It is natural to assume this is the size of something. It used to be. It has not been for well over a decade.

Today these are generation labels, closer to a car model year than a specification. A 2nm chip has no feature that is 2 nanometres wide. What the label communicates is that the manufacturer can pack transistors more densely than the previous generation, which typically buys better performance and lower power consumption for the same amount of work.

Two practical consequences follow. First, the names are not comparable between companies. One firm's 2nm is not automatically denser than another's 3nm, because each company names its own nodes. Second, the marketing name is a poor guide to whether a chip is any good. What matters is transistor density, power efficiency, and yield, meaning the percentage of chips on each wafer that come out working. Yield is the number manufacturers guard most closely, because a node with excellent specifications and poor yield loses money on every wafer.

Why AI needs a different kind of chip

Think about the difference between a small team of senior specialists and a stadium full of people with calculators.

A CPU is the small team. It has a modest number of powerful cores, each able to handle complicated, unpredictable instructions and make decisions about what to do next. That is exactly what running an operating system requires: lots of different tasks, each with its own logic, arriving in no fixed order.

A GPU is the stadium. It has a very large number of simple cores, each much less capable individually, all doing the same operation at the same moment on different pieces of data. GPUs were built for graphics, where the job is to work out the colour of two million pixels at once, and every pixel needs the same kind of calculation.

It turned out that AI has the same shape. Underneath the interface, running an AI model is overwhelmingly one operation: matrix multiplication, which is a structured way of multiplying big grids of numbers together and adding up the results. It is arithmetic a ten-year-old could do. There is just an unfathomable amount of it. That is a stadium problem, not a specialist-team problem, which is why the graphics-card industry accidentally found itself at the centre of artificial intelligence.

Not every AI chip is a GPU. Several large technology companies design their own accelerators that skip the graphics heritage entirely and target AI maths directly: Google's TPUs, Amazon's Trainium and Inferentia, Meta's MTIA. These are ASICs, application-specific integrated circuits, and the trade-off is the obvious one. They are more efficient at the narrow job they were built for and useless at anything else. Part 2 covers who builds these and why a company would take on the expense.

Training and inference are different problems

Almost every confusing claim about AI economics becomes clearer once you separate these two.

Training is building the model. You take an enormous quantity of text, images or other data, run it through a network holding an immense number of parameters, compare the output to the right answer, and nudge every parameter slightly in the direction that reduces the error. Then you do that again, and again, for an extended period across a very large number of chips running continuously. Training is a huge, concentrated, one-time cost. It is what people mean when they talk about a data center campus consuming as much electricity as a mid-sized city.

Inference is using the finished model. You send a question, the model reads its parameters, does its arithmetic, and produces an answer. Each individual inference is tiny compared to training. But it happens every single time anyone anywhere uses the product, which now means billions of times a day.

The industry spent 2023 and 2024 dominated by training demand. The centre of gravity has been shifting toward inference, because once a model exists, the cost of serving it never stops. This shift matters commercially: inference rewards efficiency and low cost per answer, which is a different competition from raw training performance, and it is the opening that specialised chip designers, including two Korean startups covered in part 6, are trying to exploit.

The memory wall, which is the whole story

Here is the thing that most explanations skip, and it is the reason Korea matters.

You would assume the limiting factor on an AI chip is how fast it can calculate. It usually is not. The processor can do arithmetic considerably faster than the rest of the system can supply it with numbers to work on. Feed it too slowly and the expensive processor sits idle, waiting. Engineers call this the memory wall.

The reason is physical. An AI model's parameters have to be stored somewhere, and there are far too many to keep inside the processor itself. So they live in memory chips nearby, and every calculation requires fetching them across a connection. That connection has a fixed width and a fixed speed. The amount of data it can carry per second is called bandwidth, and bandwidth is what runs out first.

An analogy that holds up: the processor is a chef who can cook astonishingly fast, and memory bandwidth is the width of the kitchen door. Hiring a faster chef does nothing if ingredients can only come through one at a time.

This is why memory stopped being a boring commodity. For decades, memory chips were sold largely on price per gigabyte, in a brutal cycle of gluts and shortages. AI changed the question from "how much can you store" to "how fast can you deliver it", and the companies that could answer the second question found themselves selling something much harder to replace.

What HBM is, concretely

The industry's answer to the memory wall is High Bandwidth Memory, or HBM. Three ideas, stacked literally and figuratively.

Go vertical. Instead of laying memory chips out side by side, stack them on top of each other, a dozen or more layers, into a tower.

Drill straight through. Connect the layers with thousands of vertical channels punched through the silicon itself, called through-silicon vias. This gives an enormously wider data path than routing signals around the edges.

Move it next door. Place the finished stack on the same package as the processor, a few millimetres away rather than a few centimetres, on a shared base layer that carries signals between them.

The result is a data path orders of magnitude wider than conventional memory offers. The cost is that this is genuinely hard to manufacture. You are bonding stacks of paper-thin silicon with microscopic alignment tolerances, and a single bad layer ruins the entire stack. Yields are lower and prices are far higher than for ordinary memory.

Only three companies make HBM at scale: SK Hynix, Samsung and Micron. Two are Korean. In the first quarter of 2026, Counterpoint Research put SK hynix at 58 percent of the HBM market, with Samsung and Micron at 21 percent each. That single statistic is most of the reason Korea is not a spectator in the AI boom.

From chip to data center

One more piece of vocabulary, because the scale jumps are where people get lost. Working outward:

The die is the piece of silicon itself, cut from the wafer.

The package is the die plus its HBM stacks, mounted together on a base that connects them, then sealed. When people say "chip" they usually mean this. Assembling it is called advanced packaging, and it is a bottleneck in its own right, covered in part 3.

The board and the server hold several packages together with CPUs, storage, power delivery and cooling, in a chassis that slides into a rack.

The rack is a cabinet of servers wired together so tightly that they behave as one large processor. This is where AI hardware stops resembling ordinary computing. A current-generation AI rack draws well over a hundred kilowatts, which is more than a small apartment building, concentrated into a cabinet about the size of a wardrobe. Air cannot remove that much heat, so these racks are cooled by liquid piped directly to the chips.

The cluster is thousands of racks connected by a specialised high-speed network, because training a large model means every chip constantly exchanging results with every other chip. The network is not plumbing here; it is part of the computer, and part 2 explains why that made networking chips a major business.

The data center is the building, the power feed, the cooling plant and the water supply. Increasingly the industry measures these in gigawatts of electrical capacity rather than square metres or server counts, which tells you what the real constraint has become. Part 4 is about that constraint.

Why the money got so large

To put a number on the demand: Nvidia reported record data center revenue of USD 75.2 billion for the single quarter ending in April 2026, up 92 percent from the same quarter a year earlier. That is one company, one product line, three months.

That figure exists because the four largest American cloud companies are collectively spending on a scale with few peacetime precedents, and because every one of those chips needs memory, packaging, networking, a building and a power connection. Each layer of that chain has its own leaders, its own economics and its own bottleneck.

Part 2 maps the whole chain, layer by layer, and names who leads each one.

ShareWhatsAppTelegramEmailSend it to someone who'd find it useful.

Advertisement

Related guides

Frequently asked questions

What is the difference between a CPU and a GPU?

A CPU (central processing unit) is built to do a few complicated things quickly, one after another. It is the general manager of a computer. A GPU (graphics processing unit) is built to do one simple thing to enormous amounts of data all at once. It was originally designed to colour in millions of screen pixels simultaneously. That same design turns out to be well suited to AI, because training and running an AI model means doing the same simple arithmetic over and over on huge grids of numbers. A desktop CPU has a handful of powerful cores, and a server CPU rather more. A modern AI GPU has tens of thousands of simple ones.

What does 2nm actually mean?

Very little, physically. Node names like 7nm, 3nm and 2nm once described the size of a real feature on the chip, but that stopped being true around 2010. Today they are generation labels, roughly like car model years. What they signal is that the manufacturer can pack more transistors into the same area, which usually means better performance and lower power per calculation. The names are also not comparable across companies. One company's 2nm is not necessarily denser than another's 3nm.

Why does AI need so much memory?

An AI model is essentially a very large collection of numbers, called parameters or weights. To produce a single word of output, the chip has to read a large share of those numbers out of memory and multiply them together. A large model holds so many parameters that every response involves moving an enormous amount of data. The calculation itself is fast. Fetching the numbers is the slow part, which is why memory bandwidth, not raw arithmetic speed, sets the practical limit.

Show all 6 questions

What is HBM and why does everyone talk about it?

HBM stands for High Bandwidth Memory. Ordinary computer memory sits on separate sticks a few centimetres from the processor, connected by a relatively narrow path. HBM instead stacks memory chips vertically into a tower, drills vertical connections straight through them, and places the whole stack on the same package as the processor. The result is a far wider data path over a much shorter distance. It is difficult and expensive to manufacture, only three companies make it at scale, and two of those three are Korean.

Is an AI chip the same as a GPU?

Not necessarily. GPU is the most common type, and Nvidia's are the best known. But several large technology companies design their own AI chips that are not GPUs at all. Google builds TPUs (Tensor Processing Units), Amazon builds Trainium and Inferentia, and Meta builds MTIA. These are ASICs, meaning application-specific integrated circuits, designed to do one narrow job efficiently rather than to be flexible. The general term that covers all of them is accelerator.

Do I need to understand any of this to live in Korea?

No, but it explains a lot of what you see around you. Semiconductors are a very large share of Korea's exports, the industry drives a meaningful part of the national economy, and the government has committed enormous sums to expanding it. Chip news moves the won, shapes electricity policy, and increasingly shapes where new towns and transmission lines get built. Part 6 of this series covers what all of that means for people living here.

Fact-check record

22 key claims checked against the exact wording of official sources · Verified August 2026

Show

Our fact-check pulls the most important claims out of this guide and checks each one against its official source, quoted word for word so you can confirm it yourself. This is a sample of the guide's facts, not the full reference list. For everything we consulted, see the verified sources below.

  • 01

    The guide's sources[] entry labelled "Nvidia: first quarter fiscal 2027 results (data center revenue USD 75.2 billion)" resolves to an Nvidia newsroom release that reports first-quarter fiscal 2027 results and states data center revenue of $75.2 billion.

    First-quarter revenue was a record $75.2 billion, up 21% from the previous quarter and up 92% from a year ago.
    nvidianews.nvidia.com
  • 02

    The guide's sources[] entry labelled "SK hynix newsroom: market outlook, HBM-led memory cycle" resolves to an SK hynix Newsroom article about its market outlook and the HBM-led memory supercycle.

    2026 Market Outlook – 'Focus on the HBM-Led Memory Supercycle'
    news.skhynix.com
  • 03

    The guide's sources[] entry labelled "CNBC: comparing Nvidia GPUs, Google TPUs and AWS Trainium" resolves to a CNBC article comparing Nvidia GPUs with Google TPUs and Amazon Trainium as leading AI chips.

    Custom ASICs, or application-specific integrated circuits, are now being designed by all the major hyperscalers, from Google’s TPU to Amazon’s Trainium and OpenAI’s plans with Broadcom.
    cnbc.com
  • 04

    Process node names like 2nm are generation labels rather than physical measurements, and no feature on a 2nm chip is actually 2 nanometres wide.

    It is projected that physical channel length would saturate around 12nm due to worsening electrostatics while gate pitch reduction reserving sufficient width (~14nm) for the device contact, providing acceptable parasitics.
    irds.ieee.org
  • 05

    Process node names are not comparable between companies, so one firm's 2nm is not automatically denser than another firm's 3nm.

    There is not yet a consensus on the node naming across different foundries and integrated device manufacturers (IDMs); however, the projected rules give an indication of technology capabilities in line with the PPAC requirements.
    irds.ieee.org
  • 06

    AI chips are limited less by calculation speed than by memory bandwidth, and this is called the memory wall.

    This clearly shows how the memory wall can become a major bottleneck for decoder models (at low batch sizes) and not compute.
    stat.berkeley.edu
  • 07

    HBM stacks memory chips vertically and places them on the same package as the processor, millimetres away instead of centimetres.

    The fine wiring inside the interposer connects HBM to the processor at a distance of just a few millimeters, a dramatic reduction compared to conventional DDR modules traveling tens of centimeters through a PCB.
    hyper-accel.github.io
  • 08

    Nvidia reported record data center revenue of USD 75.2 billion for the quarter.

    Data Center revenue was $75.2 billion, up 92% from a year ago and up 21% sequentially, driven by the ramp of our Blackwell 300 products and demand for our InfiniBand, Spectrum-X Ethernet, and NVLink solutions.
    sec.gov
  • 09

    Nvidia's data center revenue for that quarter was up 92 percent year on year.

    Data Center revenue was $75.2 billion, up 92% from a year ago and up 21% sequentially, driven by the ramp of our Blackwell 300 products and demand for our InfiniBand, Spectrum-X Ethernet, and NVLink solutions.
    sec.gov
  • 10

    The Nvidia quarter in question ended in April 2026.

    Three Months Ended Apr 26, 2026
    sec.gov
  • 11

    One Dutch company (ASML) has a complete monopoly on the EUV machines used for the most advanced lithography layers.

    ASML is currently the world’s only manufacturer of EUV lithography systems.
    sec.gov
  • 12

    Google's TPUs, Amazon's Trainium and Inferentia, and Meta's MTIA are ASICs, meaning application-specific integrated circuits.

    These hyperscalers have been creating so-called application-specific integrated circuits, or ASICs, that are smaller and cheaper than the general-purpose AI workhorse GPUs, but are limited to performing a narrower set of tasks. Google was first to the ASIC game, releasing its first Tensor Processing Unit in 2015. Amazon was next, with its first custom chip announced in 2018. While these tech giants incorporate their AI chips as part of their respective cloud computing platforms so customers can access them, Meta’s MTIA chips are used entirely for internal purposes.
    cnbc.com
  • 13

    HBM stacks memory chips vertically into a tower and drills vertical connections straight through them, and only three companies make it at scale, two of which are Korean.

    In Q1 2026, SK hynix maintained its top position with a 58% share, but this was a decline from the 69% share in the same period of the previous year.
    counterpointresearch.com
  • 14

    HBM connects its stacked layers with many vertical channels punched through the silicon itself, called through-silicon vias.

    Through-silicon via (TSV): A type of vertical interconnect access (via) that completely passes through a silicon die or wafer to enable the stacking of silicon dice.
    news.skhynix.com
  • 15

    In the first quarter of 2026, Counterpoint Research put SK hynix at 58 percent of the HBM market, with Samsung and Micron at 21 percent each.

    In Q1 2026, SK hynix maintained its top position with a 58% share, but this was a decline from the 69% share in the same period of the previous year.
    counterpointresearch.com
  • 16

    Nvidia GPUs, Google TPUs and Amazon Trainium all need HBM sitting next to them, while a few designs such as Cerebras and Groq instead run models from large on-chip memory.

    stores the entire model in on-chip SRAM with ultra-high bandwidth (~21 PB/s)
    cerebras.ai
  • 17

    A current-generation AI rack draws a very large amount of power, comparable to a small building's electrical demand.

    Each rack consumes 135 kW TDP; up to 155 kW peak depending on workload and EDP behavior.
    lenovopress.lenovo.com
  • 18

    Air alone cannot remove enough of the heat these racks generate, so most of it is carried away by liquid piped directly to the chips.

    The NVIDIA GB300 NVL72 by Lenovo features a mix of air and liquid cooling to meet its demanding power requirements. The NVIDIA GB300 NVL72 integrates seamlessly into a standard 19" rack cabinet. Each rack consumes 135 kW TDP; up to 155 kW peak depending on workload and EDP behavior. At the rack level, the split between air and liquid heat capture is about 10% to air and 90% to liquid.
    lenovopress.lenovo.com
  • 19

    Semiconductors are a very large share of Korea's exports.

    반도체는 199.5% 늘어난 448억 2000만 달러로, 메모리 수요의 폭발적 증가에 따른 메모리 고정가격 상승세가 수출 증가를 이끌면서 사상 처음으로 400억 달러 이상을 기록했다.
    korea.kr
  • 20

    The Korean government has committed enormous sums to expanding the semiconductor industry.

    먼저, 메가 클러스터 내 전력·용수 등 기반시설은 작년 10월 10조 원 이상 규모의 공공기관 예비타당성 조사가 면제된 만큼 공공기관이 최대한 구축하고, 기업 부담 부분에 대해서는 그간 적용됐던 재정 지원 건수 제한(2건)을 폐지하고 특화단지별 지원 비율을 기존 5~30%에서 15~30%로 상향하는 등 예산 지원을 확대할 예정이다.
    korea.kr
  • 21

    Samsung and SK Hynix are two of the world's three big memory chip makers.

    In Q1 2026, Samsung led the market with a 38% share, followed by SK hynix with a 29% share.
    counterpointresearch.com
  • 22

    TSMC is the largest foundry by a wide margin and Samsung runs the second largest.

    Samsung not only returned to profitability but also increased its market share from 6.8% to 7.1% to maintain second place
    trendforce.com

Verified Sources

Every fact in this guide is linked to a primary source. Cross-check anything.

Show all 3 sources
  1. 01

    Nvidia: first quarter fiscal 2027 results (data center revenue USD 75.2 billion)

    nvidianews.nvidia.comAccessed August 2026
  2. 02

    SK hynix newsroom: 2026 market outlook, HBM-led memory cycle

    news.skhynix.comAccessed August 2026
  3. 03

    CNBC: comparing Nvidia GPUs, Google TPUs and AWS Trainium

    cnbc.comAccessed August 2026

Cite this guide

Seoulstart Editorial Team. (2026). AI Compute Decoded, Part 1: What an AI Chip Actually Is (2026). Seoulstart. Retrieved from https://seoulstart.com/guides/ai-compute-what-is-an-ai-chip
More formats (Chicago, BibTeX)

Chicago

Seoulstart Editorial Team. 2026."AI Compute Decoded, Part 1: What an AI Chip Actually Is (2026)."Seoulstart. Last modified August 14, 2026. https://seoulstart.com/guides/ai-compute-what-is-an-ai-chip.

BibTeX

@misc{seoulstart-ai-compute-what-is-an-ai-chip,
  author = {{Seoulstart Editorial Team}},
  title = {{AI Compute Decoded, Part 1: What an AI Chip Actually Is (2026)}},
  year = {2026},
  publisher = {Seoulstart},
  url = {https://seoulstart.com/guides/ai-compute-what-is-an-ai-chip},
  note = {Last updated August 14, 2026}
}

Have feedback or a topic we should cover?

Email us with corrections, questions, or topic suggestions. Or leave a public review so other foreign residents find the site.

From Seoulstart