
LangChain tunes Deep Agents for NVIDIA Nemotron 3 Ultra: top open-model accuracy at 10x lower cost with Nebius Agents Blueprint
LangChain tunes Deep Agents for NVIDIA Nemotron 3 Ultra: top open-model accuracy at 10x lower cost with Nebius Agents Blueprint
Today, LangChain released a Deep Agents profile tuned for NVIDIA Nemotron 3 Ultra, achieving top agent accuracy among open models at roughly 10x lower cost than closed alternatives, with no changes to the model itself. LangChain optimized how the agent plans, calls tools, and executes tasks, improving overall agent performance through better orchestration. Those gains come from the harness around the model — and it’s a lever most teams overlook.
The Nebius Agents Blueprint
An agent’s cost comes from the harness, not the model
An agent’s cost is a function of how many tokens it burns on the way to an answer. Every planning step, tool call, retry, and repeated read adds to the bill. The model sets the ceiling on quality; the harness — the prompts, tool definitions, and middleware around the model — decides how efficiently it reaches that ceiling. A generic harness makes an open model do more work than it needs to. A harness tuned to a specific model removes the wasted steps.
LangChain tuned Deep Agents to Nemotron 3 Ultra through an eval-driven loop: run the task suite, find the failing and wasteful patterns, adjust prompts, tools, and middleware, then repeat until performance converges. The result ships as a profile you load directly in Deep Agents. No fine-tuning, no retraining — the model is untouched. The gains come entirely from the runtime around it.
Combined with NVIDIA Nemotron 3 Ultra open weights, you can customize the complete agent stack, from model to the harness, for your own proprietary workflows while maintaining flexibility over deployment and infrastructure.
Why harness improvements translate to lower cost
For a single-turn chatbot, token efficiency is rarely more than a rounding error. But for an agent that runs for minutes across dozens of tool calls, inefficiencies compounds: one poorly sequenced run can multiply the inference bill substantially.
Tuning the harness attacks the cost at its source: fewer redundant reads, tighter tool use, less scope drift. Same model, same quality target, far fewer tokens to get there. That’s how an open model lands within reach of frontier accuracy at a fraction of the cost per task, without needing a bigger model or retraining.
Run it with the Nebius Agents Blueprint
The Nebius Agents Blueprint
The tuned Deep Agents profile is coming to the Blueprint. Because the Blueprint can already run Deep Agents against the Nemotron 3 Ultra endpoint, adopting the tuned profile is a configuration change, not a migration. You can benefit from the latest Deep Agents improvements while keeping the rest of the application architecture unchanged.
Get started with the Nebius Agents Blueprint



