{"slug": "openai-jalapeno-puts-nvidia-s-inference-margins-on-the-clock", "title": "OpenAI Jalapeño puts NVIDIA's inference margins on the clock", "summary": "OpenAI and Broadcom co-developed Jalapeño, a custom inference ASIC that OpenAI claims beats NVIDIA's Blackwell on latency and performance per watt in early benchmarks. The chip, slated for deployment by end of 2026, is part of a 10-gigawatt custom-accelerator program through 2029, giving OpenAI more control over inference hardware and reducing reliance on NVIDIA GPUs.", "body_md": "Does Jalapeño beat NVIDIA?\n\nOn the benchmark OpenAI published, yes.\n\nDoes that make it a better chip than NVIDIA's Blackwell platform?\n\nThe evidence does not support that claim yet.\n\nShould NVIDIA care?\n\nYes. Jalapeño gives OpenAI a credible way to move repeated, high-volume inference onto hardware it controls. That changes how OpenAI buys GPUs, how much pricing power NVIDIA keeps, and how expensive it is to leave CUDA.\n\nThat is a narrower claim than \"NVIDIA killer.\" It is also more interesting.\n\nShort version:Jalapeño is an inference ASIC co-developed by OpenAI and Broadcom. Early results show excellent latency and performance per watt on three large models. It has not yet proved production-scale economics, long-context agent performance, or fleet reliability. Near term, it gives OpenAI capacity and negotiating power. Over time, it could take a profitable slice of inference away from merchant GPUs and weaken one part of NVIDIA's software moat.\n\nThis is infrastructure analysis, not a stock call.\n\nOpenAI calls Jalapeño its first \"Intelligence Processor.\" The plainer description is a custom ASIC for large-language-model inference, built with Broadcom and turned into boards, racks, and production systems with Celestica.\n\nThis is intended to become more than a lab project. OpenAI and Broadcom announced a 10-gigawatt custom-accelerator program in October 2025, with racks targeted to start deploying in the second half of 2026 and the program running through 2029. Those gigawatts are a roadmap, not deployed capacity. [The original collaboration announcement states the schedule](https://openai.com/index/openai-and-broadcom-announce-strategic-collaboration/).\n\nInference is the part that happens after training. A model has already learned its weights. The system now has to process a prompt, generate tokens, maintain the conversation state, route requests, and repeat that work for millions of users and agents.\n\nNVIDIA GPUs can train models and serve them. Jalapeño has a smaller job description. It is designed around serving current and future LLMs, with special attention to memory movement, network delays, and the changing mix of prompt processing and token generation. OpenAI says the first engineering samples are running at target frequency and power, and that initial deployment is planned by the end of 2026. [OpenAI's launch announcement has the full scope](https://openai.com/index/openai-broadcom-jalapeno-inference-chip/).\n\nThat narrower job lets a purpose-built chip skip features required by a merchant platform. It can spend more of its transistor, memory, and power budget on the workload its owner runs every day.\n\nAn LLM request has two broad phases.\n\nDuring **prefill**, the system reads the prompt and builds the initial state. This phase leans heavily on compute.\n\nDuring **decode**, the model emits tokens one at a time. Decode often waits on memory bandwidth because the system repeatedly reads weights and the key-value cache, or KV cache, that holds attention state from earlier tokens.\n\nThe arithmetic units can be fast and still sit idle. Data may have to cross a cache hierarchy, move between chips, or travel from a prefill worker to a separate decode worker. Every move costs energy. Some moves also add directly to the delay a user feels.\n\nJalapeño attacks that waiting time in several ways:\n\nThat last choice is easy to underestimate. Separate prefill and decode pools can look efficient when traffic matches the ratio used during planning. Production traffic moves. Prompt length, output length, cache-hit rate, concurrency, and speculative-decoding acceptance all change through the day. A fixed split can leave one pool idle while the other queues.\n\nOpenAI accepts some local inefficiency to keep every device available for the next request. It also avoids shipping a growing KV cache across the network between phases. [SemiAnalysis' architectural analysis](https://inferencex.semianalysis.com/blog/openai-jalapeno-better-than-nvidia) describes a reticle-sized compute die, HBM4 with 15.4 TB/s of bandwidth, and a system that can connect 2,048 accelerators across 16 racks.\n\nThis is hardware and workload co-design in the literal sense. The team started with the traffic pattern, then built the chip and serving system around it.\n\nOpenAI tested Jalapeño on SemiAnalysis' public InferenceX benchmark using three open models:\n\nAcross those models, OpenAI reports **1.5 to 1.9 times more AI work per watt at peak throughput** and **1.7 to 3.6 times lower end-to-end latency** than the comparison systems. The chip is rated at 700 watts, while measured sustained power stayed at or below 550 watts during the tested workloads. On Kimi K2.5, OpenAI reports about 1.5 times higher peak performance per watt and 3.4 times lower end-to-end latency. [The results and appendix are public](https://openai.com/index/jalapeno-first-results/).\n\nThe curve is more informative than the peak number. Jalapeño remained strong at lower concurrency, where each user expects tokens quickly. Coding agents care about that region because delays compound across sequential model calls.\n\nThe chart stops before production evidence begins.\n\nSemiAnalysis observed the runs in OpenAI's lab, but OpenAI supplied the numbers. SemiAnalysis did not run the complete InferenceX suite and has not published AgentX results for Jalapeño. The current tests use an 8,000-token input and 1,000-token output workload. That is easier to tune than a long, multi-turn agent session with shared prefixes, cache reuse, pauses, routers, and parallel subagents.\n\n[AgentX was built for that messier traffic](https://inferencex.semianalysis.com/about). Until Jalapeño runs it, the published chart says less about a full Codex session than the headline suggests.\n\nThere is also a timing mismatch. The benchmark compares engineering silicon against commercially available systems such as Blackwell. SemiAnalysis argues that HBM4-based Jalapeño is better compared with Vera Rubin, which is entering production earlier than Jalapeño's expected volume ramp. A0 silicon produced the current Jalapeño data. Production cost, yield, uptime, repair behavior, and sustained fleet performance remain unknown.\n\nSo yes, the result is technically credible. It is not a final verdict on NVIDIA hardware.\n\nOpenAI says its models helped the team move from design to tapeout in nine months. AI explored implementations, shortened verification loops, and optimized arithmetic circuits. The team then used Codex with an internal model to bring three unplanned open-weight models to high performance in two months.\n\nA selected-block result hints at why bring-up moved quickly. On GPT-OSS attention and mixture-of-experts blocks, OpenAI says AI-generated implementations ran 1.5 to 1.8 times faster than existing code written by human experts. OpenAI is explicit that this result covers selected blocks, not the complete model.\n\nThat limit does not make the result trivial. CUDA's advantage includes mature libraries, tooling, kernels, profilers, and a huge developer base. A new accelerator normally pays a large software tax before its theoretical hardware performance becomes useful. OpenAI's early bring-up suggests that models can reduce part of that tax by writing and tuning kernels against a predictable architecture.\n\nThe chip matters. The nine-month loop matters more.\n\nIf OpenAI can repeat that loop, each stable and expensive workload becomes a candidate for first-party silicon sooner than NVIDIA would like.\n\nJalapeño does not need to replace a single NVIDIA rack to affect a negotiation. Working silicon gives OpenAI an alternative for the next block of inference capacity. NVIDIA must now compete against the cost OpenAI expects from its own hardware as well as AMD, Google, Amazon, and GPU clouds.\n\nOpenAI describes Jalapeño as a \"credible first-party path\" that lets it direct demand toward the best performance per dollar and maintain pricing discipline across suppliers. [That language appears in OpenAI CFO Sarah Friar's infrastructure strategy](https://openai.com/index/the-full-stack-behind-abundant-intelligence/).\n\nCustom silicon works best when the owner understands the workload and can keep the hardware busy. OpenAI has both conditions. It sees the real distribution of prompts, models, cache hits, latency targets, and product demand. It can tune the full system without waiting for a merchant roadmap.\n\nMy expectation is a split rather than a clean migration. OpenAI can place stable, repeated, power-sensitive inference on Jalapeño while keeping frontier training, post-training, new model bring-up, overflow capacity, and workloads that need broader software support on NVIDIA and other platforms.\n\nGPU revenue can keep growing while NVIDIA receives a smaller share of the tokens OpenAI serves. Those two outcomes can coexist because total AI demand is still expanding.\n\nNVIDIA reported $96.2 billion in second-quarter fiscal 2027 revenue, including $89.0 billion from data center, with a 75 percent gross margin. It also disclosed meaningful customer concentration. One direct customer represented 16 percent of quarterly revenue, while three direct customers represented 16, 15, and 13 percent of first-half revenue. NVIDIA did not identify those customers in the filing. [The figures are in NVIDIA's latest 10-Q](https://www.sec.gov/Archives/edgar/data/1045810/000104581026000075/nvda-20260726.htm).\n\nThat margin leaves room for a customer-owned chip to create savings even after Broadcom, HBM, packaging, networking, and system costs. Jalapeño can pressure NVIDIA's price before it displaces large unit volumes.\n\nNVIDIA has already written this risk into its own filings. Its first-quarter 10-Q says some customers are developing ASICs optimized for workloads that may not need all the features in NVIDIA data-center systems. The filing says this competition can reduce demand, selling prices, and gross margin. [Read NVIDIA's wording directly](https://www.sec.gov/Archives/edgar/data/1045810/000104581026000052/nvda-20260426.htm).\n\nCUDA is not one thing. It is the programming model, libraries, compilers, optimized kernels, debugging tools, deployment knowledge, and years of production fixes around them.\n\nJalapeño does not reproduce that ecosystem. It takes another route. OpenAI designed a predictable programming target and gives its models traces, simulators, placement controls, and a narrow set of workloads. The system can search for a fast mapping without making a human engineer hand-tune every layer.\n\nIf that method generalizes, the moat changes shape. NVIDIA still owns the widest platform, but a frontier lab may need fewer human-years to make its own accelerator useful. That is a software risk created by better software, not by a transistor count.\n\nJalapeño is first-party hardware. OpenAI has no announced plan to sell it as a merchant accelerator or make it available in every cloud. NVIDIA can sell one platform to frontier labs, enterprises, startups, governments, and cloud providers. That distribution is difficult to copy.\n\nNVIDIA also spans training, post-training, inference, networking, rack systems, deployment software, and support. Jensen Huang used that breadth in his response to an analyst who asked about Jalapeño during NVIDIA's August 26 earnings call. His argument was simple: custom XPUs may serve one cloud or service, while NVIDIA runs across the full AI lifecycle and in every major cloud. [The corrected transcript is available from NVIDIA](https://investor.nvidia.com/files/content_files/TRANSCRIPT_-NVIDIA-Corp-NVDA-US-Q2-2027-Earnings-Call-26-August-2026-5_00-PM-ET.pdf).\n\nOpenAI is still buying that breadth. Its public agreement with NVIDIA targets at least 10 gigawatts of NVIDIA systems, with the first gigawatt on Vera Rubin. The agreement was announced as a letter of intent, so it should not be treated as fully deployed capacity. It still shows that OpenAI's own-chip strategy and its NVIDIA relationship can expand at the same time. [OpenAI published the partnership terms](https://openai.com/index/openai-nvidia-systems-partnership/).\n\nOpenAI has now put a public 10-gigawatt target beside both NVIDIA systems and Broadcom custom accelerators. The contracts and schedules differ, and neither figure equals production capacity today. Together they describe diversification under extreme demand, not a one-for-one hardware swap.\n\nThe near-term bottleneck may be supply rather than vendor share. If OpenAI needs more inference than every supplier can deliver, Jalapeño adds capacity instead of subtracting NVIDIA demand.\n\n| Risk | Timing | My read |\n|---|---|---|\n| Lower pricing power with OpenAI | Now | High. Working silicon changes procurement conversations before volume deployment. |\n| Loss of OpenAI inference share | 2027 onward | Medium. Production volume and reliability still have to arrive. |\n| Gross-margin pressure across frontier labs | 2027 onward | Medium. One successful program makes custom ASICs easier to justify elsewhere. |\n| CUDA switching cost falls | Multi-generation | Medium. AI-assisted kernels are promising, but the evidence covers selected workloads. |\n| NVIDIA platform becomes irrelevant | No credible timeline | Low. Jalapeño is internal, inference-focused, and not a replacement for NVIDIA's market reach. |\n\nThe plausible downside is a narrower role for NVIDIA.\n\nNVIDIA could become the broad training and deployment platform, the fastest place to start, and the capacity provider for new or irregular workloads. Large model owners could move mature, predictable inference onto their own chips once the economics justify it. NVIDIA would still sell a great deal of compute, but it would collect less margin from the most repeated workload in AI.\n\nIgnore the next \"killer chip\" headline unless it includes these:\n\nJalapeño does not need to defeat CUDA everywhere. It needs to serve a rising share of OpenAI's tokens, force tougher pricing on the GPUs OpenAI still buys, and show other model labs that custom silicon can reach useful performance faster than it used to.\n\n\"NVIDIA killer\" is clickbait. A major NVIDIA partner now has working first-party inference silicon.", "url": "https://wpnews.pro/news/openai-jalapeno-puts-nvidia-s-inference-margins-on-the-clock", "canonical_source": "https://dev.to/congar97/openai-jalapeno-puts-nvidias-inference-margins-on-the-clock-4b9c", "published_at": "2026-08-30 12:17:22+00:00", "updated_at": "2026-08-30 12:52:58.719066+00:00", "lang": "en", "topics": ["ai-chips", "ai-infrastructure", "artificial-intelligence", "large-language-models"], "entities": ["OpenAI", "Broadcom", "NVIDIA", "Jalapeño", "Blackwell", "Celestica", "SemiAnalysis"], "alternates": {"html": "https://wpnews.pro/news/openai-jalapeno-puts-nvidia-s-inference-margins-on-the-clock", "markdown": "https://wpnews.pro/news/openai-jalapeno-puts-nvidia-s-inference-margins-on-the-clock.md", "text": "https://wpnews.pro/news/openai-jalapeno-puts-nvidia-s-inference-margins-on-the-clock.txt", "jsonld": "https://wpnews.pro/news/openai-jalapeno-puts-nvidia-s-inference-margins-on-the-clock.jsonld"}}