Nvidia's Nemotron 3.5 Lightning bets on speed over size

Nvidia has released Nemotron 3.5 Lightning, the first model in a new Nemotron 3.5 family, and it is playing a different game than most open-weight releases this year. Instead of chasing the highest intelligence score, Nvidia built a compact model that runs fast and cheap while still matching much larger rivals on standard benchmarks. A small model that keeps up Lightning carries 31.6 billion total parameters, but only 3.6 billion are active at any moment. It keeps the hybrid Mamba-Transformer

2 min
Nvidia's Nemotron 3.5 Lightning bets on speed over size

Nvidia has released Nemotron 3.5 Lightning, the first model in a new Nemotron 3.5 family, and it is playing a different game than most open-weight releases this year. Instead of chasing the highest intelligence score, Nvidia built a compact model that runs fast and cheap while still matching much larger rivals on standard benchmarks.

A small model that keeps up

Lightning carries 31.6 billion total parameters, but only 3.6 billion are active at any moment. It keeps the hybrid Mamba-Transformer design of its predecessor, Nemotron 3 Nano 30B A3B, and ships as an open-weights model under the permissive OpenMDW-1.1 license.

On the Artificial Analysis Intelligence Index, Lightning scores 24. That is a nine-point jump from the Nano it replaces, and it ties OpenAI's gpt-oss-120b, a model with roughly four times the active footprint. Nvidia's own larger Nemotron 3 Super scores 26. The clearest leads in the small-model class still belong to Qwen3.6 35B A3B at 32 and Meta's Muse Glimmer at 35.

Where it wins: throughput

The headline number is speed. In pre-release tests using the final NVFP4 weights, Lightning sustained about 669 tokens per second, the highest measured throughput in the comparison and nearly twice Google's Gemini 3.5 Flash-Lite at 386 tokens per second.

Nemotron 3.5 Lightning throughput vs larger models

That throughput shows up in wall-clock time. A task drawn from the Intelligence Index finished in about 0.5 minutes on Lightning, against roughly 3.5 minutes for Qwen3.6 35B A3B and about 5.8 minutes for Gemma 4 31B. For agent pipelines that call a model many times, that gap is the difference between a workflow that feels instant and one that feels like a queue.

Agentic benchmarks favor it

The biggest gains land on agentic evaluations. On GDPval-AA v2, Lightning reaches an Elo rating of 824, up 334 points from Nano, and ahead of both gpt-oss-120b at 800 and the larger Nemotron 3 Super at 698. On Terminal-Bench v2.1 it climbs from 7 percent to 24.3 percent, close to gpt-oss-120b's 26.2 percent.

Nvidia says post-training work with partners including CodeRabbit and Harvey pushed performance in specific domains, positioning the model as a high-throughput workhorse for agent-based systems rather than a general frontier contender.

The tradeoff

Lightning is not trying to top the intelligence charts. Proprietary models still own the efficiency frontier on raw score: Gemini 3.5 Flash-Lite posts 37 on the Intelligence Index in a similar time per task, and GPT-5.6 Luna (max) reaches 52 in under two minutes.

What Nvidia is offering instead is a self-hostable, open-weights option that does the bulk of the work at a fraction of the compute bill. For teams shipping agents at scale, that is often the constraint that matters most.

Sources

Nvidia's open-weight Nemotron 3.5 Lightning prioritizes speed over maximum intelligence - The Decoder, August 11, 2026: https://the-decoder.com/nvidias-open-weight-nemotron-3-5-lightning-prioritizes-speed-over-maximum-intelligence/

Nemotron 3.5 Lightning benchmark data - Artificial Analysis: https://artificialanalysis.ai/models/nemotron-3-5-lightning

Nemotron 3 Nano swaps pure Transformers for a Mamba hybrid - The Decoder: https://the-decoder.com/nvidias-nemotron-3-swaps-pure-transformers-for-a-mamba-hybrid-to-run-ai-agents-efficiently/

Written by

More to read

  • Hallucination Detection and Faithfulness Verification in Production RAG: Architecture, NLI Claim Decomposition, and Runtime Guardrail Economics

    Retrieval-Augmented Generation (RAG) is commonly deployed under the assumption that grounding generation in retrieved passages eliminates factual inaccuracies. In practice, grounding provides an evidence boundary but does not guarantee factual fidelity. Production language models regularly synthesize claims absent from the retrieved context (extrinsic hallucinations) or directly assert statements conflicting with retrieved premises (intrinsic contradictions). As enterprise RAG pipelines scale i

    1 min
  • Sparse Attention and BigBird: How Window, Global, and Random Graphs Preserve Turing Completeness in Linear Time

    Standard self-attention in transformer architectures scales quadratically with sequence length. Computing full pairwise interactions between n tokens requires evaluating an n x n attention matrix, yielding O(n^2) computational complexity and memory consumption. While hardware accelerators and IO-aware tiling algorithms like FlashAttention optimize memory traffic, the quadratic compute and KV footprint remains a barrier for processing long contexts, document-level summarization, and genomic seque

    1 min
  • Oxford Study Details Chinese Gray-Market Proxies Reselling Claude Tokens at 90% Discounts

    An investigation by the Oxford China Policy Lab reveals that Chinese developers routinely access Anthropic's frontier Claude models at discounts between 70% and 90% below list price, bypassing geographical blocks, payment filters, and biometric identity verification through a decentralized network of API proxies known locally as "transfer stations" (中转站). The analysis, authored by Oxford researcher Zilan Qian and published via ChinaTalk, outlines the modular supply chain and economic mechanics

    1 min