ModulEdge
news
OpenAI's Jalapeño Chip: What 160 kW in Two Racks Means for Your Floor Plan
“SemiAnalysis ran the benchmark, and they say that comparison does not hold up, because the two chips use different memory generations.”
LXLynx Blog
news
OpenAI's First Chip Jalapeño Benchmarked: Stronger Efficiency and Low-Latency Results Than NVIDIA Blackwell
“Throughput per kilowatt: 1.5x to 1.9x higher than NVIDIA’s system across the three models.”
williamsfloorcoverings.co.uk
news
OpenAI Jalapeño ASIC: How a 700W Chip Just Challenged Nvidia’s 1,400W GB300 at Hot Chips 2026
“Jalapeño does not train models. That remains entirely Nvidia’s territory.”
Efficiency Claim
Reported Jalapeño benchmarks show 1.5x to 1.9x higher throughput per kilowatt and 1.7x to 3.6x lower latency versus GB200/GB300 comparison systems.
Agent Latency
The chip targets inference delays that compound across multi-step agents, where each model call can add to total task time.
Rack Power
Coverage of the system describes a two-rack Jalapeño deployment unit at roughly 160 kW, making data-center design part of the silicon story.
OpenAI’s first public Jalapeño results make a narrow but important claim: its custom inference system can deliver more AI work per watt and lower latency than current comparison systems across GPT-OSS 120B, DeepSeek R1 670B and Kimi K2.5 1T tests. Initial deployment is planned inside OpenAI’s infrastructure by the end of 2026.26
For AI infrastructure buyers, the larger point is not that OpenAI has replaced Nvidia. It is that OpenAI is trying to make agentic products faster and cheaper by designing the model-serving stack and the silicon together.
The reported gains are strongest where agent products feel the most pain: interactive latency. Secondary summaries of the Hot Chips disclosure report 1.5x to 1.9x higher throughput per kilowatt and 1.7x to 3.6x lower end-to-end latency against Nvidia GB200/GB300 comparison systems. Kimi K2.5 minimum latency was reported at 1.56 seconds, versus 5.31 seconds on GB300.2
Agentic Brew’s roundup framed the chip as purpose-built for the workloads behind ChatGPT, Codex, the API and future agentic products. It also noted that the first deployment will be small and that real production scale is expected in 2027.4
That framing matters because multi-step agents multiply delay. A conventional chatbot can tolerate a few seconds of latency if it is answering once. An agent that searches, writes code, calls tools, checks results and retries may execute dozens of sequential model calls.
Each step adds queueing, prefill, decode and tool overhead. Superpower Daily’s systems-focused discussion put the issue plainly: for interactive agents doing sequential work, a large per-step speedup can determine whether a workflow feels usable or broken.5
Jalapeño’s central engineering argument is that modern inference is not only a matrix-math problem. It is also a data-movement problem.
LXLynx summarizes the architecture around keeping model-serving traffic local: compute cores are paired with HBM4 memory slices, the system is designed to reduce repeated access to shared memory resources, and both prefill and decode run on the same accelerator rather than being split across specialized chips.2
That is an infrastructure-oriented design choice. Prefill is compute-heavy because the system is processing the prompt. Decode is more memory-bandwidth-sensitive because the model generates tokens step by step while repeatedly using stored attention state.
For agentic workloads, the mix between prefill, decode, short calls, long calls and tool-mediated retries can shift quickly. A fixed hardware partition may be efficient for one traffic pattern and underused for another.
OpenAI’s bet, as reflected in the coverage, is that an inference ASIC optimized for language-model serving can expose memory bandwidth more effectively and reduce communication delays.
Williams Floorcoverings’ analysis notes that Jalapeño pairs each package with six HBM4 stacks, 216 GiB of capacity and 15.4 TB/s of bandwidth. It also emphasizes that the chip is an inference ASIC, not a general-purpose GPU or training system.3
That distinction is critical: Jalapeño targets the cost and responsiveness of running models, not the frontier training workloads where Nvidia GPUs remain central.
The headline benchmark comparison is meaningful, but incomplete. ModulEdge notes that the widely circulated comparison against GB300 is complicated by memory-generation differences: Jalapeño uses HBM4, while Blackwell systems use HBM3E.
In that view, Nvidia’s Vera Rubin platform is the more like-for-like comparison because it also uses HBM4.1 Agentic Brew flags the same caveat, describing the GB300 baseline rather than Rubin as a key limitation in reading the result as a durable Nvidia comparison.4
Power normalization is another important denominator. OpenAI’s published comparisons use each accelerator’s package TDP, with Jalapeño rated at 700 W and GB300 at 1,400 W in the cited coverage.3
But Williams Floorcoverings notes that Jalapeño’s sustained measured power reportedly stayed at or below 550 W during testing, and that using all-in utility power per accelerator narrows some gaps.3 For operators, the metric that matters is not the cleanest chip-level ratio. It is useful tokens, at a service-level target, per facility watt.
There is also a serving-mode caveat. Williams Floorcoverings reports that the comparison used single-token prediction, while Nvidia systems commonly use multi-token prediction in production. Under a GB300 multi-token baseline, the peak efficiency advantage is described as narrower.3
ModulEdge adds that SemiAnalysis verified some runs in person but did not run the full suite, and that there are no AgentX results yet for harder multi-turn, long-context tests.1
That does not make the results irrelevant. It means they should be read as strong early evidence for a specific serving profile, not as a final answer for every agent workload.
The public tests used GPT-OSS 120B, DeepSeek R1 and Kimi K2.5, which is useful because they span OpenAI and non-OpenAI models.2 But infrastructure teams will want to see long-context, multi-turn, tool-heavy and production-traffic benchmarks before treating Jalapeño as a general agent-inference yardstick.
Jalapeño also changes the physical planning conversation. ModulEdge reports that a deployable Jalapeño system is a two-rack unit: a host rack and an accelerator rack. The accelerator rack holds 128 ASICs and draws roughly 130 kW, while the two-rack system is described at about 160 kW.1
That makes Jalapeño less like a drop-in component and more like a rack-scale platform with its own power, cooling, topology and floor-plan implications.
The reported topology also matters. ModulEdge describes a 2,048-accelerator global domain across 16 racks, connected through copper and optical links.1 If that is the deployment unit OpenAI intends to scale, the engineering problem extends beyond chip efficiency into contiguous rack placement, power distribution, liquid cooling readiness, metering and operational reliability.
This is why Jalapeño should be treated as an infrastructure story. OpenAI is not merely buying accelerators and optimizing kernels after the fact. It is attempting vertical integration across silicon, networking, memory, serving software and products.
Scribbling Geek’s roundup explicitly framed the announcement as part of OpenAI’s broader full-stack infrastructure strategy, tying the chip to faster ChatGPT, Codex and agent-based workloads by year-end deployment.6
The other notable engineering claim is that AI helped build and program the chip. LXLynx reports that OpenAI completed the path from initial design to tape-out in nine months, versus a typical 18-to-24-month cycle for high-performance ASICs. It also reports that AI-generated kernels for selected GPT-OSS attention and mixture-of-experts blocks ran 1.5x to 1.8x faster than prior expert-written versions.2
ServeTheHome’s Hot Chips slide coverage likewise highlights OpenAI’s claim that AI helped build Jalapeño faster and improve it.7
If repeatable, that feedback loop is strategically important. A model company can use its own models to improve the silicon and kernels that serve future models. Those future models can then help optimize the next hardware generation.
This is the deeper co-design thesis: models shape workloads; workloads shape kernels; kernels shape silicon; and silicon changes the cost and latency envelope for products.
The caveat is that selected-kernel speedups are not full-model speedups. Optimizing an attention block or MoE kernel does not automatically translate into equivalent production gains once scheduling, memory pressure, networking, batching, failures and live traffic are included.
Still, it suggests OpenAI wants Jalapeño to be a programmable inference platform rather than a single fixed-function chip.
For AI agents, the potential product impact is straightforward: lower latency per model call can make longer chains practical, and better work per watt can make those chains cheaper to serve.
That matters for coding agents, research agents, browser agents, data-analysis agents and workflow agents that depend on iterative planning and tool use.
But the benchmark gap between single-turn inference and real agents remains unresolved. Superpower Daily notes that controlled Jalapeño tests used nominal 8K prompt and 1K response workloads and did not cover long-context, multi-turn AgentX-style scenarios that would stress cache routing and state management.5
LXLynx similarly advises caution for teams whose workloads depend on complex multi-turn conversations, very long contexts or agent-style routing tasks because public numbers for those scenarios have not been disclosed.2
That is the core question for OpenAI’s infrastructure roadmap: can the same locality and bandwidth advantages hold when agents maintain context, retrieve external memory, call tools, branch into subtasks and recover from errors?
If they do, Jalapeño could improve not just response speed but product design. Developers could afford more verification passes, more tool calls, more parallel attempts and richer agent loops without blowing through latency or power budgets.
Jalapeño is also not a clean replacement narrative. Williams Floorcoverings stresses that the chip is for inference, not training, and reports that OpenAI still plans to keep using large amounts of Nvidia hardware.3
Agentic Brew similarly frames Jalapeño as a proof of concept rather than an immediate challenge to Nvidia’s installed base, especially given small near-term volume and broader production expected in 2027.4
TECH NOISY’s weekly roundup described the August 25 Jalapeño disclosure as one of the week’s major official AI announcements and a potential turning point for power cost and Nvidia dependence. It also noted small-scale deployment by the end of 2026 and full-scale mass production in 2027.8
That is the right balance: strategically important, operationally early.
The next evidence should come from production, not slides. Infrastructure readers should look for four things: measured all-in facility power, not just package TDP; benchmarks against Vera Rubin-class systems; long-context and multi-turn agent workloads; and reliability data from sustained rack-scale operation.
If Jalapeño performs well under those conditions, the story will be bigger than one ASIC. It would show that the next phase of AI infrastructure competition is less about any single accelerator and more about how tightly a company can couple models, serving systems, networks, memory and data centers around the latency profile of useful AI work.

OpenAI says an internal AI system produced both an analytical proof and Lean formalization for a Navier–Stokes Millennium Prize problem resolution, but the immediate test is whether mathematicians can independently audit the public artifacts. The case may mark a shift in AI-assisted science, where papers, proof-checker code, agent workflows and provenance records all become part of the verification record.

IFA 2026 put humanoids, robot football, home companions and “Physical AI” at the center of the show, but many of the most striking systems remain controlled demonstrations. The clearest near-term progress is in specialized robots with defined jobs, while general-purpose home humanoids still need to prove perception, planning, manipulation and safety outside the exhibition hall.

A critical Elementor Pro vulnerability, CVE-2026-32475, is being exploited against WordPress sites, putting unpatched installations at risk of remote code execution and full site takeover. Administrators should update to Elementor Pro 4.2.2 or later and check upload directories and logs for signs of compromise.

GitHub’s September Copilot updates show frontier coding models moving from optional developer tools into governed enterprise infrastructure. For engineering managers, the key issue is no longer which model performs best in isolation, but who can use it, on what code, at what cost and under which review controls.
Inference
The process of running a trained AI model to generate outputs. Jalapeño is designed for inference, not for training new models.
Throughput per watt
A measure of how much useful AI work a system can produce for each unit of power consumed, often more relevant to operators than raw chip speed.
KV cache
Stored attention state used during token generation. Keeping it close to compute can reduce memory traffic and improve latency.
Prefill and decode
Two phases of language-model inference: prefill processes the input prompt, while decode generates the response token by token.
Comments