The $4.48 Agent Call That Ends the $43 Conversation
NVIDIA and LangChain tuned an open Deep Agents harness on Nemotron 3 Ultra. Same evaluation, 10x cheaper: $4.48 per run vs $43.48. Here is what it means for SMB agent budgets and which workloads to revisit first.
NVIDIA and LangChain quietly published a benchmark last week that should change how every small and mid-sized business thinks about AI agent budgets. An open-source model, Nemotron 3 Ultra, running on a tuned Deep Agents harness from LangChain, hit an aggregate score of 0.86 at a cost of $4.48 per benchmark run. The closest-performing closed model came in at $43.48. Same harness. Same evaluation. Ten times the cost difference.
That is not a marginal price improvement. It is the kind of step-function shift that resets what an AI workflow is allowed to cost inside a small business. Here is what it means in practice, and where the savings actually land.
What a "Deep Agents Harness" Actually Is
For the SMB owner who has not been following the agent framework wars, a few definitions are worth pulling up front.
A "harness" is the orchestration layer wrapped around a language model that turns a one-shot prompt into a multi-step agent. The model is the brain. The harness is the loop: planning, tool selection, retries, error handling, context management, memory. LangChain's Deep Agents is one of the more mature open harnesses in 2026, sitting in the same general category as OpenAI's Agents SDK or Anthropic's Claude Agent SDK.
The interesting move in last week's announcement was not a model release. Nemotron 3 Ultra had been available. The interesting move was NVIDIA and LangChain showing that an open model, after a focused tuning pass on the harness itself, can match the output quality of the frontier closed models on the kinds of tasks an SMB actually runs: tool use, multi-step planning, structured extraction, retrieval over a small knowledge base.
The cost gap is what makes it land. The same Deep Agents harness, same prompts, same evaluation, and a 10x difference at the line item that shows up on the bill.
Why Open Plus Tuned Beats Closed for Cost-Leverage Workloads
The closed-model pitch has always been "you do not have to think about this, we did." For an enterprise with a custom contract and a seven-figure annual commit, that trade can be worth it. For an SMB running an agent on a CRM update or a ticket triage queue, the math works the other way.
Three properties of an open plus tuned stack matter here:
- You can move inference to the cheapest provider that will host the model, instead of paying retail on a single vendor's API.
- You can swap the model without rewriting the harness, so you can re-tune quarterly as new open checkpoints land.
- You can audit the weights when a regulator or a customer asks what is actually inside the agent that handles their data.
The $4.48 number reflects all three. It is what an inference provider with spare capacity charges for a Nemotron 3 Ultra call routed through a tuned LangChain Deep Agents harness. The $43.48 number reflects what you pay when you ask the same harness to talk to a frontier closed model instead.
For the same task, you save $39 per call. Multiply by the number of agent calls your operation runs in a week, and the savings stop being theoretical.
The Four Places SMBs Should Plug This In First
Not every agent call is worth re-platforming. The 10x multiplies where the workload is high-volume, low-stakes, and structured. Four places to start:
1. Inbound triage and routing. An agent that reads a new ticket, classifies it, pulls the relevant customer record, and routes it to the right queue. Most SMB support teams run this in their helpdesk already; the agent layer sits on top and shaves the human triage step off every interaction.
2. CRM enrichment. An agent that takes a new lead, enriches it from public sources, writes a one-paragraph summary, and pushes it to the sales rep. The closed-model version of this agent runs at $0.30 to $1.20 per lead depending on the depth. The tuned open version lands well under $0.10.
3. Vendor email and quote parsing. An agent that reads inbound vendor emails, extracts the line items, matches them against the open POs, and flags anything off. The volume is small per day but the per-call cost has historically made it uneconomic to automate. At $4.48 per thousand calls, it becomes a one-week build instead of a one-quarter project.
4. Post-call summaries and CRM updates. An agent that listens to a recorded call, writes the summary, extracts the action items, and updates the deal record. This is the highest-leverage agent in any sales-led SMB and also the one most likely to be paying the $43 tax today.
Each of these is a workload where the model is doing structured extraction and short reasoning. Both are exactly what tuned open models are now good at. Both have been waiting for the cost floor to move.
The ROI Math for a Twelve-Person Ops Team
Run the numbers on a real ops team. Twelve people, mixed sales and support. Roughly 800 agent calls per week between CRM enrichment, ticket triage, and post-call summaries. At the closed-model price of around $0.20 average per call, that is $160 per week, $8,300 per year.
At the tuned open price of around $0.02 per call on the same workload, it drops to $16 per week, $830 per year.
The savings are not the whole story. The latency tends to drop too, because open inference providers with spare capacity are willing to bid lower on round-trip time. A 1.5-second post-call summary beats a 6-second one when the rep is waiting on the screen.
For most SMBs the practical ceiling is not the model cost. It is the engineering hours to wire the agents in the first place. That is where the next twelve months of tooling change matters.
What Changes for the SMB Buyer
Three things shift in the next quarter as the tuned-open stack becomes the default for cost-leverage workloads.
First, vendor selection stops being a model question and starts being a harness question. The model is interchangeable every few months. The harness is the asset. If your vendor is not running an open harness with a model swap path, you are paying for a lock-in that no longer has a justification.
Second, the per-seat pricing model on AI tooling starts to look antiquated. When an agent call costs two cents, charging per seat for the underlying inference makes as much sense as charging per seat for the email server. The vendors who figure out per-task or per-resolution pricing first will pick up the SMB market.
Third, the deployment surface area shrinks. A harness that runs the same code against multiple model endpoints can be hosted on the SMB's own infrastructure for the sensitive workloads and on a third-party provider for the burst. That is the deployment shape most ops teams actually want, and it has been blocked by per-vendor lock-in until now.
What Nextlify Does With This
The reason we are paying close attention to the Nemotron 3 Ultra plus LangChain result is that it is the first time a tuned open harness has crossed the 0.85 line on a multi-step agent benchmark at a price that is genuinely usable for an SMB.
Nextlify ships agent tooling that runs on top of LangChain's Deep Agents harness. We tuned our own routing layer for it. As of this month, the default routing for cost-sensitive workloads points at Nemotron 3 Ultra endpoints, with the frontier closed models as a fallback for the cases where they earn the cost. The user does not see the swap. The invoice does.
If you have a workload that has been priced out of being an agent, high-volume, structured, latency-tolerant, this is the quarter to revisit it. The cost floor moved. Most of the older "it is too expensive to automate" decisions are wrong now.
Start your Nextlify trial to route your first cost-sensitive workflow through the tuned open stack this week.