The Short Answer
NVIDIA's August 11, 2026 release of Nemotron 3.5 Lightning and NeMo Switchyard commoditizes the model layer and moves the durable advantage to the routing layer β the component deciding which model handles which step, at what cost, under what policy. Open weights are not sovereignty: with ibl.ai you own all the code and the data, run it model-agnostic across any LLM, and deploy anywhere.
Nemotron 3.5 Lightning is a 30-billion-parameter mixture-of-experts model with only 3 billion active per call, running on a single GPU at 35% faster than Qwen3.6 35B.
NeMo Switchyard is the open library that routes each workflow step to the right model. The pairing matters because most enterprise agent spend is frontier-model inference on tasks that never needed it. 1.6M+ users across 400+ organizations run the platform this way.
What Is Nemotron 3.5 Lightning?
Nemotron 3.5 Lightning is an efficiency-optimized open model built for high-volume agent workloads, not for benchmark leaderboards.
Its architecture is the point: 30 billion total parameters with roughly 3 billion active on any given inference call, so about 90% of the weights stay dormant per request.
That design has three consequences an infrastructure team cares about. It runs on a single GPU, removing multi-node cluster requirements.
It benchmarks 35% faster than Qwen3.6 35B and up to 4Γ faster than comparable open models on agentic coding tasks. And it ships with open weights, open datasets, and open training recipes, so it can be customized rather than merely called.
It is distilled from Nemotron 3 Ultra β frontier-class reasoning compressed into a runtime cheap enough to put in the hot path of an agent loop.
Why Does a Routing Layer Matter More Than the Model?
Because most enterprise agent workloads do not need frontier reasoning at every step, and today most of them get it anyway.
A single-model deployment sends every task to the same endpoint: the ticket that needs classifying, the password reset, the policy lookup, and the genuinely hard synthesis problem all hit the same expensive inference call.
NeMo Switchyard is an open-source routing library that selects a model per step in a multi-step workflow. That turns model choice from a procurement decision made once into a runtime decision made continuously β which is what makes the savings compound.
The economics are easier to see than to argue about. The illustration below assumes 1,000,000 agent steps per month with a typical enterprise mix β roughly 90% routine classification, extraction, and lookup, and 10% genuinely hard reasoning β priced against public list rates:
| Approach | Routine 900K steps | Hard 100K steps | Relative monthly cost |
|---|---|---|---|
| Single frontier model | Frontier API | Frontier API | 100% (baseline) |
| Routed, both hosted | Small hosted model | Frontier API | ~25β35% |
| Routed, self-hosted small model | Nemotron 3.5 Lightning on your GPU | Frontier API | ~10β15% |
The exact figures move with your traffic mix and negotiated rates. The shape does not: the more of your volume that is routine, the more the single-model approach overpays, and the 90/10 split above is conservative for support, ITSM, and compliance workloads.
Do Open Weights Give You Sovereignty?
No β and this is the most common and most expensive misreading of a release like this one.
Downloading open weights gives you the model. It does not give you the platform that calls the model, the integrations that feed it institutional data, or the governance that makes it auditable.
Sovereignty needs four things, and open weights supply exactly one of them: full source-code ownership of the agent platform, data integration that leaves institutional data in place rather than extracting it, deployment flexibility across your cloud, on-premise, GovCloud, or air-gapped networks, and model agnosticism so you can route dynamically and switch anytime.
An organization can run entirely open-weight models and still be locked in β if the orchestration layer calling those models is a vendor's managed service. The lock-in simply moved up the stack, where it is harder to see and more expensive to unwind.
Which Layers Should an Enterprise Actually Own?
Three, and the model is not among them. The routing layer decides which model handles which task, at what cost, under what policy β it is where model choice, spend, and governance are actually enforced.
The data layer keeps institutional data in place, connected through MCP or an equivalent protocol rather than copied into a vendor index.
The governance layer carries audit trails, access controls, spend caps, and compliance monitoring.
Everything below those β the models, the GPUs, the inference endpoints β is a commodity that gets cheaper and better every quarter. NVIDIA just made that concretely true by giving away both an efficient model and the router for it.
The pattern is visible in how sophisticated deployments are already built: Goldman Sachs runs hundreds of agents against a custom orchestration harness, where the harness is the durable asset and the model is swappable.
Trajectory raised at a $300M valuation from Sequoia specifically to help enterprises customize open-source models β the market for customization infrastructure is growing faster than the market for the models themselves.
How Should You Evaluate Your Own Stack?
Start with a dependency test. If switching LLM providers would take more than a configuration change, you have a lock-in problem regardless of how open your model weights are. That single question separates model-agnostic architecture from the appearance of it.
Then audit routing. Identify what share of your agent steps are routine classification, extraction, or lookup currently being served by a frontier model. In most deployments that share is the large majority, and it is the single most common source of avoidable AI spend.
Finally, check who owns the orchestration. Routing, governance, and data integration should be infrastructure you hold, not a managed service you rent β because those are the layers that determine whether the next cheap, fast open model is an easy swap or a migration project.
On ibl.ai you own all the code and the data, run it model-agnostic across any LLM, and deploy anywhere, with no per-seat pricing: cost tracks tokens actually consumed, not headcount.
ibl.ai is family-owned and operated from New York, NY β a U.S.-headquartered, domestically-owned long-term partner, not a vendor that sells licenses and moves on.