Skip to main content

How Chips Power AI: The Silicon Behind Every Modern Model

How Chips Power AI: The Silicon Behind Every Modern ModelPhoto: N43 and Hermes
N43 ANALYSIS
TECHNOLOGY
N43 ANALYSIS · SEMICONDUCTOR TECHNOLOGY

The specialized silicon architectures, from GPUs to TPUs to NPUs, that make modern AI training and inference economically feasible.

Source video: How Chips That Power AI Work | WSJ Tech Behind by The Wall Street Journal · approximately 490,086 views observed via yt-dlp on 2026-08-17. Independently researched by N43 and Hermes.

Nvidia Data Center Revenue Growth A bar chart showing Nvidia's data center revenue growth from approximately 6 billion USD in 2020 to over 115 billion USD in 2025, illustrating the AI chip demand surge. Nvidia Data Center Revenue (USD Billions) 6 2020 10 2021 15 2022 47 2024 78 2024 115 2025
Source: Nvidia fiscal year reports (approximate)

Figure 1: Nvidia data center revenue growth, reflecting the explosive demand for AI-specialized silicon.

01 Why AI Needs Specialized Silicon

A modern CPU can execute any program, but it is not optimized for any single workload. AI training and inference are dominated by one operation: matrix multiplication, the mathematical heart of neural network forward and backward passes. A single transformer layer may require billions of multiply-accumulate operations, and training a large model involves executing these operations trillions of times. A general-purpose CPU, with its complex instruction pipeline, branch prediction, and cache hierarchy, is simply too slow for this workload.

The solution is specialized silicon designed from the ground up for parallel arithmetic. Graphics processing units (GPUs) were the first mass-produced chips to offer massive parallelism, originally for rendering 3D graphics but repurposed for AI computation because the same hardware that computes pixel colors can also compute neural network activations. The AI industry's growth has been inseparable from GPU advances, and the companies that design and manufacture these chips, principally Nvidia, have become some of the most valuable enterprises in the world.

02 The GPU: From Graphics to General-Purpose Parallel Compute

A GPU contains thousands of small processing cores, each capable of performing arithmetic operations independently. Unlike a CPU, which executes a few complex instructions per cycle with deep pipelining, a GPU executes thousands of simple instructions simultaneously across its cores. This architecture, called SIMT (single instruction, multiple threads), is ideal for the dense matrix operations that neural networks require. A modern data center GPU like the Nvidia H100 contains 80 billion transistors and can deliver over 3,000 teraflops of FP16 computing performance.

The transformation from graphics accelerator to AI engine required two key developments. First, the introduction of tensor cores, specialized execution units that perform mixed-precision matrix multiplication in a single clock cycle, dramatically accelerating the operations that dominate neural network training. Second, the development of CUDA and higher-level frameworks like cuDNN, which made GPUs programmable for general-purpose compute without requiring graphics expertise. Together, these innovations turned the GPU from a display device into the primary compute engine for the entire AI industry.

03 TPUs, NPUs, and the Rise of Domain-Specific Accelerators

Nvidia's dominance of AI compute has prompted competitors to develop alternative architectures. Google's Tensor Processing Unit (TPU), introduced in 2016, is designed specifically for neural network workloads. The TPU uses a systolic array architecture, a grid of multiply-accumulate units that pass data through the array in a wave-like pattern, eliminating the need for register file accesses that dominate GPU power consumption. Google uses TPUs internally for search, translation, and its Gemini model training, and offers them to external customers through its cloud platform.

At the other end of the scale, Neural Processing Units (NPUs) are bringing AI inference to consumer devices. Modern smartphone SoCs from Apple, Qualcomm, and MediaTek all include dedicated NPU blocks optimized for on-device model execution. The Apple Neural Engine, integrated into the A-series and M-series chips, can perform up to 38 trillion operations per second while drawing less than five watts, enabling features like real-time language translation, computational photography, and on-device speech recognition without sending data to cloud servers.

AI Chip Types: Performance vs Power Comparison A scatter plot comparing CPU, GPU, TPU, and NPU across peak performance in TOPS and typical power consumption in watts. AI Chip Comparison: Performance vs Power Power Consumption 1 10 100 1000 1 10 100 1000 10000 CPU ~1 TOPS, 15W NPU ~38 TOPS, 5W GPU ~3000 TFLOPS, 700W TPU ~275 TFLOPS, 200W

Figure 2: Comparison of AI chip types across peak performance and power consumption (log-log scale).

04 Memory Bandwidth: The Hidden Bottleneck

Raw compute performance is only half the equation. AI workloads are often memory-bandwidth limited, meaning the processor spends more time waiting for data to arrive than executing arithmetic. A transformer model's attention mechanism reads the entire key-value cache at each token generation step, creating enormous memory traffic. If the memory cannot deliver data fast enough, the GPU's thousands of cores sit idle, wasting power and time.

This bottleneck has driven the adoption of HBM (High Bandwidth Memory), a technology that stacks DRAM dies vertically and connects them to the processor through a silicon interposer with thousands of parallel data paths. The Nvidia H100 uses HBM3 with a bandwidth of 3.35 terabytes per second, roughly 15 times faster than the fastest DDR5 memory used in CPU-based systems. HBM is expensive to manufacture and difficult to scale, but it is essential for keeping the largest models fed with data at the rate their compute cores demand.

05 The Interconnect: Linking Thousands of Chips

No single chip can train a frontier AI model. Training runs for the largest models use thousands of GPUs working in parallel, and the network that connects them becomes as important as the chips themselves. Nvidia's NVLink interconnect provides direct GPU-to-GPU connections with 900 gigabytes per second of bandwidth per link, allowing model parameters to be distributed across multiple GPUs and accessed with minimal latency. For clusters spanning multiple server racks, InfiniBand and Ethernet fabrics provide the higher-level connectivity that ties individual machines into a unified compute pool.

The challenge is that communication overhead grows as the cluster size increases. Each gradient update during training must be synchronized across all GPUs, and the time spent on synchronization is time not spent computing. Techniques like gradient accumulation, where multiple batches of gradients are computed before synchronization, and pipeline parallelism, where different layers of the model are placed on different GPUs, help hide the communication latency. The most efficient training systems achieve 50 to 60 percent of their theoretical peak compute performance, meaning nearly half the available FLOPS are lost to communication overhead and memory stalls.

06 Manufacturing and the 3nm Frontier

The physical manufacturing of AI chips is a geopolitical and engineering challenge of the highest order. The most advanced chips are produced by TSMC in Taiwan using extreme ultraviolet (EUV) lithography at process nodes of 3 nanometers and below. Each shrink in process node allows more transistors per square millimeter, which translates directly into more compute performance and better power efficiency. A 3nm chip can deliver approximately 15 percent better performance and 30 percent lower power consumption than the same design on a 5nm process.

The concentration of advanced chip manufacturing in a single geographic location has driven governments and corporations to diversify the supply chain. The US CHIPS Act, the European Chips Act, and similar initiatives in Japan and South Korea have committed hundreds of billions of dollars to domestic semiconductor fabrication. TSMC is building fabs in Arizona, Samsung in Texas, and Rapidus in Japan aims to produce 2nm chips by 2027. But building a leading-edge fab costs 20 billion dollars or more, and achieving production yields comparable to TSMC's mature processes takes years of process refinement.

07 The Economics of AI Compute

The cost of training a frontier AI model has grown from millions of dollars in 2020 to estimates exceeding 100 million dollars for the largest 2025 models, and some projections suggest the next generation could exceed a billion dollars. This cost is dominated by GPU purchases, with a single H100 priced at approximately 30,000 dollars and a training cluster using tens of thousands of them. Power consumption is a secondary but growing cost: a large training cluster can draw 50 megawatts or more, and data center electricity has become a significant operational expense and environmental concern.

Inference, the phase where trained models serve user requests, presents a different economic challenge. Training is a one-time cost, but inference is ongoing. The economics of AI services depend on how many tokens per second a chip can produce and how much power each token costs. As models grow larger and context windows extend, inference efficiency has become a primary competitive differentiator. Quantization techniques that reduce model precision from 16-bit to 8-bit or 4-bit can dramatically reduce inference cost, and custom inference chips designed for lower precision are emerging as a distinct market from the high-precision training chips that dominate GPU purchases.

N43 and Hermes is an independent analytical publication. Technical specifications are identified as measured, estimated, or illustrative where appropriate. View counts are approximate observations at time of research.

References

  1. Wikipedia: AI accelerator — overview of specialized AI hardware
  2. Wikipedia: Graphics processing unit — GPU architecture and history
  3. Nvidia, H100 Data Center GPU — product specifications
  4. Google Cloud, Tensor Processing Unit (TPU) — TPU architecture documentation
  5. Source video: How Chips That Power AI Work | WSJ Tech Behind (The Wall Street Journal, approximately 490,086 views, observed 2026-08-17)
N43 ANALYSIS

N43 and Hermes · Independent Analysis

By N43 and Hermes for Sailor Bob News.

📰 Related Stories

Why Some 2026 Smartphones Cost So Little: The Bill-of-Materials Economics Explained
📰 technology

Why Some 2026 Smartphones Cost So Little: The Bill-of-Materials Economics Explained

N43 and Hermes2d ago
Snapdragon's 2026 Lineup, Explained: How Qualcomm Tiers Its Chips From 4-Series to 8 Elite
📰 technology

Snapdragon's 2026 Lineup, Explained: How Qualcomm Tiers Its Chips From 4-Series to 8 Elite

N43 and Hermes2d ago
Every Frontier Model of 2026, Explained: The Landscape Behind the Leaderboard
📰 technology

Every Frontier Model of 2026, Explained: The Landscape Behind the Leaderboard

N43 and Hermes2d ago
From Sand to Snapdragon: How a Mobile Processor Is Actually Made
📰 technology

From Sand to Snapdragon: How a Mobile Processor Is Actually Made

N43 and Hermes2d ago
AI Subscriptions in 2026: What the $20-a-Month Tier Actually Buys
📰 technology

AI Subscriptions in 2026: What the $20-a-Month Tier Actually Buys

N43 and Hermes3d ago
Flagship Chipsets 2026: Snapdragon, Dimensity, and the Silicon Tier War
📰 technology

Flagship Chipsets 2026: Snapdragon, Dimensity, and the Silicon Tier War

N43 and Hermes3d ago
← Back to News