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

Core claimmedium — cost and speed numbers are Nvidia's own internal benchmarks, not third-party verified

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

Output speed vs class peers
up to 4x faster
Agentic task completion
30% faster
Parameters
30B (MoE)
Switchyard task cost vs Opus 4.8 alone
~1/3

internal benchmark, frontier-level accuracy maintained

How a system of models is meant to work

plans workflowroutes high-volume/specialized stepsroutes high-volume/sp…routes steps needing different strengthsroutes steps needing …Frontier orchestrator (Nemotron 3 Ultra / GPT-5.6)Frontier orchestrator (Ne…NeMo Switchyard (router)Nemotron 3.5 LightningOther open/proprietary modelsOther open/proprietary mo…

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

customer

CrowdStrike — cybersecurity alert monitoring

customer

Harvey (with Trajectory) — legal services

customer

CodeRabbit (with Baseten) — code review

customer

Lila Sciences — reasoning for physical/life sciences agents

customer

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

  1. 01

    NeMo Switchyard is on GitHub now but still 'coming to partner platforms soon' — which platforms integrate it first will show real adoption

  2. 02

    Independent benchmarks of Lightning's 4x speed / 30% completion claims, once third parties test it outside Nvidia's own numbers

  3. 03

    Whether the Nemotron Coalition (evaluation/software/dataset contributors) publishes its own evaluation methodology publicly

Sources