NVIDIA Nemotron 3.5 Lightning Delivers Fast, Accurate Specialized Task Execution for Long-Running Agents
Mirrored from NVIDIA Developer Blog for archival readability. Support the source by reading on the original site.
NVIDIA Nemotron 3.5 Lightning Delivers Fast, Accurate Specialized Task Execution for Long-Running Agents
AI-Generated Summary
- NVIDIA Nemotron 3.5 Lightning is a 30B parameter, open Mixture-of-Experts (MoE) model with 3B active parameters, specifically optimized for high-volume, low-latency execution in always-on AI agents and agentic workflows.
- The model includes features like speculative decoding, harness-optimized training, and quantization (NVFP4 and BF16 checkpoints) to deliver strong accuracy with up to 4x output speed compared to similar-sized models, making it highly efficient for agentic tasks on both local hardware and data centers.
- NVIDIA NeMo Switchyard enables intelligent model routing, allowing Nemotron 3.5 Lightning to be deployed alongside other models for optimal task allocation, and the open release includes permissive licensing, weights, data, and recipes for extensive customization and broad ecosystem support.
AI-generated content may summarize information incompletely. Verify important information. Learn more
Long-running AI agents spend most of their time on high-volume execution: tool calls, result validation, and subagent delegation. Using a frontier reasoning model for every execution step adds cost and latency.
NVIDIA Nemotron 3.5 Lightning is an open 30B mixture-of-experts (MoE) model with 3B active parameters built for that execution layer of always-on agents. It is designed for harnesses like OpenClaw and Hermes Agent—all supported by the NVIDIA NemoClaw open source security and management stack for running always-on AI agents.
The NVIDIA Nemotron open model family is like a software library, with each release continuously improving accuracy and speed. As these models evolve, the rapid maturation of model routing and orchestration is also underway.
This is important because developers increasingly build applications with a system of models. Frontier reasoning models such as Nemotron 3 Ultra handle orchestration and complex planning while smaller, more efficient models handle the high-volume execution layer.
This post introduces NVIDIA Nemotron 3.5 Lightning and explains how its smaller MoE design is optimized for high-volume, low-latency execution in autonomous agents. It also details the inference and training innovations that power it. Finally, the post also introduces NVIDIA NeMo Switchyard, a library that intelligently routes each task to the best model for the job.
Why is Nemotron 3.5 Lightning ideal for long-running AI agents?
Nemotron 3.5 Lightning is a customizable open 30B MoE model with 3B active parameters, providing optimal high-volume execution for autonomous agents. MoEs are fast and efficient because a router sends each token to just a few of its many experts, so only a fraction of the model’s parameters run per token. This provides the capacity of a larger dense model at the compute cost of a small one.
Nemotron 3.5 Lightning is the smallest member of the Nemotron 3 model family and ships with many of the same techniques proven across the family, including:
- Speculative decoding: Multi-token prediction was included during Nemotron 3.5 Lightning training (as for Nemotron 3 Super and Nemotron 3 Ultra). Nemotron 3.5 Lightning also ships with DFlash and DSpark, enabling more comprehensive inference optimization across a range of serving scenarios.
- Harness-optimized training: The model is trained for popular agent harnesses, enabling agents to make more accurate calls while reducing latency for high-volume tasks.
The result is a model built for execution-focused, high call volumes, and low latency—all at a size that deploys anywhere from an NVIDIA DGX Spark to a data center.
Customize Nemotron 3.5 Lightning out of the box
Models earn their place in specialized AI agent systems when they’re adapted to the job. And Lightning-class models are highly customizable: small models fine-tune faster, cheaper, and on far more modest hardware than their larger counterparts.
You can customize Nemotron 3.5 Lightning out of the box to fit your workload. As with every Nemotron open model launch, the weights, training data, and recipes are released as permissively as possible under OpenMDW-1.1, so you can:
- Fine-tune with LoRA or full SFT using NeMo Automodel and NeMo Megatron Bridge
- Run reinforcement learning and environment-based evaluations and rollouts with NeMo RL and NeMo Gym
This release includes Nemotron-RL Agentic Terminal Pivot, an open agentic reinforcement learning dataset used to train some of the coding agent capabilities.
Route work to the right model using NeMo Switchyard
While frontier models may win the headlines, models like Nemotron 3.5 Lightning earn their medals in the trenches. They handle requests like git pull, validate tool outputs, format results, and run the routine calls that dominate any long-running agent’s token budget.
Model routing and orchestration help make this division of labor more accessible. They are now available through NVIDIA NeMo Switchyard. Switchyard can expose Nemotron 3.5 Lightning as a routing target alongside your open and closed models, so every request lands on the most capable and efficient model that can handle it. Plans route up to the frontier, execution routes down to Lightning, ensuring that your tokens are spent efficiently and effectively.
How does Nemotron 3.5 Lightning perform on the accuracy-speed Pareto frontier?
Nemotron 3.5 Lightning delivers leading accuracy at the highest output speed in its class, winning the accuracy-versus-speed Pareto frontier on the Artificial Analysis Intelligence Index. This index combines nine evaluations to measure model performance across agentic tasks, coding, scientific reasoning, and general intelligence.
Nemotron 3.5 Lightning combines strong intelligence with up to 4x output speed of similar-sized models, placing it on the accuracy-speed Pareto frontier for high-volume agent workloads.
Agent efficiency ultimately comes down to how quickly a model completes useful work and not simply how fast it generates tokens. On PinchBench, Nemotron 3.5 Lightning reaches 86% accuracy while completing 10,000 tasks 30% faster than Qwen3.6 35B at similar accuracy.
Higher inference throughput and token efficiency places Nemotron 3.5 Lightning on the efficiency frontier, helping always-on agents finish high-volume work faster.
How does Nemotron 3.5 Lightning deliver speed without compromising accuracy?
Nemotron 3.5 Lightning delivers speed and customization without compromising accuracy through speculative decoding, and quantization.
Speculative decoding
Nemotron 3.5 Lightning is built to quickly generate tokens and has the ability to generate multiple tokens through speculative decoding. This is a process whereby the model, or draft model, will draft some number of tokens which are efficiently reviewed. Nemotron 3.5 Lightning underwent a dedicated pretraining stage to bake multi-token prediction (MTP) into the model, as with Nemotron 3 Super and Ultra. After training, a dedicated MTP-boosting phase further improved MTP accuracy.
Beyond MTP, two draft models are provided with Nemotron 3.5 Lightning: DSpark, which is recommended for DGX Spark inference workloads and low concurrency data center workloads. MTP is best suited for medium to high concurrency, with the optimal draft length decreasing as concurrency increases. NVIDIA is also releasing a DFlash draft model, which can be measured against the others and may perform best for your workloads.
Quantization
Nemotron 3.5 Lightning ships with an NVFP4 checkpoint alongside BF16, using the same specialized NVFP4 kernels that power Nemotron 3 Ultra across NVIDIA Blackwell, NVIDIA Hopper, and NVIDIA Ampere GPUs. The same file serves just as well in data centers as it does on your desktop DGX Spark.
How is Nemotron 3.5 Lightning ideal for local AI?
Nemotron 3.5 Lightning makes capable agentic AI accessible on local systems including NVIDIA Jetson, GeForce RTX 5090, and DGX Spark.
NVIDIA has worked with a number of teams including EXO Labs to understand how this model performs on DGX Spark.
In addition, you can run Nemotron 3.5 Lightning across the industry standard set of tools, including LM Studio, llama.cpp, Ollama, and Unsloth.
Partner ecosystem
Nemotron 3.5 Lightning is supported by a growing ecosystem of partners across harnesses, customization, deployment, and inference, including:
- Post-training: AgileRL, Applied Compute, Deep Cogito, distil labs, Fastino Labs, Local AI Labs, Prime Intellect, Reasonable, Thinking Machines Lab, Thoughtworks, Trajectory, Uniphore
- Inference software: Ollama, Exo, Canonical, LM Studio, Unsloth
- Harnesses and agent frameworks: Aible, Cline, Factory AI, Hermes Agent, Kilo Code, LangChain, LM Studio Bionic, OpenClaw, OpenCode, OpenHands, Pi
- Cloud service provider platforms: Google Cloud Gemini Enterprise Agent Platform (Model Garden), MSFT Foundry (MaaP & Managed Compute), OCI Enterprise AI
- GSI: Accenture Japan, TCS, Tech Mahindra, Wipro
- AI natives: Arcos Labs, CodeRabbit, Dream, Harvey
- Hosted inference service providers: Baseten, BlackBox AI, CoreWeave, Crusoe, DeepInfra, Fireworks AI, FriendliAI, GMI Cloud, Modal, Nebius, Together AI
Get start building with Nemotron 3.5 Lightning
Nemotron 3.5 Lightning is fully open—weights, data, and recipes—so you can adapt it to your workflows and deploy it anywhere.To get started, try it on build.nvidia.com or through OpenRouter. Download the weights from Hugging Face, and ModelScope. Want to dive deeper?
- Read the Nemotron 3.5 Lightning cookbook
- Deploy with the vLLM, SGLang, and TensorRT-LLM deployment guides
- Set up routing with Switchyard docs
Stay up to date on NVIDIA Nemotron by subscribing to NVIDIA news and following NVIDIA AI on LinkedIn, X, Discord, and YouTube.
Visit the Nemotron developer page for resources to get started. Explore open Nemotron models and datasets on Hugging Face, ModelScope, and Blueprints on build.nvidia.com.
Engage with Nemotron livestreams, tutorials, and the developer community on the NVIDIA forum and Discord.
Tags
About the Authors
Chris Alexiuk is a deep learning developer advocate at NVIDIA, working on creating technical assets that help developers use the incredible suite of AI tools available at NVIDIA. Chris comes from a machine learning and data science background, and he is obsessed with everything and anything about large language models.
Chintan Patel is a senior product manager at NVIDIA focused on bringing GPU-accelerated solutions to the HPC community. He leads the management and offering of the HPC application containers on the NVIDIA GPU Cloud registry. Prior to NVIDIA, he held product management, marketing and engineering positions at Micrel, Inc. He holds an MBA from Santa Clara University and a bachelor's degree in electrical engineering and computer science from UC Berkeley.
Comments
More from NVIDIA Developer Blog
-
Serve Qwen3.8-2.4T-A95B, a 2.4T-Parameter Model, with Configurable Reasoning on NVIDIA GB300 NVL72
Aug 12
-
How to Choose Full-Stack Observability for NVIDIA AI Factories
Aug 12
-
NVIDIA JetPack 7.2.1 Adds Agentic Video Skills and T3000 Emulation
Aug 11
-
Route AI Agent Workloads Across Models with NVIDIA NeMo Switchyard
Aug 11
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.