ibl.ai Agentic AI Blog

Insights on building and deploying agentic AI systems. Our blog covers AI agent architectures, LLM infrastructure, MCP servers, enterprise deployment strategies, and real-world implementation guides. Whether you are a developer building AI agents, a CTO evaluating agentic platforms, or a technical leader driving AI adoption, you will find practical guidance here.

Topics We Cover

Featured Research and Reports

We analyze key research from leading institutions and labs including Google DeepMind, Anthropic, OpenAI, Meta AI, McKinsey, and the World Economic Forum. Our content includes detailed analysis of reports on AI agents, foundation models, and enterprise AI strategy.

For Technical Leaders

CTOs, engineering leads, and AI architects turn to our blog for guidance on agent orchestration, model evaluation, infrastructure planning, and building production-ready AI systems. We provide frameworks for responsible AI deployment that balance capability with safety and reliability.

Back to Blog

NVIDIA's Open Routing Layer: Why the Model Stopped Being the Moat

ibl.ai EngineeringAugust 12, 2026
Premium

NVIDIA shipped an efficient open model and an open routing library on the same day. Together they commoditize the model layer and move the durable advantage to the routing layer β€” which is the one piece you should refuse to rent. What routing saves, what open weights do not buy you, and the three layers worth owning.

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.

Why does owning the AI stack matter?

ibl.ai is the agentic AI platform where you own all the code and the data. You self-host the entire stack inside your own perimeter, run it model-agnostic across any LLM and switch anytime, and pay by usage with no per-seat pricing β€” so you can deploy anywhere: your cloud, on-premise, GovCloud, or fully air-gapped.

  • You own all the code and the data

    Full source code under a perpetual license, running on your infrastructure. Not API access to someone else's platform β€” the stack itself is yours.

  • Model-agnostic

    Run any LLM β€” Claude, GPT, Gemini, Llama, Command, or your own fine-tune β€” and switch providers without rewriting the platform.

  • No per-seat pricing

    Usage-based billing against a budget cap you set. Cost tracks what your organization actually uses, not how many people you employ.

  • Deploy anywhere

    Your cloud, your VPC, on-premise, GovCloud, or a fully air-gapped network with no outbound connectivity.

1.6M+ users across 400+ organizations run the platform this way, including NVIDIA, MIT, and Syracuse University.

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.

See the ibl.ai AI Operating System in Action

Discover how leading universities and organizations are transforming education with the ibl.ai AI Operating System. Explore real-world implementations from Harvard, MIT, Stanford, and users from 400+ institutions worldwide.

View Case Studies
Work with our team

Pilots, deployment, and full ownership

Most enterprise engagements are one-time, not subscriptions. You integrate ibl.ai with your own data, deploy it on your own infrastructure, and the engineering hours scale with the work β€” so the price tracks the scope, not your headcount.

Start here

Pilot

from $15K

fixed scope Β· fixed timeline

A time-boxed proof of value on your real data β€” not a slide deck.

Best for: Teams that want to see ibl.ai working before committing.

  • Deployed on your infrastructure or our cloud
  • 1–2 production agents wired to a slice of your data
  • One integration (LMS / SIS / SSO / data source)
  • Weekly working sessions with our engineers
  • Pilot fee credits toward a full engagement
Scope a pilot
Most common

Integration & Deployment

$25K – $80K

one-time Β· not a subscription

Full deployment integrated with your data and systems. Engineering hours scale with scope.

Best for: Organizations rolling ibl.ai out across a department, campus, or business unit.

  • Platform deployed in your VPC, on-prem, or air-gapped
  • Integrated with your data + identity (SSO / SAML)
  • Multiple custom agents built to your workflows
  • Engineering hours proportional to scope
  • You own the data Β· run any LLM you choose
Plan a deployment
Full ownership

Codebase Transfer + Custom AI Engineering

Six figures

perpetual license Β· you own the stack

We transfer the full source code. You own and self-host the entire platform β€” outright.

Best for: Government, defense, and enterprises that require perpetual ownership and sovereignty.

  • Complete source-code transfer + perpetual license
  • Dedicated AI engineering team on your roadmap
  • Custom agents, models, and integrations to spec
  • Air-gapped capable Β· zero vendor lock-in
  • Family-owned, New York–based long-term partner
Talk about ownership
You own the code and data Run any LLM β€” Claude, GPT, Gemini, Llama Family-owned & operated from New York, NY