AIToday

Nvidia, AMD, Cerebras race to lead AI inference chip market

Yahoo Finance AI2h ago
Nvidia, AMD, Cerebras race to lead AI inference chip market

Key takeaway

Three major chipmakers are competing to dominate AI inference, the phase where trained AI models execute real-world tasks and expected to become the larger market relative to training. Nvidia leveraged its Groq acquisition to pair LPUs (which use on-chip memory for speed) with GPUs; Cerebras built oversized wafer-scale chips that are 6 times faster than Nvidia's LPUs; and AMD is pairing its GPU-CPU chiplet design with memory optimization software to reduce costs. AMD also stands to benefit from the rise of agentic AI workloads, which will dramatically increase CPU demand in data centers.

Summaries like this, in your inbox every morning.

Sign up free →

3 Key Points

  • What happened

    Chipmakers Nvidia, Advanced Micro Devices (AMD), and Cerebras Systems are competing to power AI inference — the phase where trained models perform real-world tasks — each using different chip architectures. Nvidia acquired Groq and its language processing units (LPUs) to complement its GPUs; Cerebras built wafer-sized chips about the size of dinner plates that deliver 6 times faster inference than Nvidia's LPUs and 15 times faster than its GPUs; AMD is leveraging chiplet design and its recent acquisition of memory optimization software company MEXT to reduce data center costs.

  • Why it matters

    Inference is expected to become the larger of the two AI markets (training and inference) eventually. Success in inference workloads depends more on memory access speed than raw computing power, so the company that solves that problem best stands to capture significant market share. Cerebras has already won a $20 billion(約3.2兆円) deal with OpenAI and inked a deal with Amazon Web Services. AMD benefits from two trends: inference growth and agentic AI workloads, which require far more CPUs than other AI tasks, shifting the GPU-to-CPU ratio in data centers from about 8 to 1 toward 1 to 1.

  • What to watch

    Cerebras's premium, end-to-end server rack offering (CS-3 system) remains expensive and limited to complete system sales or rentals, whereas AMD's approach — bundling memory optimization software with GPU and CPU solutions — is described as simpler and already has inference deals in place with OpenAI and Meta Platforms, with rumors of Anthropic becoming a customer.

In Depth

The next frontier of artificial intelligence is not building and training models, but deploying them — the inference phase where trained models execute real-world tasks for users and applications. While training has been the focus of the first wave of AI infrastructure investment and has made Nvidia the dominant chipmaker, inference is expected to eventually become the larger of the two markets. The challenge in inference is different from training: whereas training demands sheer raw computing power, inference depends heavily on fast memory access — getting the trained weights and intermediate values to the compute cores as quickly as possible.

Nvidia, long the leader in AI infrastructure through its GPU monopoly and CUDA software ecosystem, has moved to entrench itself in inference by acquiring Groq and integrating its language processing units (LPUs) into its product line. LPUs use a small amount of on-chip SRAM (static random-access memory) to deliver inference at near-zero latency. Nvidia's inference solution pairs LPUs — which handle the decode phase, generating a response token by token — with GPUs equipped with high-bandwidth memory (HBM), which handle the prefill phase of understanding the user's initial prompt. The company has built complete server racks optimized for this dual-chip workflow.

Cerebras has taken a radically different approach. Recognizing that SRAM is physically bulky and limits how much memory any single chip can carry, the company designed wafer-sized chips approximately the size of dinner plates. These chips cram the equivalent of many standard chips onto a single slab of silicon, enabling the company to claim performance advantages of 6 times over Nvidia's LPUs and 15 times over Nvidia's GPUs on inference tasks. However, the wafer-scale design comes with drawbacks: defects in manufacturing are costly, so Cerebras builds in redundant cores to allow chips to work around defective areas. The chips also require specialized cooling and power management, making them impractical to sell as standalone components. Instead, Cerebras bundles them into its complete end-to-end CS-3 server rack system, positioning it as an expensive premium offering. Despite the high cost, the company has secured major deals: a $20 billion(約3.2兆円) contract with OpenAI and a separate arrangement with Amazon Web Services, both of which could accelerate mainstream adoption.

AMD, the third competitor, is using a more incremental approach. Rather than on-chip SRAM, it relies on chiplet design — modular chip architecture that allows more memory to be packaged alongside its GPUs. AMD has also recently acquired MEXT, a memory optimization software company that tackles a pressing problem in data center economics: high-bandwidth memory (HBM) is in short supply, and DRAM prices have been surging, making data center construction increasingly expensive. MEXT's core innovation is a predictive AI engine that analyzes memory access patterns in real time, anticipates what data an application will need next, and automatically offloads rarely-accessed data to much cheaper flash storage. This approach allows AMD to offer inference servers that save customers money while maintaining performance. Beyond inference, AMD is also positioned to win from the rise of agentic AI — autonomous AI agents that require far more CPU processing than other AI workloads. As agentic AI grows, the ratio of GPUs to CPUs in data centers is expected to compress from about 8 to 1 toward 1 to 1, and AMD is a leading CPU maker for AI data centers, giving it exposure to this second wave of growth. The company already has inference deals with OpenAI and Meta Platforms, and rumors suggest Anthropic may become a major customer.

Context & Analysis

The AI infrastructure market is entering a new phase. While the initial wave of artificial intelligence investment centered on training large language models — where Nvidia's CUDA software platform and GPU dominance created an unassailable lead — the economics of deployment are shifting toward inference. Inference workloads place different demands on hardware: speed of memory access matters far more than raw computing throughput, and all three competitors have recognized this constraint and designed fundamentally different solutions.

Nvidia's strategy has been to acquire its way into the space, absorbing Groq's language processing units and layering them into its existing CUDA ecosystem. This preserves its software advantage while addressing the memory bottleneck through specialized chip architecture. Cerebras, by contrast, is pursuing a radically different hardware path: wafer-scale silicon that consolidates more transistors on a single chip, achieving faster performance but at the cost of complexity, premium pricing, and the requirement to sell complete systems rather than individual chips. AMD is taking a third route, using chiplet modularization to combine memory more flexibly with its existing GPU and CPU designs, and augmenting this with software optimization (MEXT) to reduce the need for expensive high-bandwidth memory.

The body suggests that AMD's dual exposure — both to inference growth and to the explosive demand for CPUs driven by agentic AI — gives it two growth drivers where Nvidia and Cerebras each have one. Cerebras's $20 billion(約3.2兆円) OpenAI contract and AWS partnership could fast-track adoption, but the premium pricing and vendor lock-in inherent in a complete-system model may limit its addressable market. AMD's simpler, more modular approach and existing customer relationships (OpenAI, Meta, and rumored discussions with Anthropic) position it to capture a broad share of inference deals.

FAQ

What is the technical difference between how each company approaches AI inference?
Nvidia pairs language processing units (LPUs) that use small amounts of on-chip SRAM with GPUs packaged with high-bandwidth memory (HBM) — LPUs handle decode (response generation) with near-zero lag, while GPUs handle the prefill phase. Cerebras uses wafer-sized chips about the size of dinner plates that pack many standard chips' worth of hardware onto a single slab of silicon. AMD uses chiplet design to package more memory with its GPUs and pairs it with memory optimization software (MEXT) that offloads rarely-accessed data to cheaper flash storage.
What deals has Cerebras announced?
Cerebras won a $20 billion(約3.2兆円) deal with OpenAI and also inked a deal with Amazon Web Services.
How will agentic AI affect AMD's competitive position?
Agentic AI workloads require far more CPUs than other AI processing tasks, and the GPU-to-CPU ratio in data centers is expected to shrink from about 8 to 1 to around 1 to 1. Since AMD is a leading maker of CPUs for AI data centers, it stands to benefit from this shift alongside its inference offerings.

Get AI news like this every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Discussion

No discussion yet for this article

Stay ahead with AI news

Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.

Get Started Free

Free · takes 30 seconds · unsubscribe anytime

1 minute a day. The AI essentials.

200+ sources · Email / LINE / Slack

Get it free →