NewsStocksNVIDIA Expands Nemotron 3 Family With Nemotron 3.5 Lightning, a 30B-Parameter Open MoE Model for AI Agent Workloads

NVIDIA Expands Nemotron 3 Family With Nemotron 3.5 Lightning, a 30B-Parameter Open MoE Model for AI Agent Workloads

Author: Hokanews·

Key Takeaways

  • Nemotron 3.5 Lightning uses a Mixture-of-Experts design with about 3 billion active parameters out of 30 billion total parameters.
  • NVIDIA says the model is optimized for always-on, low-latency agent workloads rather than only complex reasoning tasks.
  • The company reports the model was 30% faster than Qwen3.6 35B on 10,000 tasks at similar accuracy and reached up to four times the output speed of comparable models in its class.
  • NVIDIA is releasing the model weights, training data, and recipes under an OpenMDW-1.1 license, with support for fine-tuning through NeMo tools.
  • NVIDIA also introduced NeMo Switchyard to route work between larger reasoning models and smaller execution-focused models like Nemotron 3.5 Lightning.
NVIDIA Expands Nemotron 3 Family With Nemotron 3.5 Lightning, a 30B-Parameter Open MoE Model for AI Agent Workloads

NVIDIA has expanded its Nemotron 3 family of artificial intelligence models with the release of Nemotron 3.5 Lightning, a 30-billion-parameter open Mixture-of-Experts (MoE) model designed specifically for high-volume AI agent workloads.

The new model targets a growing class of AI applications that operate continuously, handling tasks such as tool calls, data processing, software operations, result validation, and communication between different AI systems. NVIDIA states that Nemotron 3.5 Lightning can deliver up to four times the output speed of comparable models in its class while completing large batches of agentic tasks up to 30% faster at similar accuracy levels.

The announcement adds another dimension to NVIDIA's expanding AI strategy. The company is no longer focused solely on supplying processors for running AI systems; it is increasingly developing models, software, and tools designed to help businesses build and deploy AI applications on NVIDIA hardware. This positions NVIDIA not only against chipmakers like AMD and Intel but also against model providers such as Meta (Llama), Alibaba (Qwen), Mistral AI, and Google (Gemma) in the open-weight AI market.

NVIDIA Targets the Next Stage of AI Agents

The latest Nemotron model arrives as AI agents become a major focus across the technology industry. Traditional AI assistants generally respond to individual prompts, whereas an agent can break down a larger objective into multiple actions, use external tools, retrieve information, execute commands, and evaluate results before proceeding. Companies including OpenAI, Anthropic, Google, and Microsoft have all signaled that agentic AI — systems that act with greater autonomy — represents a key frontier.

These systems can generate a very large number of model calls. An AI coding agent, for example, may need to inspect files, execute commands, review errors, modify code, and run tests repeatedly before completing a single task. Each individual step may not require the most powerful reasoning model available — instead, developers may prefer a smaller model capable of performing repetitive tasks quickly and efficiently.

That is the market NVIDIA is targeting with Nemotron 3.5 Lightning. The company says the model is optimized for high-volume, low-latency execution rather than being used exclusively for the most complex reasoning workloads.

A 30 Billion Parameter Model With 3 Billion Active Parameters

A key technical characteristic of Nemotron 3.5 Lightning is its Mixture-of-Experts architecture. Although the model contains 30 billion total parameters, NVIDIA states that only approximately 3 billion parameters are active during a given forward pass. This allows the model to maintain the capacity of a substantially larger system while reducing the amount of computation required for each token. MoE architectures have gained traction across the industry, with models such as DeepSeek-V3, Mistral's Mixtral, and xAI's Grok adopting similar approaches to scale parameter counts without proportionally increasing inference compute.

In a traditional dense model, essentially the entire parameter set participates in processing each input. An MoE model works differently: a routing system determines which experts should handle a particular token or portion of a task. Only selected experts are activated, allowing the system to reduce computation while maintaining a large overall parameter pool.

NVIDIA states this design makes Nemotron 3.5 Lightning suitable for high-volume workloads where speed and efficiency are critical. With 30 billion total parameters and 3 billion active parameters, it ranks among the smaller members of the broader Nemotron 3 family while retaining capabilities intended for sophisticated agentic workflows.

Built for Always-On AI

The concept of "always-on AI agents" is central to NVIDIA's positioning of the new model. The company argues that long-running agents spend much of their time performing relatively routine operations rather than complex reasoning. Those operations can include making tool calls, validating outputs, formatting information, retrieving files, and delegating tasks to other models.

Running a large frontier reasoning model for every individual operation could increase both latency and computing costs. NVIDIA's approach is to divide the workload among different models: a larger model can handle strategic planning and complex reasoning, while Nemotron 3.5 Lightning handles repetitive execution steps. NVIDIA describes this as a "system of models" rather than a single model responsible for every task.

Speed Is a Central Feature

NVIDIA is emphasizing inference speed as one of the defining characteristics of Nemotron 3.5 Lightning. The company reports that on PinchBench, the model reached 86% accuracy while completing 10,000 tasks 30% faster than Qwen3.6 35B at similar accuracy. NVIDIA also reports that Nemotron 3.5 Lightning reaches the accuracy-speed Pareto frontier in the Artificial Analysis Intelligence Index.

These figures are NVIDIA's reported results rather than independent confirmation. Nevertheless, the emphasis on throughput reflects the direction of the AI market. As AI moves into production environments, developers increasingly care about how quickly and efficiently models can complete real workloads rather than solely how they perform on individual benchmark questions.

Why Inference Efficiency Matters

Training large AI models attracts significant attention due to the enormous computing resources required, but inference is becoming an equally important part of the AI economy. Industry analysts have estimated that inference already accounts for a significant and growing share of total AI compute spending, as models move from development into live production serving billions of queries. Every time an AI system responds to a request, generates code, retrieves information, or completes an automated task, computing resources are consumed. For an AI agent operating continuously, those costs can accumulate rapidly.

A model that produces responses faster while requiring fewer active parameters can potentially reduce the amount of computing infrastructure needed for a given workload. NVIDIA's latest model addresses a practical problem: how to make autonomous AI systems operate continuously without making every individual task unnecessarily expensive.

Customization and Open-Weight AI

NVIDIA is positioning Nemotron 3.5 Lightning as a customizable model. Developers receive the model's weights, training data, and recipes under a permissive OpenMDW-1.1 license structure, allowing them to adapt the model for specific applications. NVIDIA says the model can be fine-tuned using LoRA or full supervised fine-tuning through NVIDIA's NeMo tools, and developers can also use reinforcement learning and environment-based evaluations.

The release reflects NVIDIA's continued push into open-weight AI. Instead of forcing developers to access a model exclusively through a proprietary API, open-weight models provide more control over deployment. Organizations can run models on their own infrastructure, adjust them for specific use cases, and integrate them into existing AI systems — an approach that can be especially important for businesses handling sensitive information. This approach aligns with a broader industry trend: Meta's Llama models, Alibaba's Qwen series, Mistral AI's releases, and Google's Gemma line have all demonstrated strong demand for downloadable, modifiable AI models.

Designed for Local and Data Center Deployment

According to NVIDIA's model documentation, Nemotron 3.5 Lightning can run on a single DGX Spark system or an H100 GPU under certain configurations. It is also supported across NVIDIA Blackwell hardware and Hopper-generation GPUs, with additional deployment options available through supported inference frameworks. That flexibility makes the model suitable for developers experimenting with autonomous agents on local systems as well as companies operating large production environments.

A Hybrid Architecture

Nemotron 3.5 Lightning does not rely exclusively on a conventional Transformer architecture. NVIDIA describes it as a hybrid system combining Mamba-2, Mixture-of-Experts layers, and selected attention layers. The architecture is intended to balance computational efficiency with the ability to process complex sequences. Mamba-style components can reduce certain memory requirements during sequence processing, while MoE layers allow the model to scale its total parameter count without activating all parameters for every token. Attention layers remain important for tasks requiring detailed relationships between tokens. The use of Mamba-2 places Nemotron among a relatively small group of production models adopting state-space model techniques alongside Transformers, an approach explored by companies such as AI21 Labs and various research groups.

Context Length Reaches Up to 1 Million Tokens

NVIDIA's model documentation lists support for context lengths of up to 1 million tokens. A large context window can be useful for AI agents that need to process extensive documents, source code repositories, logs, or long-running task histories. An agent working on a large software project, for example, may need access to many files and previous interactions. A longer context can reduce the need to repeatedly summarize or discard information. This places Nemotron 3.5 Lightning in the same range as models like Google's Gemini 1.5 Pro and Meta's Llama 3.1, which have also pushed context windows to hundreds of thousands or millions of tokens.

Source: X post

Nemotron 3.5 Lightning Joins a Growing Family

The latest release expands an already broad Nemotron 3 family. NVIDIA previously introduced multiple models designed for different levels of AI workloads, including smaller models for efficient execution and larger systems for complex reasoning and multi-agent applications. The company's strategy is increasingly based on specialization — instead of assuming one model should handle every job, NVIDIA is building a collection of models with different strengths.

Nemotron 3.5 Lightning is positioned toward the high-volume execution side of that spectrum, potentially making it complementary to larger reasoning systems rather than a direct replacement.

NVIDIA Introduces Model Routing With NeMo Switchyard

Alongside the new model, NVIDIA is promoting NeMo Switchyard, a library designed to route tasks to different models. A system can determine whether a particular task requires a powerful reasoning model or whether a smaller, faster model can complete it. For example, a complicated planning request could be sent to a frontier reasoning system, while repetitive execution tasks could be handed to Nemotron 3.5 Lightning. NVIDIA says Switchyard allows developers to expose Lightning alongside open and closed models and route individual requests according to their requirements.

If this model-routing approach becomes widespread, AI applications could increasingly operate as networks of specialized models. Similar routing concepts have been explored by platforms such as OpenAI's model family and various open-source orchestration frameworks.

The Economics of AI Agents

The economics of AI agents could become one of the most important issues in the next phase of the industry. A chatbot may respond to a user once, but an autonomous agent may perform hundreds or thousands of operations to complete a single objective. If a developer can use a smaller model for routine execution and reserve expensive reasoning models for difficult decisions, the total cost of an AI system could potentially fall. NVIDIA is betting that this division of labor will become a standard architecture for large-scale agentic systems.

Coding Is a Major Use Case

Software development is one of the areas where AI agents are already becoming increasingly active. Coding agents can inspect repositories, write programs, execute tests, identify errors, and make corrections — workflows that involve repeated interactions with tools. Products such as GitHub Copilot, Cursor, and Cognition's Devin have demonstrated demand for AI-assisted development. NVIDIA's documentation lists coding and agentic workloads among the model's intended applications, including software development and tool-use scenarios. The company also states the model was trained using data involving coding, tool calling, structured outputs, and multi-step workflows.

Enterprise Applications Could Be Significant

Businesses are also a major target for Nemotron 3.5 Lightning. Companies are experimenting with AI agents for customer support, internal research, document processing, IT operations, software development, and workflow automation. Many of these applications involve repetitive steps: a customer service agent may retrieve account information, validate a request, and update records; an IT agent may execute commands and verify whether the requested change was successful. These tasks do not always require the deepest possible reasoning, but they do require reliability and speed.

NVIDIA's Broader AI Strategy

The launch demonstrates how NVIDIA's AI business is expanding beyond GPUs. The company remains one of the world's most important suppliers of accelerated computing hardware, but its strategy increasingly includes the software and model layers built on top of that hardware. By releasing open models and development tools, NVIDIA can encourage developers to build AI systems that ultimately run on NVIDIA infrastructure. Nemotron is part of a broader effort to establish NVIDIA as a full-stack AI platform — competing not only with hardware rivals but also with cloud providers like AWS and Google Cloud that offer their own AI software stacks.

Competition in Open AI Models Is Intensifying

NVIDIA is entering a highly competitive open-model market. Developers have access to models from numerous technology companies and research organizations, including Meta's Llama, Alibaba's Qwen, Mistral AI, Google's Gemma, and Microsoft-backed OpenAI's offerings. Competition is no longer simply about parameter count — developers evaluate models according to inference speed, accuracy, context length, licensing, customization, hardware requirements, and tool-use capabilities. A model that is slightly less capable but substantially faster may be more useful for a production AI agent. That is precisely the market Nemotron 3.5 Lightning is targeting.

Performance Claims Need Independent Evaluation

NVIDIA's claims of up to four times faster token generation and 30% faster completion should be viewed in context. Benchmark results can vary depending on hardware, software configuration, batch size, sequence length, and competing models. Independent developers and researchers will ultimately provide a broader picture as the model is deployed across different workloads. The release of the model's weights and documentation should facilitate that testing.

What This Means for NVIDIA Investors

For investors watching NVDA stock, the Nemotron 3.5 Lightning launch is unlikely to have the same immediate financial significance as a major GPU product announcement. However, it illustrates an important strategic trend: NVIDIA is attempting to make its technology stack increasingly central to AI development. If developers use NVIDIA models, optimization libraries, and hardware together, the company can benefit from multiple layers of the AI ecosystem.

Coin Bureau and the Broader AI Conversation

The release has also attracted attention across technology and cryptocurrency-focused social media communities, including discussion associated with the Coin Bureau account. The primary technical information in this report comes from NVIDIA's own announcement and model documentation. The performance claims are attributed to NVIDIA rather than presented as independently verified by Coin Bureau.

What Comes Next for Nemotron

The most important test for Nemotron 3.5 Lightning will be real-world adoption. Developers will determine how easily the model can be integrated into existing agent frameworks. Businesses will evaluate its reliability and customization capabilities. Researchers will compare its performance against other open-weight models. Infrastructure providers will determine how efficiently it can operate at different scales.

Bottom Line

NVIDIA has expanded its Nemotron 3 family with Nemotron 3.5 Lightning, a 30-billion-parameter open MoE model with approximately 3 billion active parameters, designed for high-volume execution in always-on AI agents. NVIDIA says the model can achieve up to four times the output speed of comparable models and complete 10,000 agentic tasks 30% faster than a cited competing model at similar accuracy — figures that remain vendor-reported and should be evaluated independently.

The model's architecture combines Mamba-2, MoE, and attention components, with support for context lengths of up to 1 million tokens. NVIDIA is releasing weights and training resources under an OpenMDW-1.1 license, enabling developers to fine-tune and customize the model using NeMo tools.

The broader significance lies in the focus on efficiency. As AI agents become more autonomous and are expected to perform thousands of individual operations, NVIDIA's proposed solution is to divide the work: large reasoning models handle complex planning while smaller specialized models like Nemotron 3.5 Lightning execute routine tasks quickly. That model-routing strategy, supported by NeMo Switchyard, could become an important part of enterprise AI architecture.