Qwen3.5 397B on AgentX: A 20x SGLang Gap at 90 tok/s/user

GatedDeltaNet, a 262k native context, and no AMD competition at all on the same engine

SemiAnalysis··2 min read·agentxagenticbenchmarkinferenceqwensglangtrtllmnvidiaamd
On this page (click to expand)

Qwen3.5 397B uses GatedDeltaNet instead of vanilla attention for every couple of layers. GatedDeltaNet was invented at MIT and NVIDIA Research and has a theoretically constant state storage requirement instead of vanilla attention's linear storage requirement, which means lower storage than an equivalent dense attention model. Unlike end to end model training research such as the Nemotron disaster, NVIDIA Research is great at fundamental research like GDN and LatentMoE, both of which are used in frontier models.

One methodology note before the results. This model's native max context length is 262k tokens, so AgentX replays the truncated 256k dataset against it. That simulates a workload on a smaller model where the max context length would be frequently reached with many compactions, which is how users would actually use this model.

The gap

Qwen3.5 397B is a strong hold for NVIDIA on SGLang versus SGLang, with over 20x better performance at 90 tok/s/user. There is currently zero competition from AMD for Qwen3.5 SGLang.

Source: SemiAnalysis InferenceX

Holding the engine constant is what makes this comparison worth stating. A cross-engine result can always be argued about, since the software stacks differ in maturity and in who is paid to optimize them. Here both sides are SGLang, and the gap is still 20x.

NVIDIA is trading TTFT for interactivity

Within the NVIDIA field, we again observe over-optimization for interactivity at the cost of time to first token, especially in the case of TRT-LLM. In the chart above, all of the NVIDIA SGLang submissions have much lower p90 TTFT when compared to TRT-LLM.

That is a real tradeoff rather than a defect, but it is one a reader has to see. A recipe that streams faster after making the user wait longer will look better on an interactivity axis and worse against a first-token service level objective, and only reading both together tells you which one fits your product.


These results are one slice of AgentX 1.0. The full analysis, the replay methodology, and the 70+ upstream PRs the benchmark drove are in AgentX - InferenceXv3: Does the CUDA Moat Hold Up in Agentic Inferencing?. Every point is explorable on the free dashboard.

All articles and posts are © SemiAnalysis. All rights reserved. The AGPL-3.0 license covering the application source code does not apply to article content.