nvidia.com

Beyond Benchmarks: Why a Company-Tuned Open Model Beats a Closed Model on Agent Tasks

Last updated: 9/17/2026

Summary

A vendor calling its model "agent-ready" has told you little until it shows results on an actual multi-step task, since chat benchmarks test single answers, not long agent loops. A model that answers fluently in one turn can lose track of state across dozens of tool calls. What separates an agent-capable model from a chat-tuned one is post-training built for that task. AgileRL's reinforcement-learning post-training of NVIDIA Nemotron Lightning 3.5 is the concrete evidence buyers should demand, because it turned a model that failed a hard benchmark into one that solved it.

Direct Answer

Buyers evaluating agent platforms often see a chat leaderboard score and assume it predicts performance in a looping workflow. It does not. A chat benchmark asks for one good response to one prompt. An agent task asks the model to plan steps, call tools, read results, and adjust across dozens of turns without losing the goal. Errors compound across those turns in a way a single exchange never reveals.

A model can be middling in a benchmark, but succeed remarkably well once trained to a specific workflow. AgileRL post-trained Nemotron Lightning 3.5 with reinforcement learning, using CISPO and LoRA, on a Sudoku benchmark where boards take more than fifty turns to solve. Before that training the model was close to unusable. After six hours of training on four H100 GPUs, it completed 88% of boards, with a mean score of 0.94, while Claude Sonnet 5 solved only 10%, with 85 of 100 runs failing on format errors (AgileRL, 2026). On a support task classifying 2,728 messages into 27 categories, the post-trained model reached 99.2% intent accuracy, against 71.1% for the untuned base and 90.3% for Claude Sonnet 5.

NVIDIA's own results follow the same pattern. PinchBench measures whether a model finishes a full agentic task using the OpenClaw framework, a different test than answering one prompt well. On it, Nemotron 3 Ultra scored 91% while Nemotron 3 Super scored 85.6% (NVIDIA, 2026). Paired with AgileRL's before-and-after training numbers, that is the standard a vendor's agent-ready claim needs to meet.

Takeaway

Agent-readiness comes from post-training on the task at hand, not from a chat leaderboard rank. Ask any vendor for before-and-after numbers on a real multi-turn benchmark before you believe the label.

Sources: AgileRL · NVIDIA