NVIDIA Nemotron 3.5 Lightning and NeMo Switchyard Launch
TECH

NVIDIA Nemotron 3.5 Lightning and NeMo Switchyard Launch

50+
Signals

Strategic Overview

  • 01.
    NVIDIA released Nemotron 3.5 Lightning, an open 30-billion-parameter Mixture-of-Experts model with 3 billion active parameters, on August 11, 2026, alongside NeMo Switchyard, an open-source model-routing library.
  • 02.
    The model uses a hybrid Mamba-2 plus Mixture-of-Experts plus Attention architecture with a 1-million-token context window, pre-trained on over 20 trillion tokens, and claims up to 4x faster output speed and 30% faster agentic task completion than comparable models.
  • 03.
    Weights, training data, and training recipes are released fully open under the OpenMDW-1.1 license, supporting LoRA, full SFT, and reinforcement-learning customization.
  • 04.
    The model is available day-one on Hugging Face, ModelScope, OpenRouter, Ollama, LM Studio, and hosted providers including DeepInfra, Baseten, CoreWeave, Fireworks AI, and Together AI, with vLLM, SGLang, and llama.cpp support for data-center and cloud deployment.

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.

NeMo Switchyard: The Router Is the More Radical Bet Than the Model

If Nemotron 3.5 Lightning is the headline, NeMo Switchyard may be the more consequential release. It's a routing library that dynamically sends each step of an agent workflow to whichever model - open, proprietary, or NVIDIA's own - is most efficient for that specific task, escalating to a frontier model like Claude Opus only when the step actually requires it. NVIDIA's internal benchmarks show the router holds frontier-level accuracy while cutting task-completion cost to nearly one-third of what running Opus 4.8 alone would cost [1]. An independent LangChain benchmark backed that up with harder numbers: routing between Lightning and Claude Opus 4.8 cut cost by 74%, sending only about 7% of calls to the frontier model, at roughly a 6-point accuracy tradeoff [3].

The strategic read on this comes from Moor Insights & Strategy analyst Jason Andersen, who argues the real move here isn't the model, it's open-sourcing the routing layer itself - giving enterprises 'real model optionality' instead of being locked into a single frontier vendor's pricing and roadmap [4]. That argument already has real-world legs: Kong has built Switchyard-based routing directly into its AI Gateway product, meaning enterprises can adopt cost-aware model routing through infrastructure they already run in production, not just through NVIDIA's own stack [5]. The caveat, per the same analyst commentary, is that model routing 'is not plug-and-play' [4]- the savings are real, but they require integration work most teams haven't budgeted for yet.

Why NVIDIA Is Giving Away the Recipe, Not Just the Weights

Why NVIDIA Is Giving Away the Recipe, Not Just the Weights
Key launch metrics for Nemotron 3.5 Lightning and NeMo Switchyard: the headline 4x speed claim versus the real 30% agentic task speedup, plus routing cost savings and active-parameter efficiency.

The detail that separates this release from a typical model drop is what's included alongside the weights: the full training data and training recipes, released under the OpenMDW-1.1 license, explicitly supporting LoRA, full supervised fine-tuning, and reinforcement learning [6]. NVIDIA isn't just shipping a finished product - it's shipping the machinery to turn a generic model into a company-specific one, and its own case studies make the pitch concrete. CrowdStrike fine-tuned the model for cybersecurity workloads and reportedly reached accuracy comparable to NVIDIA's larger Nemotron-3-Super at a fraction of the cost [1], while CodeRabbit built a coding-specific variant [3]. Baseten, one of the day-one hosted-inference partners, published its own launch post walking developers through deploying the model directly [7].

That's a deliberate positioning choice, not an afterthought. A model this size, with this specific an architecture for tool use and validation, is not trying to win a leaderboard against frontier chat models - it's trying to be the substrate enterprises fine-tune into their own narrow-task workhorse, the same way earlier Nemotron releases were built to be post-trained rather than used out of the box. Whether that bet pays off depends less on the base model's raw capability than on how cheaply and reliably companies can actually customize it - which is precisely the argument NVIDIA is making by handing over the full recipe instead of just the finished weights.

The base model's own numbers explain why that bet is credible rather than wishful: NVIDIA reports 86% accuracy on PinchBench, MMLU Pro scores of 81.94 (BF16) and 81.62 (NVFP4), GPQA Diamond scores of 75.44 and 75.57, and SWE-bench Verified scores of 51.56 and 52.80 across the two release checkpoints [3]- solid results for a model with only 3 billion active parameters, and the reason customization on top of it isn't starting from a weak foundation. That combination of open recipe and credible base model is also why the ecosystem moved unusually fast: Canonical had Nemotron 3.5 Lightning installable on Ubuntu with a single command within a day of launch, and at least one independent voice on X explicitly tied the release to Meta's open-weights release the day before, framing it as part of a broader 'open-weights moment' rather than an isolated NVIDIA product drop.

Fast, Cheap, and Deliberately Not Meant to Be Smart

Community reaction adds a layer press coverage mostly missed: a genuine split between how impressive the model's speed is and how unimpressed people are with its raw intelligence. Developers running it on DGX Spark hardware consistently praised the throughput, but comparisons against Qwen's latest open models kept surfacing the same complaint - strong on speed and tool-calling reliability, weaker on coding quality and general reasoning than a same-class competitor. The dominant framing that emerged wasn't 'this beats the frontier,' it was 'this isn't trying to' - multiple corners of the community converged independently on the same read as NVIDIA's own positioning: a fast, cheap front-line executor meant to sit underneath a stronger orchestrator model, not replace one.

That reframing matters because it reshapes what 'good' even means for this release. A model optimized to burn through routine tool calls, formatting, and validation doesn't need frontier-level reasoning to be useful - it needs to be fast, cheap, and reliable at narrow tasks, then get out of the way. The more interesting long-term signal is a small but real caution embedded in that same community testing: at least one developer reported the model taking destructive, unrecoverable action on local files while operating with unsupervised agentic access - a reminder that speed and low cost are not substitutes for guardrails when a model this size is wired into a real file system or production environment.

Historical Context

2025-12
NVIDIA debuted the Nemotron 3 family of open models, beginning with Nemotron 3 Nano (30B, up to 3B active parameters), the direct predecessor architecture to Nemotron 3.5 Lightning.
2026-03
Nemotron 3 Super (about 100B parameters) and later Nemotron 3 Ultra (about 500B parameters) followed the Nano release, rounding out the Nemotron 3 family before the 3.5 Lightning update.
2026-08-11
Nemotron 3.5 Lightning shipped as the successor to Nemotron 3 Nano 30B, alongside the new NeMo Switchyard routing library.

Power Map

Key Players
Subject

NVIDIA Nemotron 3.5 Lightning and NeMo Switchyard Launch

NV

NVIDIA

Developer and publisher of both Nemotron 3.5 Lightning and NeMo Switchyard, positioning the pair as the execution and routing layer for its broader 'system of models' agentic strategy.

NE

Nemotron Coalition

Partner group that contributed evaluation methodologies, inference software, and datasets to Nemotron 3.5 Lightning's development, broadening it beyond a single-vendor release.

CR

CrowdStrike

Early adopter that fine-tuned the model for cybersecurity workloads, serving as NVIDIA's flagship proof point that customization can match larger-model accuracy at a fraction of the cost.

LA

LangChain

Agent-tooling vendor that independently benchmarked NeMo Switchyard routing and integrated it into its own framework, lending third-party credibility to NVIDIA's cost-savings claims.

KO

Kong

API gateway vendor that built NeMo Switchyard into its AI Gateway product, extending model routing into production traffic-management infrastructure that enterprises already depend on.

BA

Baseten

Hosted inference provider offering day-one deployment of Nemotron 3.5 Lightning, giving developers a managed path to production without owning GPU infrastructure.

Fact Check

7 cited
  1. [1] Nemotron 3.5 Lightning and NeMo Switchyard Speed Up Agentic AI on RTX and DGX
  2. [2] NVIDIA's Nemotron 3.5 Lightning Accelerates Token Generation By 4x But Agentic Tasks Only Speed Up By 30%, As Orchestration Remains The Real Bottleneck
  3. [3] NVIDIA AI Releases Nemotron 3.5 Lightning and NeMo Switchyard
  4. [4] NVIDIA NeMo Switchyard: Open-Sourcing Model Routing Is the Real Move
  5. [5] LLM Routing: Kong AI Gateway + NVIDIA NeMo Switchyard
  6. [6] NVIDIA Nemotron 3.5 Lightning Delivers Fast, Accurate, Specialized Task Execution for Long-Running Agents
  7. [7] Introducing Nemotron 3.5 Lightning

Source Articles

Top 5

THE SIGNAL.

Analysts

Argues that open-sourcing NeMo Switchyard is the more consequential move than the model release itself, enabling hybrid deployments that mix open and closed models and giving enterprises 'real model optionality' against vendor lock-in.

Jason Andersen
Analyst, Moor Insights & Strategy

Points out that while token generation speeds up 4x, real-world agentic task completion only speeds up 30%, arguing orchestration overhead, not model throughput, is the actual bottleneck in agent workflows.

wccftech analysis
Technology press commentary

Frames the release around a 'system of models' architecture where a frontier reasoning model plans and orchestrates while smaller specialized models like Nemotron 3.5 Lightning handle high-volume routine subtasks such as code review, tool use, and security monitoring.

NVIDIA
Official product framing

Argues that an agent 'spends 90% of its tokens on boring work' - tool calls, validation, formatting - that a small fine-tuned model like Lightning can absorb, freeing frontier-model spend for the reasoning steps that actually require it.

Sam Witteveen
AI technical YouTube channel, independent analysis
The Crowd

Introducing NVIDIA Nemotron 3.5 Lightning⚡ An open 30B MoE model with 3B active parameters, built for always-on agents to complete high-volume, specialized tasks faster. It delivers up to 4x the output speed of similar-sized models.

@@NVIDIAAI5366

NVIDIA newly introduced Nemotron 3.5 Lightning model is now available to install on Ubuntu with a single command. Nemotron 3.5 Lightning is an open, customizable model built for always-on AI agents and offer 4x higher throughput and 30% lower task completion time - compared to...

@@Canonical339

Very excited that, after Meta released its open-source AI models yesterday, this morning another major American open-weights model was released by NVIDIA! Nemotron 3.5 lightning is a 30B-parameter model, 4x faster than similar sizes, with open weights, making it highly...

@@DeryaTR_137

nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16 · Hugging Face

@coder543556
Broadcast
You Don't need to use Cloud AI! Switchyard and Nemotron 3.5 Lightning

You Don't need to use Cloud AI! Switchyard and Nemotron 3.5 Lightning

Nemotron Lightning - NVIDIA's Super Fast Agent MoE

Nemotron Lightning - NVIDIA's Super Fast Agent MoE

Run NVIDIA Nemotron 3.5 Lightning on DGX Spark

Run NVIDIA Nemotron 3.5 Lightning on DGX Spark

NVIDIA Nemotron 3.5 Lightning and NeMo Switchyard Launch — AI News | Agentic Brew