← Back to Library

AgentX - InferenceXv3: Does cuda moat hold up in agentic inferencing?

This piece arrives at a critical inflection point where the industry's obsession with raw chip speed collides with the messy reality of how AI is actually being used. Dylan Patel argues that the old metrics are not just outdated; they are actively misleading, masking a fundamental shift from simple chatbots to complex, multi-turn coding agents that stress memory and networking in ways previous benchmarks never anticipated.

The Death of the "Fixed Sequence" Myth

Patel opens with a stark assessment of the current landscape: "Since the Claude Code inflection point in November 2025, long-context, multi-turn agentic workloads have grown rapidly. They now dominate traffic for production inferencing." This is not a subtle trend; it is a complete overhaul of the workload profile. The author contends that measuring performance based on "fixed sequence length prefill and decode workloads" is fundamentally broken because it ignores the reality of "multi-turn, long context, high prefill reuse, with sub agent bursts, KVCache offload, and numerous tool calls."

AgentX - InferenceXv3: Does cuda moat hold up in agentic inferencing?

The argument here is compelling because it shifts the focus from the silicon itself to the system architecture surrounding it. Patel notes that "agentic inference is inherently a systems problem," driven by the need to efficiently transfer KV tensors across nodes and manage massive memory hierarchies. This reframing is crucial for investors and engineers who have been optimizing for single-turn throughput while their production systems choke on context accumulation.

"Reality is multi-turn, long context, high prefill reuse, with sub agent bursts, KVCache offload, and numerous tool calls."

By releasing a benchmark built on 393 internal traces and over $3 million in compute costs, Patel provides the industry with a "north star" that reflects actual customer behavior rather than theoretical maximums. The impact is already visible, with over 70 upstream pull requests in major frameworks like vLLM and SGLang using this new standard. This suggests the industry is desperate for a metric that doesn't lie.

The Hardware Battle: Memory Over Raw Compute

The coverage dives deep into the specific hardware implications of this shift, revealing that the "cuda moat" is no longer just about raw processing power but about High Bandwidth Memory (HBM) capacity and cache hit rates. Patel observes that "performance per megawatt is also important, considering that terrestrial datacenter power is a critical constraint," noting that while money is a "social construct," power is "physically hard to come by."

In comparing the latest chips, the analysis highlights a nuanced trade-off. The newer B300 architecture, with its 50% increase in HBM capacity, allows it to "squeeze out extra throughput" by keeping more of the conversation in fast memory. Patel illustrates this with data showing the B300 achieving a 91% HBM cache hit rate, whereas the B200 drops to 73%, forcing reliance on slower DRAM offloading. This is a decisive win for the architecture that understands the memory-bound nature of agentic work.

However, the analysis of AMD's position is equally rigorous. Patel writes that while "AMD does well on some frontier models for specific comparisons," the ecosystem maturity remains a hurdle. The author notes that "most AI labs in China or the west do not want to use ATOM in production" due to missing features, despite the chip's competitive performance on paper. This is a sobering reminder that raw silicon performance means little without a robust software stack.

"The main Qwen LLM org at baba does not use ATOM in production."

Critics might argue that the benchmark is too heavily weighted toward specific coding use cases, potentially skewing the results for other types of agentic tasks like customer service or data analysis. While the dataset is anonymized and diverse, the focus on coding traces from tools like Claude Code could underrepresent the latency requirements of other sectors. Nevertheless, the shift toward open-source transparency—providing a public database and REST API—allows the community to stress-test these claims immediately.

The Open Source Catalyst

Perhaps the most significant contribution of this piece is the argument that open source is the only viable path forward for accurate benchmarking. Patel emphasizes that "InferenceX is 100% committed to being open-source," releasing everything from the frontend to the accuracy validation logs. This openness has forced rapid iteration, with the author noting that "optimization improvements are transferable to production traffic."

The article details how the benchmark forced collaboration between competitors, with contributions from NVIDIA, AMD, and major labs like Anthropic and Meta. Patel writes, "It is great to see amazing performance from both NVIDIA and AMD on agentic workloads," but the real story is the collective effort to fix the underlying software layers. The benchmark has become a shared language for the industry, moving beyond marketing claims to verifiable data.

"The most valuable thing AgentX produced in its first months was not the initial results. It was the massive industry impact the benchmark is already having."

This collaborative approach stands in stark contrast to the "black box" benchmarking of the past, where vendors would cherry-pick metrics to favor their own hardware. By making the data public and the methodology transparent, Patel has created a system where the only way to win is to actually improve the technology for everyone.

Bottom Line

Patel's analysis succeeds by exposing the gap between theoretical chip performance and the systemic demands of real-world AI agents, proving that memory architecture and software optimization now matter more than raw FLOPS. The strongest part of the argument is the empirical evidence showing how cache hit rates dictate efficiency, but the reliance on coding-specific traces remains a potential blind spot for broader enterprise applications. The industry must now watch whether this new open standard can force the rapid software maturation needed to unlock the next generation of hardware.

Deep Dives

Explore these related deep dives:

Sources

AgentX - InferenceXv3: Does cuda moat hold up in agentic inferencing?

by Dylan Patel · SemiAnalysis · Read full article

Since the Claude Code inflection point in November 2025, long-context, multi-turn agentic workloads have grown rapidly. They now dominate traffic for production inferencing. In April 2026, OpenAI’s Enterprise agentic spending overtook ChatGPT spending.

Agentic workflows have decisively taken the baton. Today, we announce AgentX 1.0 - the world’s first fully open source, multi-turn agentic coding inference benchmark at 1 million context, released under Apache 2.0. Our full dashboard is available here.

In the past most measured performance based on fixed sequence length prefill and decode workloads, but this is an inaccurate way to measure workloads. Reality is multi-turn, long context, high prefill reuse, with sub agent bursts, KVCache offload, and numerous tool calls. As such we aimed to build the correct way for the industry to measure AI hardware and software performance.

We have spent more than $3M building this dataset. Today, we open source everything. InferenceXv3 implements AgentX, a new realistic scenario in addition to the existing “fixed sequence length” scenarios (8k1k, 1k1k, 1k8k). It improves the benchmark scenarios by using agentic coding traffic instead of the previous single-turn traffic of 8k input and 1k output tokens.

The full matrix runs on ~2MW of continuously operated compute across over 1000 chips spanning a wide range of SKUs, featuring the MI355X, GB300 NVL72, GB200 NVL72, B300, B200, MI325, MI300X, H200, and RTX Pro Servers. Rubin arrives later this month, and TPUs and Mi455X UALoE72 arrive later this year. Please drop a star if you found our free open source work valuable.

It is great to see amazing performance from both NVIDIA and AMD on agentic workloads. NVIDIA does very good on a lot of frontier models while AMD also does well on some frontier models for specific comparsions.

The most valuable thing AgentX produced in its first months was not the initial results. It was the massive industry impact the benchmark is already having. Over 70+ upstream PRs for optimizing real world production agentic workloads across vLLM, SGLang, TensorRT-LLM, ATOM, AITER, Dynamo, LMCache, and Mooncake, uses AgentX as the north star benchmark proxy. Most of these optimization improvements are transferable to production traffic. We deep dive into each of these optimizations later in the article.

Open source is a core principle for InferenceX and thus, we open more of the stack than most people who use that word. That includes an open frontend, a public database served through an easily ...