The 4x Speed Claim That Only Delivers 30% in Practice
NVIDIA's marketing headline for Nemotron 3.5 Lightning is speed: the 30-billion-parameter Mixture-of-Experts model, with just 3 billion parameters active per token, generates output up to 4x faster than similarly sized models [1]. That number is real architecture work - a hybrid Mamba-2 plus Mixture-of-Experts plus Attention backbone, a multi-token predictor baked into pretraining, and two dedicated speculative-decoding drafters, one tuned for datacenter GPUs and one tuned specifically for NVIDIA's own DGX Spark hardware. But buried in the same announcement is the more honest number: agentic task completion is only 30% faster than comparable models [1], not 4x.
Independent tech press was blunter about why that gap exists. Coverage of the launch argued that orchestration - not model throughput - is the real bottleneck in agent workflows, because most of an agent's wall-clock time goes to tool calls, retries, and validation loops rather than raw token generation [2]. That framing isn't a rebuttal of NVIDIA's benchmark so much as a correction of what the '4x' headline implies to a casual reader: an agent doesn't get 4x faster just because its worker model does.




