Refacto AI

Podcast episode

The Biggest Chip Ever Built — Why OpenAI Runs On It | Cerebras CEO Andrew Feldman

cloud-costs gpu-supply inference model-pricing

Cerebras CEO Andrew Feldman joined Matt Turck to make the case that inference speed, not training, is now the binding constraint on AI, and that his wafer-scale chips are positioned to break NVIDIA's grip on it.

The technical core holds up. Generating tokens one at a time is memory-bandwidth bound: every token requires streaming the entire model's weights from memory to the compute units. Cerebras uses on-chip SRAM (fast memory sitting directly next to the math units) instead of the HBM memory stacks that NVIDIA relies on, claiming roughly 2,500x the bandwidth for that generation step. Feldman also argues three supply shortages, HBM, advanced packaging, and leading-edge chip capacity, all bottleneck NVIDIA but not Cerebras. The OpenAI deal he cites is denominated in megawatts (250 per year, 2026 through 2028), which tells you where the real scarcity has moved.

Feldman is selling, and the "8 keystrokes to swap vendors" pitch measures the API call, not the integration work. But the supply-chain argument is mostly checkable, and if it holds, your 2026 inference procurement math looks different than you think.

Analysis

Showing the shorter version.

Cerebras CEO Andrew Feldman on Why Inference Is the New Battleground

Cerebras CEO Andrew Feldman spent an hour making the case that inference speed, not training, is the binding constraint on AI right now, and that his wafer-scale chips sidestep the three supply bottlenecks choking everyone running on NVIDIA: HBM memory, CoWoS packaging at TSMC, and 3nm capacity. The pitch underneath all of it: GPU dominance of inference is already cracking, and the economics of serving tokens are being rebuilt at the silicon level.

The technical claim is real, even if Feldman is selling

The core argument holds up on inspection. Generating tokens (decode) is memory-bandwidth bound, not compute bound. Every single token requires streaming the entire model's weights from memory to the compute units, so bandwidth is what matters, not raw FLOPs. Cerebras puts weights in on-chip SRAM, right next to the compute, instead of HBM stacked on a separate chip, and claims roughly 2,500x the bandwidth for decode. That's why Feldman keeps citing bandwidth numbers rather than FLOPs.

The prefill/decode split he describes is also genuine architecture, not marketing. Reading a prompt is parallel and GPU-friendly; generating the answer is sequential and bandwidth-starved. Splitting those two jobs across different chips is sound engineering. The disaggregated AWS deal, Trainium for prefill and Cerebras for decode, is an example of that in production.

The supply-chain argument is the one worth taking seriously

HBM comes from three suppliers: SK Hynix, Samsung, and Micron. It's effectively sold out. CoWoS packaging at TSMC is booked. 3nm capacity is spoken for by the GPU crowd. Cerebras sidesteps all three by using SRAM and 5nm. That's a real structural edge for the next 18 months, independent of anything Feldman says about his own product.

The power problem compounds it. OpenAI's deal with Cerebras is denominated in megawatts: 250 per year from 2026 through 2028. That's not an accident. The bottleneck has moved from "can we buy chips" to "can we power them," and grid operators are already cutting power to data centers in some regions. Labs physically cannot move all their inference to GPUs even if they wanted to.

Feldman's migration count is telling: in 18 months, Google moved Gemini to TPUs and Anthropic moved Claude to Trainium. OpenAI is now the only major lab still training on CUDA, and even OpenAI just signed that 750-megawatt inference deal with Cerebras. The migration is already well underway.

What the "8 keystrokes" claim actually means

Feldman says swapping a GPU inference API for Cerebras takes 8 keystrokes. The API call, sure. But your evals, quantization assumptions, KV-cache logic, fallback paths, and observability all assume the incumbent's behavior. Swapping endpoints is cheap. Trusting the outputs at your real traffic scale is not. The keystrokes are free; the eval work is the actual cost.

What this means in practice

For agentic workloads specifically, decode speed is a genuine product lever. Agentic systems compound latency: every tool call waits on the last token of the previous step, so decode speed is the difference between a 4-second agent and a 40-second one. Routing latency-critical agentic decode traffic to a fast-token vendor while keeping the rest where it is is a reasonable near-term move.

Before committing anything, run a decode-heavy agentic workload on a non-GPU inference vendor, measure tokens per second per dollar at your real context lengths, and stress the fallback path. Model HBM availability as a hard input to any 2026 GPU capacity planning. Ask any inference vendor for power-availability commitments in writing.

The call: By NVIDIA's Q3 FY2027 earnings (roughly November 2026), NVIDIA will report inference share under competitive pressure, and at least one more frontier lab beyond Google and Anthropic will be publicly serving or training a flagship model primarily on non-CUDA silicon. Medium confidence. The migration is already 70% underway and multi-year capacity deals are signed. The only scenario where NVIDIA re-consolidates inference share is if the HBM and power shortages ease fast, and no new fab or grid capacity lands on that timeline.

Comments