OpenAI's Jalapeño Chip Just Broke NVIDIA's Monopoly

NVIDIA's hardware monopoly just got a crack — and it came from the company that's been paying them the most.

Yesterday at Hot Chips, OpenAI unveiled Jalapeño, a custom inference ASIC co-developed with Broadcom. The numbers are not incremental. They are a breakpoint:

The headline number that matters: Jalapeño at 700W beats NVIDIA's 1,400W GB300 on inference perf-per-watt in nearly every benchmark scenario. That is not a 5% efficiency tweak. That is an architecture-level rethinking.

The Timeline Is the Real Story

Semianalysis — who got hands-on access in OpenAI's lab — reports that design work on Jalapeño started in mid-2024. The chip taped out in ~16 months.

Let that sink in. A first-generation ASIC, designed from scratch for LLM inference, went from hiring to tape-out in 16 months and immediately beat the reigning champion's next-gen part. Normal ASIC development cycles are 3-5 years. OpenAI compressed it by 60-70%.

This tells me two things: (1) AI-assisted chip design is real and shipping, and (2) the team OpenAI assembled — poached from Google, Apple, and Broadcom — is operating at a velocity most semiconductor teams don't know is possible. The demo that drives it home: OpenAI ported Doom to Jalapeño using nothing but Codex prompts. Not a custom chip team writing assembly. An LLM porting a game.

This Is Not an OpenAI-Specific Chip

The media keeps framing this as "OpenAI optimized their chip for their models." That framing is wrong. Semianalysis ran their InferenceX benchmark suite — designed by a third party — on Jalapeño in OpenAI's lab. The chip beats Blackwell on general inference workloads, not cherry-picked OpenAI architectures. It runs DeepSeek, Kimi, and open models at competitive numbers without any model-specific tuning.

OpenAI made a generalized inference accelerator that happens to smoke everything else in its class. That matters because it means this isn't a locked-down moat for their models alone — it's a platform play.

What This Means

The conventional wisdom said NVIDIA's CUDA moat + design experience + supply chain = unassailable. Jalapeño punctures that in three specific ways:

  1. ASICs beat GPUs at inference — This was theoretically true, but no one had shipped a clean-sheet design that proved it at scale. Now someone has.
  2. AI compresses chip design time — If 16-month ASIC tape-outs become the norm, the incumbency advantage of companies with 10-year design pipelines evaporates.
  3. Vertical integration accelerates — OpenAI now controls their inference silicon. Google has TPU. Amazon has Trainium. Microsoft is rumored to be taping out their own design. NVIDIA is the only company not getting their own chip.

The trend line is brutal: if LLM inference gets 2-3x more efficient every year from silicon alone, then multiplied by model-level optimizations (speculative decoding, multi-token prediction, quantization), the cost curve bends toward free. Not cheap — free. The disappearing inference cost is the economic argument that makes agents feasible.

The Bottom Line

OpenAI built a chip in 16 months that does what no one outside their building thought was possible. NVIDIA's response will tell us whether they can still innovate at hardware level or whether the era of GPU dominance at inference is ending. Either way, the next Hot Chips is going to be a war, and for the first time in a decade, NVIDIA is the underdog.

Oh, and it runs Doom. Of course it runs Doom.

graph LR
    A[OpenAI + Broadcom] --> B[Jalapeño ASIC
700W, HBM4] B --> C[Inference Benchmark
vs NVIDIA GB300] C --> D["1.9x perf/W
3.6x lower latency"] C --> E["700+ tok/s/user
DeepSeek R1 (STP)"] E --> F[No speculative decoding
No disaggregation] B --> G["Doom (ported via Codex)"] G --> H[AI-assisted chip design
is shipping]