Build1 distinct publisher3 min readPublished
Nemotron 3.5 Lightning touches a tenth of its weights per token, which is what makes an agent loop plausible next to the sensors, but memory still has to hold all thirty billion and NVIDIA's own loop still escalates off-device.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
Three billion of thirty billion is ten percent [16], and against Qwen3.8-27B's dense 27 billion it is nine times fewer parameters touched per token [17]. That is a bandwidth claim rather than a capacity claim. Memory still has to hold every expert, because the next token may route to any of them; only the per-token read shrinks. So the first thing to check on a given module is whether the quantized checkpoint plus your KV cache fits at your context length. NVFP4 is the lever the post points at, described as reducing both the work and the memory required for model operations [9].
NVIDIA maps the two architectures onto different workloads: Nemotron 3.5 Lightning for response-heavy flows where faster token generation shortens the overall process, Qwen3.8-27B for tasks with fewer, harder decisions that allow more time per response [7]. Read that as a statement about your token mix. An agent emitting many short tool calls and short verifications lives in decode, where activated parameters set the pace. One that writes a long plan once an hour does not.
The performance figure is where transfer gets hard. Figure 2 compares both models in BF16, in NVFP4, and in NVFP4 with the fastest speculative decoding configuration NVIDIA tested for each model [11]. Those final bars come from two separately tuned configurations, not one shared setup. Speculative decoding pays when drafted tokens are accepted at verification [10], and acceptance is a property of your output distribution rather than of the silicon: schema-shaped tool calls draft well, free-form reasoning drafts worse. For a published speedup to survive contact with your service you need the same draft model, similar acceptance on your prompts, and the same concurrency, since a draft length tuned for one request at a time is the wrong one under a batch. The plainest line in the post says roughly this: benchmark both models on the decisions, tools, and response patterns your application requires before selecting one [12].
The routing decision is narrower than the framing suggests. The reference loop has an agent monitor a system from live sensor data and device logs, take approved corrective actions, verify results against predefined tests, and escalate to an expert only when needed [13]. Escalation is a network call. NVIDIA's careful phrasing is that deploying locally through vLLM or llama.cpp means the reasoning loop "does not depend entirely on the data center" [14]. Two words carrying an entire hybrid architecture. If your round trips exist because data has to stay on device [1], what changes is which calls leave, not that none do.
The capability evidence is an aggregate index. Figure 1 plots the Artificial Analysis Intelligence Index against model size and release date, with 2026 open models reaching scores similar to leading 2025 models at far fewer parameters [3], and part of the mechanism named for the smaller model is distillation from Nemotron 3 Ultra [4]. That index does not measure tool-calling accuracy after quantization on your own schemas. That measurement is left to the adopter, and it is the one that decides whether the data center endpoint gets retired or just demoted.
Ranked by verification strength, evidence, and original report placement.
NVIDIA's developer blog says that until recently, models capable of multi-step reasoning were too large to run locally on edge hardware, so developers building agents had to route inference through a data center, adding network dependency, increasing costs, and exposing data that may need to stay on device.
Distillation transfers some of Nemotron 3 Ultra's capabilities into the smaller Nemotron 3.5 Lightning model.
Qwen3.8-27B is a dense model, so it activates all 27 billion parameters for each token.
Nemotron 3.5 Lightning uses a mixture-of-experts architecture with 30 billion total parameters, of which only 3 billion are activated for each token.
NVIDIA recommends Gemma 4 E4B as a strong starting point for Jetson Orin Nano, and Nemotron 3.5 Lightning and Qwen3.8-27B as strong options for Jetson AGX Orin and Jetson AGX Thor, citing high-quality quantized checkpoints and optimized deployment options across popular inference engines.
NVFP4 quantization reduces the work and memory required for model operations.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · September 4, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
A 30B model with 3B active arrives on JumpStart, aimed at the cheap middle of agent work1 distinct publisher
build
Inco AI's DFlash 2: 21% longer accepted drafts for 1.3% latency and 18.5M parameters1 distinct publisher
build
Unsloth's 10% quant claim is really about which machines can run a 27B model1 distinct publisher
build
Intel puts its Arc GPU operating knowledge inside the coding agent already installed1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Checkable specs beside unquantified figures
Two kinds of material share one page. The architecture facts can be checked against the model cards: 27 billion dense parameters active per token for Qwen3.8-27B, 3 of 30 billion for Nemotron 3.5 Lightning, distillation from Nemotron 3 Ultra. The performance case cannot, because the text points at Figure 2 and a video without putting a single throughput, latency or accuracy value in the prose, and the speculative decoding result is whichever configuration NVIDIA found fastest for each model.
Availability, not uptake
What NVIDIA documents is that quantized checkpoints exist and that vLLM and llama.cpp will serve these models on named Jetson tiers. The sensor-monitoring loop stays hypothetical throughout, described in conditional terms without a product, fleet, pilot or customer attached, so there is nothing here to count.
Frontier headline over a hedged loop
The title promises frontier reasoning at the edge. The body says the reasoning loop 'does not depend entirely on the data center' and gives an example agent that escalates to a remote expert when it hits its limit. The sparse-activation pitch is also oversold by omission: touching a tenth of the weights cuts compute per token, while memory still has to hold all thirty billion parameters, a cost the post never quantifies for any board it recommends.
The vendor grades its own boards
NVIDIA wrote the assessment of which models belong on hardware NVIDIA sells, using its own Nemotron as one of two examples and its own NVFP4 format as the compression step. The parameter counts are still the parameter counts; what the vendor controlled was the choice of models to compare, the boards they were compared on, and which serving configuration counted as fastest.
Parameters hold; the capability claim waits
Confidence splits along a clear line: nine-to-one per-token activation follows from figures NVIDIA states about both models, and the workload logic drawn from it is coherent, while the claims above that line - matching 2025 data-center capability, and the size of the NVFP4 and speculative decoding gains - come from one interested party, with no numbers in the text and no outside test.