AI News

NVIDIA and LangChain are pushing a specific idea about enterprise agent performance: instead of retraining the model, tune the system wrapped around it. The companies have released a LangChain Deep Agents harness profile for NVIDIA Nemotron 3 Ultra, alongside an enterprise blueprint called NVIDIA NemoClaw, with the stated goal of improving task completion, throughput and cost for agentic workloads.

According to NVIDIA and LangChain, the tuned profile is available now through LangChain, and the broader blueprint can be used by enterprises that want a more controllable, open stack for specialized agents. The significance is not just another model integration. The companies are arguing that agent quality increasingly depends on orchestration, tool use, prompts, middleware and evaluation loops as much as on the underlying model itself.

That matters because many teams building AI agents have run into a familiar trade-off: the strongest closed models can perform well on complex workflows, but at a cost that makes continuous evaluation and broad deployment difficult. NVIDIA says its work with LangChain shows that NVIDIA Nemotron 3 Ultra can approach top-end business task performance on LangChain’s benchmark without model retraining, potentially giving buyers another path if they want lower cost and more operational control.

What NVIDIA and LangChain actually launched

The immediate product change is a tuned harness profile for NVIDIA Nemotron 3 Ultra inside LangChain Deep Agents. In practical terms, that means developers using LangChain can pull a profile that adjusts the behavior of the agent system for this specific model, rather than treating all model backends the same.

NVIDIA’s description of the work centers on “harness engineering.” In the company’s account, LangChain ran NVIDIA Nemotron 3 Ultra on its public benchmark for deep agents, examined execution traces to identify where points were lost, and then changed system prompts, tool descriptions and middleware around the model. NVIDIA says no retraining was required.

The companion packaging is NVIDIA NemoClaw for LangChain Deep Agents, which NVIDIA describes as an open reference blueprint for enterprises building specialized agents. NVIDIA says the blueprint combines LangChain Deep Agents code tuned for NVIDIA Nemotron 3 Ultra with NVIDIA OpenShell, a secure runtime intended to let agents execute actions more safely.

NVIDIA also says developers can access NVIDIA Nemotron 3 Ultra through hosted endpoints from Baseten, Crusoe Cloud, DeepInfra, Fireworks, Nebius and Together AI, in addition to testing access through build.nvidia.com mentioned in the developer tutorial. That distribution matters because it lowers the friction of trying the tuned profile in production settings without self-hosting the full stack from day one.

The technical bet: improve the harness, not the model

The deeper story here is the method. In its developer blog, NVIDIA frames the release as a tutorial in building a LangChain Deep Agents profile for NVIDIA Nemotron 3 Ultra. The company argues that formalizing prompt and harness tuning for agent systems is becoming more viable because teams now have benchmark suites tailored to a given harness and clear extension points, such as model-specific profiles.

The workflow NVIDIA outlines is straightforward: establish a baseline, inspect failures, propose profile changes, rerun the benchmark and repeat. The available changes include prompt edits, tool-description changes and middleware additions. NVIDIA gives one concrete example around the built-in read_file tool, where a task required continuing through a long file using pagination rather than answering based on only the first page. In that case, the model failed until the harness was adjusted.

That example is useful because it shows what the companies mean by agent improvement. They are not claiming that NVIDIA Nemotron 3 Ultra suddenly becomes smarter in a general sense. They are saying that in tool-using workflows, many failures come from how the agent is instructed, how tools are described, whether middleware catches predictable mistakes and whether the whole system is shaped to resemble patterns the model already handles well.

NVIDIA’s tutorial also points to automation in this loop, citing agentic proposers such as LangSmith Engine and a “ralph” loop for constrained edits and repeated test verification. That suggests a future where agent harness tuning becomes its own layer of engineering and optimization, separate from model pretraining or fine-tuning.

Performance claims and what is actually verified

The strongest claims in this story come from vendor-controlled sources, so they need to be read as company-reported results rather than independent verification.

NVIDIA says that after LangChain tuned its Deep Agents harness for NVIDIA Nemotron 3 Ultra, the system achieved the highest accuracy among open models on LangChain’s Deep Agents benchmark, reached business task parity with the highest-scoring closed models, completed more tasks at higher throughput and ran at one-tenth the inference cost per run of leading closed models. NVIDIA further says these gains came entirely from changes around the model rather than retraining.

Those are significant claims for anyone comparing open and closed options in enterprise AI. But the evidence provided in the source cluster does not include the full benchmark tables, methodology details for the cost comparison, or an independent third-party reproduction. NVIDIA’s developer post also notes that both the benchmark and tests are stochastic and should be run multiple times to reduce the risk of regressions or overfitting. That caution is important.

LangChain CEO Harrison Chase, quoted by NVIDIA, said the lesson is that teams can improve memory, tool use, evaluation and model behavior together, and that enterprises can get strong performance from an open stack while retaining control. That is an executive statement, not an independent assessment, but it aligns with the technical workflow described in the tutorial.

NVIDIA also cites adoption-related signals: Abridge, Amdocs and Box are described as embedding specialized agents into their platforms, while EY is said to be expanding implementation capabilities around NVIDIA NemoClaw blueprints for LangChain Deep Agents. The sources do not provide deployment scale, revenue impact or benchmark outcomes for those companies, so these references should be read as examples of ecosystem activity rather than proof of broad market traction.

Why this matters for builders and enterprise buyers

For AI builders, the release reinforces a practical shift in where performance work is happening. If a team is using LangChain Deep Agents, model selection may no longer be the only or even the main lever. A model-specific harness profile can change how often the system asks clarifying questions, how it prioritizes tool output over memory, how it handles truncated responses and how it recovers from routine failures.

That is especially relevant for coding, document analysis and workflow automation, where many real errors stem from tool orchestration rather than raw language understanding. If a tuned profile reduces those failures without fine-tuning, teams can move faster, avoid custom training infrastructure and keep iteration in the hands of application engineers.

For enterprise buyers, the pitch is more about economics and control. NVIDIA is explicitly positioning NVIDIA Nemotron 3 Ultra plus LangChain Deep Agents and NVIDIA OpenShell as a fully open stack that can be customized, governed and run across a company’s own infrastructure or chosen cloud. That is likely to appeal to buyers who are wary of sending sensitive actions through opaque proprietary stacks or locking themselves into a single model vendor.

The cost angle also matters. If NVIDIA’s one-tenth cost-per-run claim holds up in buyer testing, the real impact is not just cheaper inference. It could make continuous evaluation affordable enough to become standard practice, which in turn improves reliability. Many enterprise agent projects fail not because one demo task is impossible, but because the ongoing cost of testing and refinement is too high relative to the business value.

Still, the release does not eliminate the hard parts. Teams must still choose benchmarks that reflect their workflows, guard against overfitting to public evals and decide whether an open stack’s operational burden is worth the flexibility. Harness engineering can improve a model’s fit to a workflow, but it does not remove the need for safety controls, governance and human review in high-stakes settings.

Evidence, limitations and open questions

Because all three items in this story come from NVIDIA-controlled channels or derivative distribution, the core performance narrative should be treated as vendor-reported. There is no independent lab result in the provided evidence, and no external benchmark paper is cited.

What is reasonably well supported is the existence of the product changes: the tuned profile for NVIDIA Nemotron 3 Ultra in LangChain Deep Agents, the developer workflow for creating such a profile, and the packaging of that approach into NVIDIA NemoClaw. The technical examples around prompt changes, tool descriptions, middleware and repeated benchmark runs are also concrete enough to show this is more than a branding exercise.

What remains uncertain is how broadly the reported gains transfer outside LangChain’s own benchmark and the specific tasks used to tune the profile. Enterprises should expect to validate claims against their own datasets, tools and latency requirements, especially if they rely on custom actions or long-running chains that differ from benchmark tasks.

What to watch next

The next signal to watch is whether LangChain or NVIDIA publish fuller benchmark methodology and side-by-side results against named closed models. Without that, the “parity” and “10x lower cost” framing will remain difficult to assess.

A second signal is whether third parties reproduce the gains using LangSmith Engine, custom eval suites or internal enterprise workloads. If teams can show that harness tuning for NVIDIA Nemotron 3 Ultra generalizes across coding, search and back-office actions, the release will look more like a durable engineering pattern than a one-off benchmark optimization.

Third, watch deployment packaging. The availability of endpoints on Baseten, Crusoe Cloud, Fireworks, Nebius and Together AI suggests NVIDIA wants this to be easy to trial. Enterprise uptake will depend on whether those hosted paths preserve the governance and runtime guarantees NVIDIA is promoting through NVIDIA OpenShell and NVIDIA NemoClaw.

Finally, keep an eye on how competitors respond. If model-specific harness profiles become standard across agent frameworks, the battleground may shift from raw model IQ to tool reliability, eval discipline and cost-efficient orchestration.

Creati.ai perspective

This release is notable less for introducing a new model than for sharpening the case that agent performance is becoming a systems problem. NVIDIA and LangChain are effectively saying that a strong open model plus disciplined harness engineering can compete with more expensive closed options on useful business tasks. If that holds in independent testing, it could change how product teams allocate effort between model procurement, fine-tuning and application-layer optimization.

The caution is that benchmark-led tuning can easily slide into benchmark chasing. The durable value will come if teams use the same loop NVIDIA describes—evaluate, inspect traces, adjust prompts and middleware, rerun tests—but apply it to their own workflows rather than treating public scores as the finish line. For builders and enterprise buyers, that is the practical takeaway: the quality of an AI agent may increasingly depend on how well you engineer LangChain Deep Agents around NVIDIA Nemotron 3 Ultra, not just on which model API you buy.

Featured
AdsCreator.com
AdsCreator.com
Generate polished, on‑brand ad creatives from any website URL instantly for Meta, Google, and Stories.
AirMusic
AirMusic
AirMusic.ai generates high-quality AI music tracks from text prompts with style, mood customization, and stems export.
KiloClaw
KiloClaw
Hosted OpenClaw agent: one-click deploy, 500+ models, secure infrastructure, and automated agent management for teams and developers.
VoxDeck
VoxDeck
Next-gen AI presentation maker,Turn your ideas & docs into attention-grabbing slides with AI.
Atoms
Atoms
AI-driven platform that builds full‑stack apps and websites in minutes using multi‑agent automation, no coding required.
Refly.ai
Refly.ai
Refly.AI empowers non-technical creators to automate workflows using natural language and a visual canvas.
Skywork.ai
Skywork.ai
Skywork AI is an innovative tool to enhance productivity using AI.
Pippit
Pippit
Elevate your content creation with Pippit's powerful AI tools!
BGRemover
BGRemover
Easily remove image backgrounds online with SharkFoto BGRemover.
Diagrimo
Diagrimo
Diagrimo transforms text into customizable AI-generated diagrams and visuals instantly.
SuperMaker AI Video Generator
SuperMaker AI Video Generator
Create stunning videos, music, and images effortlessly with SuperMaker.
Elser AI
Elser AI
All-in-one AI video creation studio that turns any text and images into full videos up to 30 minutes.
FixArt AI
FixArt AI
FixArt AI offers free, unrestricted AI tools for image and video generation without sign-up.
Qoder
Qoder
Qoder is an agentic coding platform for real software, Free to use the best model in preview.
FineVoice
FineVoice
Clone, Design, and Create Expressive AI Voices in Seconds, with Perfect Sound Effects and Music.
Flowith
Flowith
Flowith is a canvas-based agentic workspace which offers free 🍌Nano Banana Pro and other effective models...
Couple AI - AI Couple Photo Maker
Couple AI - AI Couple Photo Maker
Create realistic AI couple portraits from selfies with themed styles, fast generation, and private HD downloads.
Imagvio AI
Imagvio AI
AI-powered image and video creation platform with precise editing, generation, and consistency-focused creative workflows.
Funy AI
Funy AI
AI bikini & kiss videos from images or text. Try the AI Clothes Changer & Image Generator!
SharkFoto
SharkFoto
SharkFoto is an all-in-one AI-powered platform for creating and editing videos, images, and music efficiently.
Ampere.SH
Ampere.SH
Free managed OpenClaw hosting. Deploy AI agents in 60 seconds with $500 Claude credits.
Anyvids AI
Anyvids AI
Any Idea to Video. Made Simple. All Top AI Video Models, One Simple Platform.
APIMaster
APIMaster
Real LLMs, verified by fingerprint. One API, up to 70% off official pricing.
Questie AI - Game Companion
Questie AI - Game Companion
Real-time AI gaming companion that watches your screen, chats by voice, and coaches gameplay live.
Coffee Chats AI
Coffee Chats AI
AI-matched coffee chat automation for communities, teams, mentorship, and alumni networking.
HookTide
HookTide
AI-powered LinkedIn growth platform that learns your voice to create content, engage, and analyze performance.
AI Pet Video Generator
AI Pet Video Generator
Create viral, shareable pet videos from photos using AI-driven templates and instant HD exports for social platforms.
Text to Music
Text to Music
Turn text or lyrics into full, studio-quality songs with AI-generated vocals, instruments, and multi-track exports.
BeatMV
BeatMV
Web-based AI platform that turns songs into cinematic music videos and creates music with AI.
OnlyDoc Summarizer
OnlyDoc Summarizer
OnlyDoc's free PDF summarizer reads through a PDF and pulls out the key points in a clean, structured summary
CreateMemorial
CreateMemorial
CreateMemorial helps families build lasting online memorial websites and funeral slideshow videos to honor loved ones.
paperclaw
paperclaw
AI workspace that generates publication-ready scientific figures, diagrams, posters, and editable SVGs in minutes.
Hitem3D
Hitem3D
Hitem3D converts a single image into high-resolution, production-ready 3D models using AI.
Seedance 20 Video
Seedance 20 Video
Seedance 2 is a multimodal AI video generator delivering consistent characters, multi-shot storytelling, and native audio at 2K.
Scavio AI
Scavio AI
Real-time multi-platform search API that helps AI agents fetch structured web, shopping, video, and social data.
Gemini Omni - Video Generator
Gemini Omni - Video Generator
AI video creation platform for conversational editing, multimodal references, and coherent short-form generation.
Mubert AI
Mubert AI
Mubert is an AI music platform that generates, extends, remixes, and vocalizes royalty-free tracks in seconds.
Media.io Free AI Image Generator
Media.io Free AI Image Generator
Create AI visuals with Media.io from text prompts or reference images for social media, marketing, ecommerce, and more.
AnimeShorts
AnimeShorts
Create stunning anime shorts effortlessly with cutting-edge AI technology.
wan 2.7-image
wan 2.7-image
A controllable AI image generator for precise faces, palettes, text, and visual continuity.
GenPPT.AI
GenPPT.AI
AI-driven PPT maker that creates, beautifies, and exports professional PowerPoint presentations with speaker notes and charts in minutes.
AdMakeAI
AdMakeAI
AI ad generator that creates high-performing static and UGC ads for brands in seconds.
Flaq AI Media API
Flaq AI Media API
Flaq AI is a unified AI media API platform for generating images, videos, and LLM-powered workflows with stable models
StitchPilot.ai
StitchPilot.ai
Browser-based AI embroidery tool for converting images, previewing stitch files, and inspecting machine formats.
Iara Chat
Iara Chat
Iara Chat: An AI-powered productivity and communication assistant.
AIsa
AIsa
AIsa gives AI agents one gateway to models, skills, APIs, and payments with OpenAI-compatible access.
SkyGen Plus
SkyGen Plus
A multi-model AI creation platform for generating images, videos, and music with one streamlined workflow.
Claude API
Claude API
Claude API for Everyone
AI Gift finder by wishwave
AI Gift finder by wishwave
AI gift finder that builds shareable wishlists from real products across hundreds of popular stores.
MusicGPT
MusicGPT
AI music platform for generating songs, sound effects, vocals, and audio edits from simple prompts.
WriteHybrid AI Humanizer
WriteHybrid AI Humanizer
WriteHybrid is an AI humanizer and detector that rewrites text naturally while helping users bypass AI detection.
InstantChapters
InstantChapters
Create Youtube Chapters with one click and increase watch time and video SEO thanks to keyword optimized timestamps.
HappyHorseAIStudio
HappyHorseAIStudio
Browser-based AI video generator for text, images, references, and video editing.
VidMage
VidMage
Realistic AI face swaps for photos, videos, and GIFs, instantly and effortlessly.
AI Video API: Seedance 2.0 Here
AI Video API: Seedance 2.0 Here
Unified AI video API offering top-generation models through one key at lower cost.
WhatsApp AI Sales
WhatsApp AI Sales
WABot is a WhatsApp AI sales copilot that delivers real-time scripts, translations, and intent detection.
kinovi - Seedance 2.0 - Real Man AI Video
kinovi - Seedance 2.0 - Real Man AI Video
Free AI video generator with realistic human output, no watermark, and full commercial use rights.
insmelo AI Music Generator
insmelo AI Music Generator
AI-driven music generator that turns prompts, lyrics, or uploads into polished, royalty-free songs in about a minute.
Gptimg2 AI
Gptimg2 AI
All-in-one AI studio for creating images and videos from text, images, or references.
Kirkify
Kirkify
Kirkify AI instantly creates viral face swap memes with signature neon-glitch aesthetics for meme creators.
Paper Banana
Paper Banana
AI-powered tool to convert academic text into publication-ready methodological diagrams and precise statistical plots instantly.
NerdyTips
NerdyTips
AI-powered football predictions platform delivering data-driven match tips across global leagues.
GPT Image 2 Online
GPT Image 2 Online
An AI image generator and editor with photorealistic results, accurate text rendering, and strong prompt following.
EaseMate AI
EaseMate AI
All-in-one AI assistant for chat, writing, study help, image creation, and video generation in one browser-based platform.
AIToHuman
AIToHuman
Free AI text humanizer that rewrites AI-generated content into natural, human-like writing instantly.
Anijam AI
Anijam AI
Anijam is an AI-native animation platform that turns ideas into polished stories with agentic video creation.
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto instantly lets you virtually try on outfits with realistic fit, texture, and lighting.
Lyria3 AI
Lyria3 AI
AI music generator that creates high-fidelity, fully produced songs from text prompts, lyrics, and styles instantly.
Tome AI PPT
Tome AI PPT
AI-powered presentation maker that generates, beautifies, and exports professional slide decks in minutes.
whatslove.ai
whatslove.ai
AI dating coach that customizes advice, conversation starters and date ideas tailored to your personality.
Create WhatsApp Link
Create WhatsApp Link
Free WhatsApp link and QR generator with analytics, branded links, routing, and multi-agent chat features.
UNI-1 AI
UNI-1 AI
UNI-1 is a unified image generation model combining visual reasoning with high-fidelity image synthesis.
Gobii
Gobii
Gobii lets teams create 24/7 autonomous digital workers to automate web research and routine tasks.
WhatsApp Warmup Tool
WhatsApp Warmup Tool
AI-powered WhatsApp warmup tool automates bulk messaging while preventing account bans.
Seedance 2.0 Video AI
Seedance 2.0 Video AI
Generate cinematic 1080p videos from prompts, images, and reference clips with synchronized audio.
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Browser-based AI that turns any 2D image or text prompt into a 3D model in 30 seconds. Export GLB, OBJ, STL, PLY—free
Wan 2.7
Wan 2.7
Professional-grade AI video model with precise motion control and multi-view consistency.
Video Sora 2
Video Sora 2
Sora 2 AI turns text or images into short, physics-accurate social and eCommerce videos in minutes.
TextToHuman
TextToHuman
Free AI humanizer that instantly rewrites AI text into natural, human-like writing. No signup required.
AI FIRST
AI FIRST
Conversational AI assistant automating research, browser tasks, web scraping, and file management through natural language.
Manga Translator AI
Manga Translator AI
AI Manga Translator instantly translates manga images into multiple languages online.
happy horse AI
happy horse AI
Open-source AI video generator that creates synchronized video and audio from text or images.
Remy - Newsletter Summarizer
Remy - Newsletter Summarizer
Remy automates newsletter management by summarizing emails into digestible insights.
GLM Image
GLM Image
GLM Image combines hybrid AR and diffusion models to generate high-fidelity AI images with exceptional text rendering.
Palix AI
Palix AI
All-in-one AI platform for creators to generate images, videos, and music with unified credits.
Image 2 AI
Image 2 AI
OpenAI-powered image generation and editing tool for photorealistic visuals, accurate text rendering, and UI mockups.

NVIDIA and LangChain package a tuned Deep Agents profile for Nemotron 3 Ultra, betting harness engineering can close the agent gap

NVIDIA and LangChain released a tuned Deep Agents profile for Nemotron 3 Ultra, aiming to raise agent accuracy without retraining or closed-model costs.