
Nvidia is betting agentic AI runs on specialist model teams, not one giant model
Nvidia bets on cheap specialist models plus a smart router, not bigger single models, for agentic AI
Nemotron 3.5 Lightning and NeMo Switchyard reframe the agent stack as many small models coordinated by a router — with claimed cost cut to a third of a single frontier model
The real product here is not the 30B model — it is the routing layer. Nvidia is betting that always-on agents will be built from ensembles of cheap specialists rather than one frontier model, and NeMo Switchyard is the piece that makes that economically viable without rewriting apps.
Why now
Agentic workloads run continuously and hit models thousands of times per session — for tool calls, alert triage, billing lookups. Routing every one of those through a single frontier reasoning model is both slow and expensive. Nvidia's answer is a two-part release: Nemotron 3.5 Lightning, a 30B mixture-of-experts model tuned for high-volume specialized tasks, and NeMo Switchyard, an open-source router that sends each step of a workflow to whichever model — Nvidia's, open, or proprietary — fits the job's quality/latency/cost profile.
Lightning's headline numbers
internal benchmark, frontier-level accuracy maintained
How a system of models is meant to work
The orchestrator plans; the router picks the right specialist per step; Lightning handles the bulk of repetitive, low-latency calls.
Who is already customizing Lightning
CrowdStrike — cybersecurity alert monitoring
Harvey (with Trajectory) — legal services
CodeRabbit (with Baseten) — code review
Lila Sciences — reasoning for physical/life sciences agents
Fastino Labs — software dev, finance, healthcare workloads
Deployment reach and openness
Lightning runs from RTX PCs, DGX Spark/Station and Jetson at the edge up to RTX PRO workstations, data centers and cloud — the same model scales down for local/private use and up for enterprise volume. As with prior Nemotron releases, Nvidia publishes much of the training data and technique (licensing permitting), plus a new dataset, Nemotron-RL-Agentic-Terminal-Pivot, used to post-train the model's coding-agent behavior.
What to track
- 01
NeMo Switchyard is on GitHub now but still 'coming to partner platforms soon' — which platforms integrate it first will show real adoption
- 02
Independent benchmarks of Lightning's 4x speed / 30% completion claims, once third parties test it outside Nvidia's own numbers
- 03
Whether the Nemotron Coalition (evaluation/software/dataset contributors) publishes its own evaluation methodology publicly