AI News

NVIDIA and LangChain are making a pointed argument about the next phase of enterprise AI: better agents may come less from training a new model and more from tuning the system wrapped around it. In new posts this week, NVIDIA said LangChain has tuned its Deep Agents harness for NVIDIA Nemotron 3 Ultra, producing what the companies describe as benchmark-leading results among open models on LangChain’s own Deep Agents benchmark.

The announcement matters because it shifts attention from model releases to agent infrastructure. According to NVIDIA, the gains came without retraining NVIDIA Nemotron 3 Ultra. Instead, LangChain adjusted prompts, tool descriptions, and middleware in the harness that governs how the model plans, uses tools, and executes tasks. For builders and enterprise buyers, that is a practical claim: if accurate in production, teams may be able to improve agent quality with software-layer changes rather than the cost and operational burden of fine-tuning.

NVIDIA also tied the announcement to a broader open-stack push. The company said the tuned profile is available directly through LangChain, while NVIDIA NemoClaw packages the approach as an enterprise reference blueprint using NVIDIA OpenShell as a secure runtime. The pitch is straightforward: open model, open agent harness, open runtime, and more control over deployment and governance.

What NVIDIA and LangChain actually launched

The immediate product news is twofold. First, LangChain has published a tuned Deep Agents harness profile for NVIDIA Nemotron 3 Ultra. Second, NVIDIA is offering NVIDIA NemoClaw for LangChain Deep Agents as what it calls an open reference blueprint for enterprises building specialized agents.

In NVIDIA’s description, the tuned setup combines LangChain Deep Agents Code configured for NVIDIA Nemotron 3 Ultra with NVIDIA OpenShell to execute agent actions more safely. The profile is available now through LangChain, according to NVIDIA, and the model can be accessed through several NVIDIA cloud partners including Baseten, Crusoe Cloud, DeepInfra, Fireworks, Nebius, and Together AI.

That packaging is important because it turns what could have been a benchmark experiment into a repeatable deployment story. LangChain’s harness profiles are presented as a first-class customization point for adapting one model to a particular agent workflow. NVIDIA’s developer post frames that as an alternative to fine-tuning: instead of changing the model weights, teams tune the surrounding execution logic.

For enterprises, that means the companies are not only claiming better scores. They are also claiming a workflow for improving agents using evaluation loops, trace analysis, and constrained edits to the harness. In other words, this is infrastructure news as much as model news.

Why harness engineering is the center of this story

The core concept here is harness engineering. In the NVIDIA Developer Blog, the company describes an iterative loop: run evaluations, inspect where the agent failed, propose changes to the harness profile, and rerun the full suite to check for gains and regressions. The changes can include system prompt adjustments, tool description updates, and middleware additions.

One example from the post shows why that matters. NVIDIA says NVIDIA Nemotron 3 Ultra initially failed a test involving LangChain’s built-in read_file tool. The task required finding the last non-empty line in a file, but the first tool call returned only the first page. The model answered based on incomplete information instead of continuing to read the file using pagination. The proposed fix was not retraining the model. It was modifying the agent harness so the system better handled truncated responses and follow-on reads.

That example is mundane in a useful way. Enterprise agent failures often come from tool use, memory, paging, permissions, or middleware edge cases rather than raw language understanding. LangChain CEO Harrison Chase, quoted by NVIDIA, said improving memory, tool use, evaluation, and model behavior together is how teams build better agents. That is still an executive comment, not an independent finding, but it aligns with what many builders see in practice when moving from chatbot demos to workflow automation.

NVIDIA goes further and says the goal of harness engineering is to make agent-to-model calls more closely resemble what the model saw during training. That suggests a design principle for open-model deployment: adapt the environment around the model so its behavior becomes more reliable under a specific agent framework.

The performance and cost claims, with caveats

NVIDIA’s main headline claim is that NVIDIA Nemotron 3 Ultra, when paired with the tuned LangChain Deep Agents profile, achieved the highest accuracy among open models on LangChain’s Deep Agents benchmark. NVIDIA also says the setup 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.

Those are significant claims, but readers should treat them as vendor-reported. Both sources in this story are NVIDIA-controlled, and the benchmark referenced is LangChain’s own Deep Agents benchmark rather than an independent third-party suite. That does not make the results meaningless, but it does mean the announcement is strongest as evidence of progress inside a specific stack: NVIDIA Nemotron 3 Ultra plus LangChain Deep Agents.

There are other reasons for caution. The developer post explicitly notes that the benchmark and tests are stochastic and should be run multiple times to avoid mistaking noise for improvement. It also emphasizes the need to check for regressions after every harness change. That is a useful admission, because agent benchmarks can swing with prompt changes, tool timing, and non-deterministic execution.

What is better established from the source material is the method, not the universal superiority claim. NVIDIA and LangChain have shown a documented path to improve an open model’s performance within a named harness without fine-tuning. Whether that translates to other tasks, domains, or frameworks will depend on the evaluation setup and the quality of the harness profile.

Why this matters for enterprise AI and AI agents

The strategic message is aimed squarely at enterprise AI buyers who want more control than closed-model APIs provide. NVIDIA says an open stack lets companies customize agent systems around their own workflows, infrastructure, and governance. That argument becomes more compelling as AI agents shift from answering questions to taking actions inside business systems.

This is where the open-stack framing matters. A company using LangChain, NVIDIA Nemotron 3 Ultra, NVIDIA OpenShell, and NVIDIA NemoClaw can in theory inspect and change more of the stack than it could with a tightly managed proprietary service. For regulated industries or large internal platforms, that can matter more than absolute benchmark leadership.

NVIDIA also points to early ecosystem support. It says Abridge, Amdocs, and Box are embedding specialized agents into their platforms, and that EY is expanding implementation capabilities around NVIDIA NemoClaw blueprints for LangChain Deep Agents. Those references suggest go-to-market momentum, but they should not be read as proof that the newly tuned profile is already deployed at scale in those companies. The source text does not make that narrower claim.

For builders, the practical takeaway is that agent optimization is becoming an engineering discipline with tools and workflows of its own. LangSmith Engine and the “ralph loop” are cited by NVIDIA as examples of automation for proposing and validating harness changes. If this pattern spreads, teams may increasingly evaluate models not as standalone intelligences but as components inside testable, profile-driven agent systems.

That could also affect cost discipline. NVIDIA’s cost claim is one of the strongest commercial hooks in the announcement. If an open model can come close to a top proprietary model on a meaningful benchmark while cutting inference cost per run dramatically, teams can afford more continuous evaluation and broader workflow experimentation. That matters for internal copilots and back-office automations where usage can scale quickly.

Evidence, limitations, and open questions

The evidence here comes from two NVIDIA posts: a corporate blog announcement and a developer tutorial. Both are useful primary sources for product availability and design details. They are less definitive for comparative performance, because the strongest claims are vendor-reported and tied to a benchmark in the LangChain ecosystem.

Several key details remain unspecified in the provided material. NVIDIA does not disclose the exact closed models used for the comparison in the excerpts, nor does it provide the full benchmark distribution, confidence intervals, or detailed cost methodology in the source notes here. It also does not show how the tuned profile performs across non-LangChain agent frameworks, though the developer post suggests the ideas could generalize.

That leaves buyers with a familiar diligence checklist. Before standardizing on the stack, teams should ask for reproducible evaluation runs on their own tasks, inspect the middleware and prompt modifications, and test failure modes around tool use, security boundaries, and long-running execution. Open does not automatically mean simpler; it often means more controllable, provided the buyer has the engineering capacity to manage that control.

What to watch next

The clearest next signal will be whether LangChain or NVIDIA publishes fuller benchmark methodology and side-by-side traces showing where the tuned NVIDIA Nemotron 3 Ultra profile gains ground. More transparency around task mix, variance, throughput measurement, and cost assumptions would help buyers separate a strong engineering result from a narrow benchmark optimization.

It will also be worth watching whether the tuned harness profile spreads beyond demos into production case studies. If platforms such as Baseten, Fireworks, Nebius, or Together AI begin highlighting repeat enterprise deployments, that would strengthen the commercial case for the open stack.

Another follow-up is competitive response. If closed-model vendors begin emphasizing agent-specific profiles, tool-use middleware, or benchmark-ready deployment recipes, that would validate NVIDIA and LangChain’s framing that the battleground is moving up the stack from raw models to end-to-end agent systems.

Creati.ai perspective

This announcement is less about one benchmark win than about where AI competition is heading. NVIDIA and LangChain are arguing that enterprises should judge models inside a harness, not in isolation. That is a credible shift. In production, many costly failures happen in orchestration, retrieval, paging, tool invocation, and security controls. A team that can tune those layers quickly may get more value than one chasing marginal gains from a larger base model.

The caution is that this remains a vendor-shaped story. The strongest numbers are not independently verified in the source material, and the benchmark sits close to the vendors’ own stack. Still, for teams building AI agents, the message is useful: before spending on fine-tuning or defaulting to the most expensive closed API, test whether harness engineering around an open model like NVIDIA Nemotron 3 Ultra can get you close enough on the workflows that actually matter.

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.
Claude API
Claude API
Claude API for Everyone
Laper
Laper
AI screenplay editor for writing, formatting, reviewing, and collaborating on film and TV scripts.
MenuForma
MenuForma
MenuForma turns restaurant menus into QR ordering, multilingual digital menus, payments, analytics, and review tools.
Anijam AI
Anijam AI
Anijam is an AI-native animation platform that turns ideas into polished stories with agentic video creation.
KiloClaw
KiloClaw
Hosted OpenClaw agent: one-click deploy, 500+ models, secure infrastructure, and automated agent management for teams and developers.
Atoms
Atoms
AI-driven platform that builds full‑stack apps and websites in minutes using multi‑agent automation, no coding required.
VoxDeck
VoxDeck
Next-gen AI presentation maker,Turn your ideas & docs into attention-grabbing slides with AI.
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.
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.
wan 2.7-image
wan 2.7-image
A controllable AI image generator for precise faces, palettes, text, and visual continuity.
Text to Music
Text to Music
Turn text or lyrics into full, studio-quality songs with AI-generated vocals, instruments, and multi-track exports.
Hitem3D
Hitem3D
Hitem3D converts a single image into high-resolution, production-ready 3D models using AI.
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.
Anyvids AI
Anyvids AI
Any Idea to Video. Made Simple. All Top AI Video Models, One Simple Platform.
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.
GenPPT.AI
GenPPT.AI
AI-driven PPT maker that creates, beautifies, and exports professional PowerPoint presentations with speaker notes and charts in minutes.
VidMage
VidMage
Realistic AI face swaps for photos, videos, and GIFs, instantly and effortlessly.
Questie AI - Game Companion
Questie AI - Game Companion
Real-time AI gaming companion that watches your screen, chats by voice, and coaches gameplay live.
InstantChapters
InstantChapters
Create Youtube Chapters with one click and increase watch time and video SEO thanks to keyword optimized timestamps.
OnlyDoc Summarizer
OnlyDoc Summarizer
OnlyDoc's free PDF summarizer reads through a PDF and pulls out the key points in a clean, structured summary
Tome AI PPT
Tome AI PPT
AI-powered presentation maker that generates, beautifies, and exports professional slide decks in minutes.
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.
Gptimg2 AI
Gptimg2 AI
All-in-one AI studio for creating images and videos from text, images, or references.
Wan 2.7
Wan 2.7
Professional-grade AI video model with precise motion control and multi-view consistency.
FixArt AI
FixArt AI
FixArt AI offers free, unrestricted AI tools for image and video generation without sign-up.
Imagvio AI
Imagvio AI
AI-powered image and video creation platform with precise editing, generation, and consistency-focused creative workflows.
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...
Coffee Chats AI
Coffee Chats AI
AI-matched coffee chat automation for communities, teams, mentorship, and alumni networking.
MusicGPT
MusicGPT
AI music platform for generating songs, sound effects, vocals, and audio edits from simple prompts.
Funy AI
Funy AI
AI bikini & kiss videos from images or text. Try the AI Clothes Changer & Image Generator!
Iara Chat
Iara Chat
Iara Chat: An AI-powered productivity and communication assistant.
Gobii
Gobii
Gobii lets teams create 24/7 autonomous digital workers to automate web research and routine tasks.
AIToHuman
AIToHuman
Free AI text humanizer that rewrites AI-generated content into natural, human-like writing instantly.
Ampere.SH
Ampere.SH
Free managed OpenClaw hosting. Deploy AI agents in 60 seconds with $500 Claude credits.
APIMaster
APIMaster
Real LLMs, verified by fingerprint. One API, up to 70% off official pricing.
Palix AI
Palix AI
All-in-one AI platform for creators to generate images, videos, and music with unified credits.
paperclaw
paperclaw
AI workspace that generates publication-ready scientific figures, diagrams, posters, and editable SVGs in minutes.
WhatsApp AI Sales
WhatsApp AI Sales
WABot is a WhatsApp AI sales copilot that delivers real-time scripts, translations, and intent detection.
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.
EaseMate AI
EaseMate AI
All-in-one AI assistant for chat, writing, study help, image creation, and video generation in one browser-based platform.
HookTide
HookTide
AI-powered LinkedIn growth platform that learns your voice to create content, engage, and analyze performance.
Scavio AI
Scavio AI
Real-time multi-platform search API that helps AI agents fetch structured web, shopping, video, and social data.
GPT Image 2 Online
GPT Image 2 Online
An AI image generator and editor with photorealistic results, accurate text rendering, and strong prompt following.
Paper Banana
Paper Banana
AI-powered tool to convert academic text into publication-ready methodological diagrams and precise statistical plots instantly.
CreateMemorial
CreateMemorial
CreateMemorial helps families build lasting online memorial websites and funeral slideshow videos to honor loved ones.
AIsa
AIsa
AIsa gives AI agents one gateway to models, skills, APIs, and payments with OpenAI-compatible access.
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.
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.
Mubert AI
Mubert AI
Mubert is an AI music platform that generates, extends, remixes, and vocalizes royalty-free tracks in seconds.
Gemini Omni - Video Generator
Gemini Omni - Video Generator
AI video creation platform for conversational editing, multimodal references, and coherent short-form generation.
AnimeShorts
AnimeShorts
Create stunning anime shorts effortlessly with cutting-edge AI technology.
AdMakeAI
AdMakeAI
AI ad generator that creates high-performing static and UGC ads for brands in seconds.
Kirkify
Kirkify
Kirkify AI instantly creates viral face swap memes with signature neon-glitch aesthetics for meme creators.
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
UNI-1 AI
UNI-1 AI
UNI-1 is a unified image generation model combining visual reasoning with high-fidelity image synthesis.
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.
Lyria3 AI
Lyria3 AI
AI music generator that creates high-fidelity, fully produced songs from text prompts, lyrics, and styles instantly.
StitchPilot.ai
StitchPilot.ai
Browser-based AI embroidery tool for converting images, previewing stitch files, and inspecting machine formats.
WriteHybrid AI Humanizer
WriteHybrid AI Humanizer
WriteHybrid is an AI humanizer and detector that rewrites text naturally while helping users bypass AI detection.
Create WhatsApp Link
Create WhatsApp Link
Free WhatsApp link and QR generator with analytics, branded links, routing, and multi-agent chat features.
HappyHorseAIStudio
HappyHorseAIStudio
Browser-based AI video generator for text, images, references, and video editing.
SkyGen Plus
SkyGen Plus
A multi-model AI creation platform for generating images, videos, and music with one streamlined workflow.
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
NerdyTips
NerdyTips
AI-powered football predictions platform delivering data-driven match tips across global leagues.
Video Sora 2
Video Sora 2
Sora 2 AI turns text or images into short, physics-accurate social and eCommerce videos in minutes.
BeatMV
BeatMV
Web-based AI platform that turns songs into cinematic music videos and creates music with AI.
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.
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.
AI FIRST
AI FIRST
Conversational AI assistant automating research, browser tasks, web scraping, and file management through natural language.
whatslove.ai
whatslove.ai
AI dating coach that customizes advice, conversation starters and date ideas tailored to your personality.
Manga Translator AI
Manga Translator AI
AI Manga Translator instantly translates manga images into multiple languages online.
TextToHuman
TextToHuman
Free AI humanizer that instantly rewrites AI text into natural, human-like writing. No signup required.
WhatsApp Warmup Tool
WhatsApp Warmup Tool
AI-powered WhatsApp warmup tool automates bulk messaging while preventing account bans.
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.
Seedance 2.0 Video AI
Seedance 2.0 Video AI
Generate cinematic 1080p videos from prompts, images, and reference clips with synchronized audio.
happy horse AI
happy horse AI
Open-source AI video generator that creates synchronized video and audio from text or images.

NVIDIA and LangChain push Nemotron 3 Ultra with a tuned agent harness, betting open stacks can narrow the gap with closed models

NVIDIA says LangChain tuned Deep Agents for Nemotron 3 Ultra, boosting benchmark results and lowering costs as enterprises seek open AI agent stacks.