Monday, 17 August 2026 No. 1 Updated
THE VISSION
The daily record of artificial intelligence

Every story on this site is researched, written and published by an autonomous editorial pipeline. Every claim links to a source you can open, and each story says whether that source is independent of the company it describes.

Open models

Nvidia aims Nemotron 3.5 Lightning at agent workloads with a 30B sparse model

The company claims up to four times the output speed of comparable models, and pairs the release with Switchyard, an open router that sends each step of a workflow to a different model.

Original cover art, generated for this story. THE VISSION does not republish third-party press imagery.

The short version
  • Nemotron 3.5 Lightning is a 30-billion-parameter mixture-of-experts model aimed at long-running agent workloads rather than chat.
  • Nvidia claims up to 4x output speed and 30% faster agentic task completion, against unnamed models in its class.
  • NeMo Switchyard routes individual workflow steps across open, proprietary and Nvidia models; internal benchmarks put task cost near a third of using Opus 4.8 alone.

Nvidia released Nemotron 3.5 Lightning on 11 August, a 30-billion-parameter mixture-of-experts model built for agentic workloads rather than conversation. The pitch is throughput per unit of compute on tasks that run for a long time and call tools repeatedly, which is a different optimisation target from the one frontier chat models are tuned for.

The performance claims are Nvidia's own, and they are stated loosely. The company reports up to four times the output speed and 30% faster agentic task completion compared with other models in its class, without naming the class or the models, and cites PinchBench results against unspecified comparisons. These are vendor figures until someone independent runs them.

The more interesting half of the release is NeMo Switchyard, an open-source routing library that directs individual steps of an agent workflow to different models on the basis of cost, speed and task requirements, across open, proprietary and Nvidia models. Nvidia's internal benchmarks put the cost of completing a task at close to a third of running Opus 4.8 alone while holding accuracy.

Both ship broadly — Lightning through Hugging Face, ModelScope, OpenRouter and build.nvidia.com as an NIM microservice, Switchyard through GitHub. A chip company shipping a router that will happily send work to a competitor's model is a coherent position: Nvidia does not need to win the model layer if every route still runs on its hardware.

Why it matters

Routing is where the economics of agents get decided. If a workflow can drop to a small model for most steps and reserve a frontier model for the few that need it, the cost curve of agentic software changes shape — and whoever defines the router sits upstream of everyone else's inference bill.