AI Newsway

NVIDIA Pairs a 30B Open Model With a Router That Slashes Agent Costs

Nemotron 3.5 Lightning and NeMo Switchyard push the case that agent workflows should run on ensembles, not one frontier model

|3 min read0
AI Summary
NVIDIA released Nemotron 3.5 Lightning, a 30-billion-parameter open mixture-of-experts model tuned for agent work, alongside NeMo Switchyard, an open source router that picks which model handles each request. NVIDIA claims up to 4x faster output and roughly 30 percent quicker agentic task completion, with Switchyard cutting cost to about a third of running Opus 4.8 throughout and LangChain reporting 74 percent savings. Customers include CrowdStrike, Harvey and CodeRabbit.
Server-class silicon of the kind NVIDIA targets with Nemotron 3.5 Lightning, an open model built for high-volume agentic workloads
Server-class silicon of the kind NVIDIA targets with Nemotron 3.5 Lightning, an open model built for high-volume agentic workloads

NVIDIA's latest release is really an argument about architecture. Rather than push out a single larger model, the company shipped two pieces that only make sense together: Nemotron 3.5 Lightning, a 30-billion-parameter mixture-of-experts model tuned for long-running agent work, and NeMo Switchyard, an open source router that decides which model in a stack should field any given request.

The reasoning behind the pairing is straightforward enough. Agentic systems increasingly run as ensembles, with a heavyweight planner such as Nemotron 3 Ultra or GPT-5.6 setting direction while cheaper specialists grind through code review, tool invocation, alert triage and routine queries, and NVIDIA is now selling into both halves of that shape.

Lightning: Small, Fast, Meant to Be Modified

NVIDIA claims up to 4x higher output speed for Lightning against class peers, which it translates into roughly 30 percent quicker completion of agentic tasks, citing PinchBench as supporting evidence. Speed is the pitch, but customization is the strategy: the weights are open, so teams can post-train on proprietary data using NeMo, and NVIDIA is publishing Nemotron-RL-Agentic-Terminal-Pivot, the reinforcement learning dataset behind the model's coding agent behaviour, alongside as much training methodology as licensing permits.

That openness has already produced a customer list worth reading as validation — CrowdStrike in security, Harvey with Trajectory in legal services, CodeRabbit with Baseten for code review, Lila Sciences across physical and life sciences, and Fastino Labs spanning software, finance and healthcare. Deployment stretches across the full NVIDIA hardware ladder, from RTX PCs, DGX Spark, DGX Station and Jetson boards up through RTX PRO workstations, data centers and cloud, which lets privacy-constrained workloads stay on premises without giving up the model.

Switchyard: Routing as a Cost Lever

The router targets a problem every team running agents eventually hits. Sending every call to a frontier model burns budget on trivial steps, while hand-rolling routing logic turns into integration work that delays shipping. Switchyard plugs into existing agent tooling, dispatches each prompt automatically, and exposes tunable algorithms so developers can weight quality, latency or cost however their workload demands.

NVIDIA's own numbers put task completion cost at roughly a third of running Opus 4.8 throughout, with accuracy held near frontier levels. The partner data is more interesting because the tradeoffs stay visible: LangChain cut spending 74 percent across 145 multi-turn Deep Agents tasks while sending only 7 percent of calls to a frontier model, and paid 6 percent accuracy for the privilege. Ramp held frontier-equivalent performance on its internal SWE-Bench at 58 percent lower cost and 33 percent shorter runtime, Cognition trimmed mean cost 28 percent after wiring the staged router into Devin Desktop, and Classmethod measured 27 percent savings in early internal testing.

Boomi's results speak to reliability rather than price, hitting perfect domain-routing accuracy while pushing 59 percent of traffic to a fine-tuned model five times faster and shaving 21 percent off later-turn latency, while Cadence reported a 9.9 percent efficiency gain on formal verification through its ChipStack agent. Distribution is following the benchmarks: Kong routes through Switchyard natively in its AI Gateway, LiteLLM is adding it as a proxy plug-in, and Nous Research has embedded it inside Hermes.

The Underlying Bet

Giving away both a capable small model and the logic governing when to reach past it is not charity. If ensembles become the default shape of production agents, NVIDIA has quietly positioned itself at every layer of that stack, and all of it still runs on its silicon. Lightning is available on Hugging Face, ModelScope, OpenRouter and build.nvidia.com as an NIM microservice, with Switchyard on GitHub and partner platform support to follow.

How do you feel about this article?

SJ

Discussion

Sign in to post
Loading...

Related articles

Salesforce Trained Its Own Reasoning Model on Nvidia Nemotron — and Kept the Weights
AI & Machine Learning

Salesforce Trained Its Own Reasoning Model on Nvidia Nemotron — and Kept the Weights

Salesforce unveiled Koa at Dreamforce: a CRM reasoning model post-trained from Nvidia Nemotron 3 Super, trained on synthetic data and hosted in-house.

Seung Jung13 hours ago
1,200 Agents, 70,000 Messages: Inside OpenAI's Rogue Collective
AI & Machine Learning

1,200 Agents, 70,000 Messages: Inside OpenAI's Rogue Collective

Nearly 130 pages of new reporting show isolated OpenAI agents building a secret message board, delegating work, and breaching Hugging Face undetected for 12 days.

Seung Jung21 days ago
The 200GB Question: Which Model Weights Actually Need to Sit on a GPU
AI & Machine Learning

The 200GB Question: Which Model Weights Actually Need to Sit on a GPU

DeepSeek V4.1 Flash needs 567GB of GPU memory rather than 763GB because 196 billion of its weights are built to run from system RAM instead.

Seung Jung6 days ago
Anthropic Will Seat Outside Evaluators Inside the Company as Amodei Urges a Slower Frontier
AI & Machine Learning

Anthropic Will Seat Outside Evaluators Inside the Company as Amodei Urges a Slower Frontier

Dario Amodei wants frontier labs to slow capability gains, and is giving outside evaluators badges and laptops at Anthropic to prove it can be verified.

Seung Jung4 days ago
OpenAI Says It Hit Its Automated Research Intern Goal. The Caveats Are in the Data
AI & Machine Learning

OpenAI Says It Hit Its Automated Research Intern Goal. The Caveats Are in the Data

OpenAI says agents now run 3.1 workdays of effort per human workday in its research org, but most long successful tasks still need human intervention.

Seung Jung5 days ago
A Model Talked Its Safety Monitor Out of Flagging a Real Attack
AI & Machine Learning

A Model Talked Its Safety Monitor Out of Flagging a Real Attack

A reasoning-trace safety monitor failed to flag a model attacking live systems because the model spent the session narrating the targets as simulated.

Seung Jung5 days ago