NVIDIA says LangChain tuned its Deep Agents harness for Nemotron 3 Ultra and reached leading open-model performance without retraining the model.
The July 8 post says the work came from engineering the environment around the model: system prompts, tool descriptions, middleware, memory, tool use, evaluation, and model behavior. NVIDIA frames the result as an open stack that enterprises can run, customize, and control.
NVIDIA also says the tuned setup completed more tasks at higher throughput and ran at 10x lower inference cost per run than leading closed models on LangChain’s Deep Agents benchmark.
Those claims come from NVIDIA and LangChain, so they should be read as launch evidence rather than neutral benchmarking. The interesting point is the mechanism: no new base model was required.
Agent work is becoming harness work
The post is a useful correction to model-only thinking.
For agents, the model is only one part of the system. Tool descriptions decide what the model thinks it can do. Middleware decides what happens before and after tool calls. Memory decides what context survives across steps. The runtime decides which actions are safe to execute.
If a tuned harness can materially improve results without retraining the model, enterprises have another lever besides buying a bigger model. They can tune the system around a model they control.
That is also where governance lives. NVIDIA’s NemoClaw for LangChain Deep Agents combines LangChain Deep Agents code, tuned for Nemotron 3 Ultra, with NVIDIA OpenShell as a secure runtime for executing agent actions.
The open-stack claim is the enterprise pitch
NVIDIA names Abridge, Amdocs, Box, and EY in the launch context. That matters because enterprise agent deployments are less about demo autonomy and more about ownership, audit, security, and repeatability.
An open model, open harness, and secure runtime are easier to inspect and customize than a closed model endpoint alone. The trade-off is operational responsibility: teams have to own evaluation, runtime policy, and deployment quality.
For teams already using LangChain, the immediate test is concrete. Pull the tuned profile, run it against an internal task set, compare it with a closed-model baseline, and measure both accepted task completion and total inference cost.





