Review

OpenAI Jalapeño Benchmarks: AI Inference Enters the Custom-Silicon Era

On August 25, 2026, OpenAI published the first measured results for Jalapeño, its first custom inference processor. The chip is designed primarily for serving language models rather than training them. On SemiAnalysis InferenceX tests covering GPT‑OSS 120B, DeepSeek R1 670B, and Kimi K2.5 1T, OpenAI reports roughly 1.5–1.9× higher peak AI work per watt and 1.7–3.6× lower end-to-end latency than the comparison systems. For highly interactive workloads, the reported performance advantage reaches about 2.1–4.1×. OpenAI also used AI to optimize selected attention and mixture-of-experts implementations, where generated kernels ran 1.5–1.8× faster than previous human-expert implementations. The larger story is a full-stack loop connecting models, serving software, memory, networking, and custom silicon.

# OpenAI Jalapeño Benchmarks: AI Inference Enters the Custom-Silicon Era ## Article Summary On August 25, 2026, OpenAI published the first measured results for Jalapeño, its first custom inference processor. The chip is designed primarily for serving language models rather than training them. On SemiAnalysis InferenceX tests covering GPT‑OSS 120B, DeepSeek R1 670B, and Kimi K2.5 1T, OpenAI reports roughly 1.5–1.9× higher peak AI work per watt and 1.7–3.6× lower end-to-end latency than the comparison systems. For highly interactive workloads, the reported performance advantage reaches about 2.1–4.1×. OpenAI also used AI to optimize selected attention and mixture-of-experts implementations, where generated kernels ran 1.5–1.8× faster than previous human-expert implementations. The larger story is a full-stack loop connecting models, serving software, memory, networking, and custom silicon. --- Jalapeño is not primarily a training accelerator. Its job is inference: serving already-trained models quickly and efficiently. ## Prefill versus decode Prefill processes the prompt and is compute heavy. Decode produces tokens one by one and is often more sensitive to memory bandwidth and data movement. Agent workloads amplify both problems: ```text model → tool → model → tool → model ``` Latency compounds across the entire task. ## What OpenAI measured The public tests include GPT‑OSS 120B, DeepSeek R1 670B, and Kimi K2.5 1T. For GPT‑OSS 120B, OpenAI reports roughly 1.9× higher peak mixed throughput per kW, 1.7× lower end-to-end latency, and 2.7× lower minimum time-between-tokens. For DeepSeek R1, the reported figures are roughly 1.7× higher peak mixed throughput per kW, 3.6× lower end-to-end latency, and 4.1× lower minimum TBT. For Kimi K2.5, the figures are roughly 1.5×, 3.4×, and 3.8× respectively. These numbers should not be generalized into “Jalapeño is X times faster than every GPU.” They are measurements under specific InferenceX configurations and matched operating points. ## Why power efficiency matters Inference cost includes electricity, cooling, memory, networking, data-center capacity, and operations. More useful work from the same power budget can either serve more users or reduce the cost of a fixed workload. That becomes especially important for always-on agents. ## Rated versus actual power Jalapeño is rated at 700 watts. OpenAI says measured sustained power stayed at or below roughly 550 watts in the reported workloads. Infrastructure decisions should compare actual power, throughput, latency, and utilization rather than TDP alone. ## AI helped optimize the chip software OpenAI also reports that AI-generated implementations of selected GPT‑OSS attention and MoE blocks ran about 1.5–1.8× faster than previous human-expert implementations. That does not mean the entire model runs 1.8× faster. But it demonstrates a potentially important development loop: ```text stronger models → optimize accelerator software → faster inference → run stronger models → repeat ``` ## Why agents change hardware priorities A chatbot may require one major inference pass. An agent may require ten or twenty. Reducing per-step latency changes the complete user experience, not only benchmark scores. The relevant metric becomes time to finish a useful task. ## OpenAI is not replacing NVIDIA OpenAI explicitly says it will continue deploying accelerators from NVIDIA and other partners. Jalapeño should be understood as another part of a diversified inference fleet. ## Deployment timeline OpenAI plans to begin deploying Jalapeño into its own compute infrastructure by the end of 2026. The company is still working through production qualification, software maturity, operational readiness, and broader model validation. ## What developers may eventually notice Developers will not program Jalapeño directly in the near term. The effects are more likely to appear through lower API latency, more responsive coding and voice agents, improved capacity, potentially better cost economics, and new always-on agent workloads. ## The benchmark is moving beyond FLOPS Traditional accelerator comparison focuses on FLOPS, TOPS, HBM, and bandwidth. Agentic inference increasingly depends on the entire request path: ```text prefill + decode + KV cache + networking + batching + latency + power ``` Jalapeño is designed around that full-system perspective. ## Conclusion The important story is not simply that OpenAI built a chip. It is that OpenAI is trying to connect model design, serving software, memory, networking, and silicon into one optimization loop. The published results show roughly 1.5–1.9× higher peak work per watt, 1.7–3.6× lower end-to-end latency, 2.1–4.1× stronger highly interactive performance, and 1.5–1.8× speedups for selected AI-generated kernel implementations. If those advantages hold at production scale, the biggest effect may be on how cheaply and responsively multi-step agents can run. For more AI infrastructure, inference, and frontier engineering analysis, visit **Zyentor Picks**: https://www.zyentorpicks.com/.

Disclaimer: Tool features and pricing may change. Please verify with official sources. Some links may contain affiliate codes.