OpenAI's Jalapeño chip: what it is and why it matters

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited August 30, 2026

Expert Verified
Illustration of a custom AI inference chip on a circuit board next to a row of servers

What OpenAI actually announced

I build AI agents for a living, so I read chip launches through one lens: does this change what the models on top can do, or what they cost to run? Jalapeño is squarely the second kind, and it is a big one.

On June 24, 2026, OpenAI and Broadcom unveiled Jalapeño, OpenAI's first custom in-house chip. The name is a joke about heat and speed; the substance is that OpenAI is no longer renting all of its compute from someone else. It designed its own silicon, TechCrunch reported, and Bloomberg noted it had already received the first physical samples and was testing them.

OpenAI and Broadcom leaders holding up the Jalapeño inference chip, as shared by OpenAI
OpenAI and Broadcom leaders holding up the Jalapeño inference chip, as shared by OpenAI

The scale is the headline most people missed. This chip is one piece of a partnership to deploy 10 GW of OpenAI-designed accelerators over the next few years, a build-out OpenAI frames as part of its wider "full stack" plan to own the whole thing: models, products, serving software, chips, memory, and networking. Jalapeño is where that plan stops being a slide and becomes working silicon.

What Jalapeño is, and what it isn't

A few distinctions matter here, because "OpenAI made a chip" gets flattened into "OpenAI is fighting Nvidia" and that misses the point.

Jalapeño is an ASIC, an application-specific chip. Where an Nvidia GPU is a flexible general-purpose processor that can train models, run graphics, and serve inference, an ASIC does one narrow job extremely well and nothing else. Jalapeño's one job is inference, the serving side where a trained model reads your prompt and generates an answer. It does not train models. OpenAI still uses Nvidia and other partners for that.

And you cannot buy it. Jalapeño is not a product; it runs inside OpenAI's own infrastructure to serve ChatGPT, Codex, the API, and agentic products. For everyone else, the chip shows up indirectly, as faster and cheaper OpenAI models, not as hardware in your rack. If you want the specialised-inference-hardware-you-can-actually-rent version of this story, that market already exists in platforms like Baseten.

One more thing worth being fair about: this was fast. OpenAI says it went from design to tapeout in nine months, which is fast for custom silicon and tells you how much of the industry's talent and money is now pointed at inference cost.

The benchmark numbers

On August 25, 2026, OpenAI published Jalapeño's first results, and the numbers are the reason this launch got talked about.

Close-up of the Jalapeño inference chip mounted on a teal circuit board, as shared by OpenAI
Close-up of the Jalapeño inference chip mounted on a teal circuit board, as shared by OpenAI

Tested across three public models, GPT-OSS 120B, DeepSeek R1 670B, and Kimi K2.5 1T, OpenAI reported that Jalapeño delivered:

  • 1.5 to 1.9 times more AI work per watt at peak throughput
  • 1.7 to 3.6 times lower end-to-end latency
  • 2.1 to 4.1 times higher performance on highly interactive workloads

The comparison chip in OpenAI's own charts is the Nvidia GB200, rated at 1,200 watts against Jalapeño's 700. The point OpenAI keeps hammering is that it hit both higher throughput and lower latency from one design, where existing hardware usually forces a tradeoff between the two.

Hand-drawn bar chart comparing Jalapeño against the Nvidia GB200 on work per watt, lower latency, and interactive workloads
Hand-drawn bar chart comparing Jalapeño against the Nvidia GB200 on work per watt, lower latency, and interactive workloads

The independent read comes from SemiAnalysis, whose InferenceX benchmark OpenAI used. Their verdict was blunt in the headline, "Better Than Nvidia Blackwell," citing Jalapeño hitting nearly 700 tokens per second per user and more than 9 times the next best chip at a matched interactivity target. Worth holding one thing in mind, which I get to below: SemiAnalysis owns the benchmark OpenAI chose to run.

The most interesting part: the chip designed itself

Here is the detail I would put on the front page, and OpenAI almost buried it. The reason nine-month silicon was even possible is that OpenAI used its own models to design the chip.

Earlier models helped bring the chip up; newer ones are optimising and programming it. Using Codex with GPT-Astra, the team brought three open-weight models that were not in the original plan to high performance in two months. For selected attention and mixture-of-experts blocks, AI-generated implementations ran 1.5 to 1.8 times faster than the human-expert versions.

Loop diagram showing OpenAI models helping design the chip, Codex optimizing the kernels, and Jalapeño running models faster, in a nine-month cycle
Loop diagram showing OpenAI models helping design the chip, Codex optimizing the kernels, and Jalapeño running models faster, in a nine-month cycle

That is a loop: models help design the silicon, the silicon runs the models faster, the faster models help design the next silicon. Gen 2 is "deep in development" and Gen 3 is "taking shape." Whatever you think of the benchmarks, this feedback loop is the part that compounds, and it is the same reason AI coding assistants keep getting a bigger say in how real products get built.

What the community made of it

The reaction was not a clean victory lap, and the skepticism is fair enough to include.

The sharpest critique on Hacker News was that this is not an apples-to-apples fight:

Hacker News

"OpenAI's chip is targeting inference (FP8, FP4), while most of the chips it is being compared to are general purpose."

A purpose-built inference ASIC should beat a general-purpose GPU at inference per watt. That is what specialising buys you, so the win is real but also somewhat expected. Others pointed at who wrote the scorecard:

Hacker News

"This semi-analysis article reads a lot more like an OpenAI press release than a real analysis."

On the investing side of Reddit, the framing was less about tokens and more about margins, with r/NVDA_Stock treating custom silicon as a slow-burn threat to Nvidia's pricing power rather than an overnight one. My own read lands in the middle: the numbers are probably directionally true and real for OpenAI's workloads, and also exactly the numbers you would expect a specialised chip, benchmarked on its author's own test, to produce.

Why a chip announcement matters if you're not OpenAI

You are not going to install Jalapeño. So why care? Because inference cost is the quiet number under every AI product you use or build.

Layer-cake diagram showing custom silicon at the bottom, the models in the middle, and AI teammates doing real work on top, with cheaper inference flowing up
Layer-cake diagram showing custom silicon at the bottom, the models in the middle, and AI teammates doing real work on top, with cheaper inference flowing up

Every AI support reply, every drafted email, every AI agent that reads an order and answers a customer is an inference call that costs real money to serve. When OpenAI drives that cost down, it improves its own margins first, but the effect flows up the stack over time, in cheaper API pricing and models that do more per dollar. That is the tailwind that keeps turning AI support from a demo into a line item that obviously pays for itself, the same math behind how much AI can actually save in customer support.

It is also a reminder of where the real leverage sits for most teams. You do not compete by owning silicon; you compete by putting the models to work on your actual problems. The chip is the factory floor. The AI agent handling your tickets is the employee, and the employee is the part you get to hire.

Try eesel

Jalapeño is infrastructure, the layer under the models. eesel is the layer on top, the part you actually put to work. It is an AI teammate platform: you hire ready-to-work teammates for specific jobs, and the AI helpdesk teammate joins your existing Zendesk, Freshdesk, or Gorgias queue, learns from your past tickets and help center, and starts drafting or sending replies.

The eesel AI homepage showing its AI teammates for customer service, content, and operations

The differentiator I would point to is that you can simulate a teammate against your historical tickets before it ever answers a real customer, so you see how it will perform first instead of flipping a switch and hoping. Pricing is usage-based at 40 cents per ticket with no per-seat fees, and you can start free. Cheaper silicon under the hood is nice; a teammate you can actually try today is the part that changes your week.

Frequently Asked Questions

What is OpenAI's Jalapeño chip?
Jalapeño is OpenAI's first custom AI chip, an inference ASIC co-designed with Broadcom and built specifically to run large language models like ChatGPT and Codex. It is for inference (serving answers), not training.
Is the Jalapeño chip better than Nvidia?
On OpenAI's own August 2026 benchmarks, Jalapeño delivered 1.5 to 1.9 times more work per watt and 1.7 to 3.6 times lower latency than the comparison Nvidia GB200 system. That is a real efficiency win for OpenAI's specific workloads, but it is not a general-purpose replacement, and OpenAI says it will keep buying Nvidia. See our look at AI inference platforms for the wider picture.
Can I buy or use the Jalapeño chip?
No. Jalapeño runs inside OpenAI's own data centers to serve its products. You benefit from it indirectly through faster, cheaper OpenAI models, not by buying the silicon. If you want to put those models to work, an AI agent platform is the layer you actually touch.
Why does OpenAI's Jalapeño chip matter for businesses?
Cheaper, faster inference lowers the running cost of every AI feature built on top, which is what makes AI agents cheaper than human agents at scale. It pushes AI support and automation from "nice demo" toward "obviously worth it."
What does the Jalapeño chip mean for AI customer service?
It is a tailwind, not a product. Lower inference costs make it more economical to route real volume to AI, and tools like eesel already run on top of models like GPT to handle support tickets and live chat. Cheaper silicon just widens the gap between AI cost and human cost.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Illustrated hero banner showing a large reasoning engine held inside a reinforced containment frame with monitoring dials and a paused progress bar
Trending

OpenAI Astra: what's confirmed, what's paused, what's next

OpenAI Astra solved ten open math problems for about $2,000 of tokens, then got its own training runs paused. Here is every confirmed fact, straight from OpenAI.

Alicia Kirana UtomoAlicia Kirana UtomoAug 24, 2026
Illustration of the ChatGPT Work agent turning a goal into a finished doc, deck and spreadsheet
Trending

What is ChatGPT Work? OpenAI's work agent, explained

ChatGPT Work is OpenAI's new agent for teams, bundled into Business and Enterprise. Here's what it actually does, the plan and pricing tangle, and who it's for.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 10, 2026
Illustrated hero banner for GPT-5.6 Luna, OpenAI's fastest and cheapest model tier, with a crescent moon and speed motif
Trending

GPT-5.6 Luna: OpenAI's fastest, cheapest model tier explained

GPT-5.6 Luna is the fastest, cheapest tier of OpenAI's new model family, at $1/$6 per 1M tokens. Here is what it does, what it costs, and where you can use it.

Alicia Kirana UtomoAlicia Kirana UtomoJul 10, 2026
GPT-5.6 explainer hero banner showing the Sol, Terra, and Luna tiers as a sun, an earth, and a moon
Guides

What is GPT-5.6? Sol, Terra, and Luna explained

GPT-5.6 is OpenAI's Sol, Terra, and Luna family, generally available since July 9, 2026. Here's what each tier does, what it costs after the July 30 price cut, and where it fits in a support stack.

Alicia Kirana UtomoAlicia Kirana UtomoJun 29, 2026
Illustration of three rising ChatGPT plan tiers from individual to team to enterprise, with people comparing them
Trending

ChatGPT for Work pricing: Business & Enterprise cost (2026)

ChatGPT for Work runs $20-25 per user on Business and custom pricing on Enterprise. Here's the full cost breakdown, the hidden extras, and who each plan is for.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 13, 2026
Illustrated hero banner for a roundup of the best ChatGPT for Work alternatives
Trending

The 8 best ChatGPT for Work alternatives in 2026

A hands-on look at the best ChatGPT for Work alternatives in 2026, from Claude and Gemini to the support-specific tools a general assistant can't replace.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 13, 2026
Illustrated hero banner for a hands-on review of Paperclip, the open-source AI agent control plane
Trending

Paperclip review: the open-source AI agent runtime, tested

An honest Paperclip review: what the open-source control plane for running a company of AI agents does brilliantly, where its support story falls short, and who should actually run it.

Rama Adi NugrahaRama Adi NugrahaJul 20, 2026
Illustrated hero banner showing a blank price tag beside a locked gate and the OpenAI logo, representing GPT-5.6-Cyber's unpublished pricing
Trending

GPT-5.6-Cyber pricing: what OpenAI has and hasn't published

GPT-5.6-Cyber has no published per-token price, and OpenAI's own rate card has carried an empty Cyber row for generations. Here is what to budget with instead.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 11, 2026
Illustration of a stopwatch lifting away to reveal open runway, representing a lifted usage limit
Trending

OpenAI removed Codex's 5-hour limit: what actually changed

OpenAI temporarily removed the 5-hour usage limit on Codex and ChatGPT Work. Here is what changed on July 12, what stayed, and what it means for you.

Rama Adi NugrahaRama Adi NugrahaJul 20, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free