OpenAI Jalapeño: Custom Inference Chip Debuts at Hot Chips

OpenAI officially unveiled its self-designed inference chip, Jalapeño, at the Hot Chips 2026 conference on August 25. Co-developed with Broadcom, the chip went from initial team hiring to tape-out in just 16 months.

Key Specs

ItemData
Power700W per chip
Memory216GB HBM4
Memory Bandwidth15.4 TB/s
4-bit Compute13.4 PFLOPS
Chips per Rack128
Rack Total Compute1.7 EFLOPS (4-bit)
Rack Memory27.5TB HBM4
Rack BandwidthNearly 2PB/s

Benchmark Results

SemiAnalysis InferenceX benchmark results show:

Notably, Jalapeño was tested without Multi-Token Prediction (MTP) optimization, while all competing Nvidia/AMD chips ran with MTP enabled. Jalapeño still came out ahead.

Not a Specialized Chip, a General-Purpose Inference Platform

The common assumption was that OpenAI's chip would only run its own models. SemiAnalysis testing proved otherwise. Jalapeño is a general-purpose inference chip capable of running various models and workloads. OpenAI even ported Doom to the chip using Codex prompts as a demonstration.

The chip uses HBM4 memory with specs comparable to Nvidia and AMD flagship GPUs. Richard Ho, VP of Hardware at OpenAI, said the design goal was to minimize data movement and keep model state like KV caches on-chip.

Timeline and Positioning

OpenAI clarified that Jalapeño will not replace Nvidia or AMD. Training still requires GPU programmability. Jalapeño handles inference only, taking a different path from Nvidia/AMD's training-plus-inference hybrid chips.

Qwen 3.8-Flash-Next: A Preview of the Qwen4 Architecture

Alibaba's Qwen team posted the Qwen3.8-Flash-Next model page on HuggingFace, marked as "Upcoming release." At the time of writing, 1,532 people had clicked the "waiting for release" button.

Known Parameters

125B total parameters with only 6B activated per forward pass indicates aggressive MoE routing. Compared to the Qwen3.8-2.4T-A95B (2.4T total, 95B active), Flash-Next uses far fewer active parameters to pursue faster inference.

Qwen3.8 Series Current Performance

The open-source Qwen3.8-2.4T-A95B, released on August 13, shows strong results across multiple benchmarks:

BenchmarkQwen3.8-MaxOpus 4.8Fable 5GPT 5.6 Sol
PaperBench93.080.388.890.5
Terminal Bench 2.186.684.684.688.8
SWE-bench Pro67.769.280.064.6
FrontierSWE73.570.088.8--
Agents' Last Exam52.445.1--53.6

Qwen3.8-Max matches or exceeds GPT 5.6 Sol on PaperBench (93.0) and Agents' Last Exam (52.4). However, it trails Fable 5 significantly on SWE-bench Pro (67.7 vs 80.0) and FrontierSWE (73.5 vs 88.8).

The key question for Flash-Next is whether it can maintain coding capability while substantially reducing inference cost.

What It Means

Both developments point in the same direction: AI inference is shifting from "buy Nvidia GPUs" to a combination of custom chips and efficient model architectures. OpenAI's Jalapeño proves custom inference silicon can beat Nvidia on performance-per-watt. Alibaba's MoE approach shows that 6% of parameters can do the work of a full-size model. If both paths succeed, inference costs may drop faster than most expect.