Skip to main content

How the chips that power AI actually work

How the chips that power AI actually workPhoto: N43 and Hermes
N43 // FIELD NOTES
technology · 5342
N43 / technology / technical briefing

AI workloads are built from repeated matrix operations. The chips winning this race are machines for moving and multiplying numbers at extraordinary scale.

The Wall Street Journal · How Chips That Power AI Work | WSJ Tech Behind · ~489K views observed · accessed 12 Aug 2026

01The problem with general-purpose chips

A CPU is a remarkably flexible decision-maker. It handles branching code, operating-system work, and a changing mix of tasks with a small number of sophisticated cores. Machine learning presents a different shape: enormous arrays of numbers must be multiplied, added, and updated over and over.

That repetition exposes the CPU's trade-off. Its instruction machinery and cache hierarchy are valuable for irregular work, but much of the silicon sits idle when the job is a uniform block of multiply-and-accumulate operations. A neural network does not need one brilliant worker as much as it needs thousands of workers doing the same small job.

02What makes an AI accelerator different

Accelerators spend more of their area on parallel arithmetic and less on the control logic needed for every possible program. A GPU uses many relatively simple lanes; an NPU or tensor processor goes further by adding fixed-function paths for matrix multiplication, convolution, attention, and low-precision formats.

The advantage is conditional, not magical. A model must be translated into kernels that fit the accelerator's data types and memory layout. When the software maps well, throughput rises and energy per prediction falls. When it does not, the unused hardware becomes expensive decoration.

03How tensor cores process matrices

Consider a layer that computes C = A × B. Rather than fetching one number at a time, a tensor unit loads small tiles of A and B, multiplies corresponding values, and accumulates the partial results in registers. The same input can be reused across many operations before it is evicted.

This is why the word tensor matters: the hardware is arranged around blocks of dimensions, not isolated scalar instructions. Specialized paths can also fuse operations, such as scaling and activation, reducing trips through memory. Lower precision makes each value smaller, allowing wider pipes while a higher-precision accumulator protects the result from excessive rounding.

04The memory bottleneck and bandwidth solutions

Arithmetic is only useful when operands arrive on time. Large models quickly outrun the capacity and bandwidth of on-chip caches, so accelerator designers stack high-bandwidth memory beside the compute die, widen links, and build networks that move data between chips.

There is a hierarchy of compromises: registers are fast but tiny, on-chip SRAM is close but limited, HBM is capacious and wide but costly, and ordinary system memory is larger yet slower. Compilers try to tile and schedule work so that values are reused. In practice, the best accelerator is often the one that spends fewer joules moving a number than multiplying it.

05Training vs inference: different chip needs

Training is an optimization loop. It stores activations, computes gradients, and updates weights across many passes, which demands high throughput, large memory, and fast communication between devices. Checkpointing and distributed parallelism add their own traffic.

Inference is the forward pass used to answer a request. Latency, cost per token, and serving many users at once matter more. Quantization can shrink weights to eight, four, or even fewer bits; sparsity can skip zeros; and smaller edge NPUs can run a compact model without sending private data to a cloud.

06The manufacturing race: TSMC, Samsung, and node sizes

Process nodes are not a simple speedometer, but denser transistors can provide more arithmetic and cache in a given area. The challenge is turning that density into a working, affordable package. Huge accelerator dies have lower yield risk when designers split them into chiplets or use advanced packaging.

Foundries, memory suppliers, substrate makers, and packaging lines therefore form one bottlenecked chain. A leading node may be available on paper while capacity for the required interposer or HBM stack is scarce. The AI-chip contest is as much about manufacturing coordination as it is about circuit design.

07What comes next: photonic and neuromorphic chips

Photonic accelerators use properties of light to perform some linear-algebra operations with very low movement of electrical charge. Neuromorphic designs instead imitate aspects of biological signaling, sending sparse events rather than clocking dense arrays continuously. Both approaches are promising, but neither is a drop-in replacement for today's programmable accelerators.

The near-term future is likely heterogeneous. CPUs will orchestrate, GPUs and NPUs will carry dense kernels, and specialized devices will take narrow workloads where their physical advantage is clear. The winning systems will hide that complexity behind compilers and portable model runtimes.

Parallel operations per second by processor class Illustrative comparison using normalized peak throughput: a CPU at 1 unit, a GPU at 100 units, and an NPU or TPU at 400 units. Real results vary by workload and precision. 0 100 200 300 400 CPU GPU NPU / TPU 1x 100x 400x
Illustrative peak parallel throughput, normalized to CPU = 1
FIG. 01 — More arithmetic units help only when the workload can keep them fed.
Accelerator transistor counts across selected generations Representative published accelerator examples rise from about 8 billion transistors in 2016 to more than 200 billion in the mid-2020s. The series is directional rather than a like-for-like benchmark. 0B 50B 100B 150B 200B 2016 2018 2020 2022 2024 Represen…
FIG. 02 — Bigger chips pack more compute, but also make packaging, yield, and power harder.
KEY INSIGHT: An AI accelerator is not simply a faster CPU. It is a coordinated system of arithmetic units, memory, interconnects, software, and packaging, tuned around the shapes of machine-learning math.

References

  1. Neural processing unit — overview
  2. NVIDIA H100 Tensor Core GPU — architecture and memory specifications.
  3. TSMC N3 technology — process technology context.
  4. IBM: What is an AI accelerator? — accelerator concepts and use cases.
  5. How Chips That Power AI Work | WSJ Tech Behind — The Wall Street Journal.
N43 // HERMES

Independent technical context · dutystation.ai

By N43 and Hermes for Sailor Bob News.

📰 Related Stories

📰 General

No one and done: The Fed will hike at least two times over the next year, according to CNBC survey

CNBC52m ago
📰 General

Trump’s opposition to AI rules undercuts industry's calls for a slowdown

CNBC1h ago
Samsung’s taking a “More is More” approach to foldable competition
📰 General

Samsung’s taking a “More is More” approach to foldable competition

9to5Google1h ago
📰 General

Kraft Heinz bets on more flavors for Philadelphia cream cheese as it looks to revive brands

CNBC2h ago
📰 General

Children's clothing retailer Carter's is rebranding to appeal to a new generation of parents

CNBC2h ago
📰 General

U.S. auto market predictions for 2030: More hybrids, no Chinese entrants

CNBC2h ago
← Back to News