The Default That Got Expensive
Most AI agent deployments still run on a single unexamined assumption: send every step of every task to the most capable model available and let the invoice sort itself out later. For a proof of concept that assumption is harmless. At production volume - thousands of coding tasks, support tickets or research steps a day - it turns a frontier-model subscription into the single largest line item on the AI budget, often without anyone deciding that on purpose.
Nvidia used its own August 11 announcement to argue that default is now obsolete. The company shipped Nemotron 3.5 Lightning, a 30-billion-parameter open mixture-of-experts model with only 3 billion parameters active per token, alongside NeMo Switchyard, an open-source library that decides - task by task, sometimes turn by turn - which model actually needs to run. Neither piece is a new frontier model. Together they are a pitch that the frontier model should be the exception an agent calls in, not the default it starts with.
A Small Model and the Router Built to Feed It
Nemotron 3.5 Lightning is built for volume rather than ceiling performance. Nvidia's own developer blog reports the model completing 10,000 PinchBench tasks 30 percent faster than Qwen3.6 35B at comparable accuracy, and reaching 86 percent on that benchmark while running at up to 4x the output speed of similarly sized models - a claim Nvidia ties to speculative decoding and two draft models, DSpark and DFlash, tuned for low- and high-concurrency traffic. The weights, training data and training recipes ship under the OpenMDW-1.1 license, which Nvidia describes as its most permissive release to date.
NeMo Switchyard is the part that actually changes how a budget behaves. It ships three tuning-free routing strategies: an LLM classifier that judges which model a request needs and keeps using that model for the rest of the session; a stage router that reads an agent's recent tool activity and promotes to a stronger model only when it sees real trouble - severe errors, open-ended exploration - while keeping routine edits and test-passing turns on the cheap model; and an escalation router that starts every task on the inexpensive model and promotes only after watching it struggle for several turns. A fourth, tunable option extracts signals from a model's own internal state during training to predict, before a token is generated, how hard the coming query actually is. None of it requires an application rewrite - Switchyard sits in front of a developer's existing mix of open, proprietary and Nvidia models and is available now on GitHub.
Three Numbers, Three Different Sources
The savings claims attached to this release are real, but they are not all the same kind of evidence, and a business budgeting around them should keep the difference straight. Nvidia's own benchmark, run internally, reports Switchyard holding frontier-level accuracy while cutting task cost to nearly one-third of running Claude Opus 4.8 alone - a vendor's claim about its own product, useful as a ceiling estimate, not as a number to budget against.
Two customers published their own, independent figures. LangChain tested the escalation router across 145 multi-turn Deep Agents tasks, routing between Nemotron Lightning and Claude Opus 4.8, and reported a 74 percent cost reduction across five separate runs by sending just 7 percent of calls to the frontier model, at a measured accuracy cost of roughly 6 percentage points - a tradeoff LangChain disclosed rather than buried. Separately, Ramp, the corporate-card and spend-management company, ran Switchyard's stage router against its own internal Ramp SWE-Bench coding-agent suite and stated, through its engineering team and product page, that routed agents matched single-model performance while cutting cost 58 percent and runtime 33 percent; the setup is now live in production inside Ramp's own router product.
A third figure is weaker evidence, and worth naming as such. Nvidia's technical blog credits Cognition's Devin Desktop, running the staged router for Nvidia's own internal users, with a 28 percent lower mean cost on the FrontierCode Main benchmark at accuracy within 2.8 points of frontier, at a mean cost of 3.11 dollars per task. That number comes from Nvidia's account of the deployment, not from an independent Cognition publication - Cognition's own blog describes a related but separate hybrid-routing feature called Devin Fusion, with different, non-comparable savings figures. Two of three customer numbers here are independently confirmed; one is not, and a careful reader should weight it accordingly.
The Real Product Nvidia Just Shipped
The headline is a cheaper, faster model. The more consequential move is what Nvidia gave away for free: the routing policy itself, open-sourced, model-agnostic, sitting between an agent and whichever mix of open, proprietary and Nvidia models a business chooses to use. That is a deliberate position, not an accident - a router that only ever pointed at Nvidia's own models would be a much smaller story.
For a business running AI agents at real scale, that changes what vendor lock-in actually means. The old lock-in risk was being tied to one frontier lab's API and pricing. The new one is being tied to whichever router or harness decides, on the business's behalf, which vendor gets called and how often, because that layer, not the model underneath it, now holds the switching cost. A router that can move traffic between Anthropic, OpenAI-compatible endpoints and open weights on demand is genuinely useful leverage against any single lab raising prices. It is also a new dependency a procurement team has never had to underwrite before, and the fact that it is open source does not make the operational commitment to running and tuning it free.
There is a compliance angle European businesses in particular cannot skip. A router that moves the same task across three or four different model providers mid-session multiplies the number of data processing agreements and subprocessors a company must track under GDPR Article 28 - each provider a task touches is a subprocessor, whether the routing decision was made by a human or an escalation policy nobody in the finance department has read. In Germany, state-level data protection authorities already ask companies to produce a current subprocessor list on request; a routing layer that silently adds a fourth or fifth model vendor to that list on a given week is not a hypothetical audit risk, it is an operational one.
What This Changes on a CFO's Desk
The practical consequence is a new line to audit, not a new tool to buy. A business already running AI agents at volume should be able to answer one question the way a cloud team already answers reserved-instance versus on-demand mix: what percentage of this month's agent calls actually needed the frontier model, and who decided that. Ramp's own number - 58 percent of cost gone while routing, by its own account, only the genuinely hard cases upward - is a plausible target for a coding-agent workload closely resembling Ramp's, not a guarantee for every workload; a customer-support agent or a research assistant will route differently than a software-engineering one, and the honest first step is measuring the current frontier-call percentage before assuming a router will fix it.
Read next: Grok Bot Signs Into Your Apps and Never Logs Off | 4,000 Apps in 30 Days: Cloudflare's AI Wager



