Back to Learn
    blog 9 min read

    Nemotron 3.5 Lightning and NeMo Switchyard: NVIDIA's Bet on Model Routing

    NVIDIA's Nemotron 3.5 Lightning and open source NeMo Switchyard router cut agent costs by up to 74% with near-frontier accuracy. What the benchmarks mean for your stack.

    88

    88 Labs AI

    Editorial Team

    Nemotron 3.5 Lightning and NeMo Switchyard: NVIDIA's Bet on Model Routing
    Share:

    The short version


    NVIDIA just shipped two things that matter if you run agents in production: Nemotron 3.5 Lightning, a 30-billion-parameter mixture-of-experts open model built for high-volume agentic tasks, and NeMo Switchyard, an open source routing library that sends each step of an agent workflow to the model best suited for it.


    One is a cheaper worker. The other is a dispatcher. Together they point at the architecture most serious agent systems are already converging on: not one big model doing everything, but a system of models where a frontier planner delegates to fast specialists.


    Why "one model for everything" is the expensive mistake


    Most businesses wire their agent to a single frontier model and call it done. It works, and then the invoice arrives.


    In a real workflow, the steps are wildly uneven. Classifying an inbound message, extracting a phone number, checking whether a ticket needs escalation, or formatting a summary are not hard problems. Planning a multi-step refund investigation is. Paying frontier prices for all of it means you subsidize the easy 80% to protect the hard 20%.


    The alternative used to be manual: write your own routing logic, maintain it, and re-tune it every time a model updates. That is integration work that quietly eats a deployment timeline.


    Nemotron 3.5 Lightning: the specialist


    Lightning is a 30B mixture-of-experts model, meaning only a slice of its parameters activate per token. NVIDIA reports up to 4x faster output speed and roughly 30% faster agentic task completion versus comparable models in its class.


    The parts that matter operationally:


  1. It's open and customizable. You can post-train it on your own domain data, tools, and workflow transcripts with NVIDIA NeMo. For a niche business — legal intake, HVAC dispatch, claims triage — a tuned small model often beats an untuned large one on your specific task.
  2. It runs where you want. RTX PCs, DGX Spark, DGX Station, Jetson, RTX PRO workstations, data center, or cloud. That's a privacy and latency lever, not just a cost one.
  3. Training data is published where licensing permits, including an agentic reinforcement learning dataset used for its coding-agent behavior. Traceability is rare in this category.

  4. Companies already customizing it include CrowdStrike (cybersecurity), Harvey (legal), CodeRabbit (code review), Lila Sciences, and Fastino Labs. That spread tells you the intended use: narrow, repeated, high-volume tasks inside a bigger system.


    NeMo Switchyard: the dispatcher


    Switchyard is an open source model router for agents. It inspects each request in a workflow and sends it to the most capable and efficient model available — across your own mix of open, proprietary, and NVIDIA models — without rewriting the application.


    You tune the router to your priorities: quality, latency, or cost. NVIDIA's internal benchmarks show it holding frontier-level accuracy while cutting task completion cost to roughly one-third of running a top-tier model alone.


    Partner results are the more interesting evidence, because they were measured on real workloads:


  5. LangChain: 74% lower cost across 145 multi-turn Deep Agents tasks, routing only 7% of calls to a frontier model, at a 6% accuracy tradeoff.
  6. Ramp: matched a frontier model's performance while cutting cost 58% and runtime 33% on their SWE-Bench harness.
  7. Cognition: integrated the staged router into Devin Desktop, near-frontier performance at 28% lower mean cost.
  8. Boomi: 100% domain-routing accuracy, 59% of traffic sent to a 5x faster fine-tuned model, 21% lower later-turn latency.
  9. Classmethod: 27% cost reduction in internal testing with quality held.
  10. Kong ships routing natively in its AI Gateway, LiteLLM is adding it as a proxy plug-in, and Nous Research has integrated it into Hermes.
  11. Cadence and Siemens are applying it to EDA and formal verification agents.

  12. Notice the shape of every number: large cost reduction, small or no accuracy cost. That is what a good router buys you.


    The tradeoff nobody puts on the slide


    Routing adds a decision point, and decision points fail. Three things to plan for:


    1. Misroutes are silent. A frontier-worthy request sent to a small model doesn't error — it returns a confident, mediocre answer. You need evals on the routed path, not just the model.

    2. The 6% accuracy tradeoff is not free everywhere. For a support summary it's noise. For a compliance decision or a medical intake it isn't. Route by task risk, not just task cost.

    3. Two systems to version. Model updates and router policy updates can each regress you. Pin both, and change one at a time.


    What we'd actually build with this


    If you're running agents for a service business, the practical pattern looks like this:


  13. A frontier model plans and handles ambiguity — the top 10–20% of requests.
  14. A tuned Lightning-class model handles classification, extraction, drafting, tool calls, and status updates — the bulk of the volume.
  15. Switchyard decides which is which, with a hard override that forces anything touching money, contracts, or health data to the frontier path.
  16. Local or on-prem deployment for anything where customer data shouldn't leave your network.

  17. That's not an exotic setup. It's the difference between an agent that's a line item and one that pays for itself.


    Where to get it


    Nemotron 3.5 Lightning is available on Hugging Face, ModelScope, OpenRouter, and build.nvidia.com. NeMo Switchyard is open source and already wired into Kong AI Gateway, LiteLLM, LangChain, and Hermes.


    If you'd rather not assemble the routing layer, the evals, and the fallback logic yourself, that's the part we do. We scope the workflow, pick the model mix, and have it deployed in 14 days.


    Ready to see this in action?

    Get a free, personalized demo of an AI agent built for YOUR business.

    Get Your Free Demo