Tool-Use Training, Not Context Size, Makes Agents Work
Agentic and function-calling fine-tuning is the specific post-training work — synthetic tool-use trajectories, multi-step reasoning traces, rewards tied to task completion rather than next-token accuracy — that separates models that can actually run an agent workflow from ones that just have a big context window. As of mid-2026, benchmarks like tau-bench and the newly reweighted BFCL v4 show frontier models clustering near parity on single tool calls but diverging sharply on multi-turn, multi-constraint tasks. That divergence is now the signal worth watching as more products get built as agents rather than chatbots. For PMs, the takeaway is blunt: stop evaluating vendors on single-function-call demos and start asking what their post-training actually rewarded.
Here's the question to ask before your next planning cycle: when you picked the model powering your agent feature, did you evaluate it on a multi-turn workflow that resembles what your users actually do, or did you trust a one-shot function-calling demo in a sales deck? Most teams do the latter, then get blindsided three weeks post-launch when the agent handles turn one fine and falls apart by turn six under a policy exception nobody scripted for. This week's action: pull your top five real agent transcripts — the ones with corrections, cancellations, or multi-tool sequences — and rerun them against whatever model you're evaluating or already shipping. Score completion, not just tone. If you don't have five real transcripts yet, that's the actual finding: you're flying blind on the exact dimension that determines whether this feature survives. To be fair, building a solid eval harness for multi-turn agent tasks is real work, and most teams don't have it yet — you're not behind, you're normal. But normal isn't a defense when a competitor ships the harness first and starts advertising completion rates instead of a demo GIF. The model landscape is moving fast enough that whoever asks the better question about training, not just capability, picks the better vendor. Don't let procurement make that call based on a leaderboard screenshot alone.
BFCL v4 (April 2026) now weights multi-step agentic execution and multi-turn dialogue at 40% and 30% of score, versus 10% for static single-call tests — a deliberate shift away from context-window-driven evaluation.
Ask Claude Sonnet 4.5 to resolve a retail return and it succeeds on tau-bench roughly 86% of the time. Ask the same model to rebook a canceled flight against three competing constraints, and that number drops to about 70%, per Sierra's tau-bench leaderboard as of mid-2026. Same weights, same context window, same underlying reasoning engine.
The only thing that changed is how many decisions in a row it has to get right before anything pays off.
Here's the verdict: that gap is a training problem, not a prompting problem. The labs pulling ahead on agentic tasks aren't shipping bigger context windows or cleverer system prompts — they're spending serious compute on reinforcement learning over multi-step tool-use trajectories, with rewards tied to whether the task actually finished, not whether the next token looked plausible. If you're evaluating a model for an agent product and you're still judging it on a single function-call demo, you're measuring the wrong thing.
Why a big context window isn't the same as an agent-capable model
Context length tells you how much a model can hold in its head. It tells you nothing about whether the model knows when to stop reasoning and call a tool, how to recover when an API returns garbage, or when to ask you a clarifying question instead of guessing. Those are learned behaviors, and they're learned through exposure to thousands of synthetic tool-use trajectories — sequences where a model plans a step, calls a function, reads back a real or simulated result, and adjusts.
The Berkeley Function-Calling Leaderboard's v4 revision, released in April 2026, made this split explicit: it now weights multi-step agentic execution and multi-turn dialogue tracking at 40% and 30% of the score respectively, with static single-call test cases worth just 10%. That's the tell. The industry's own benchmark stopped trusting "can it format a JSON call correctly" as a proxy for "can it get something done."
The training mechanic: trajectories in, task completion out
Picture two new hires for a role that involves running your company's support queue. One has read the entire policy manual cover to cover. The other has handled five hundred real tickets, gotten corrected on the ones they botched, and adjusted their approach each time.
The manual-reader can recite the refund policy perfectly and still freeze the first time a customer's order doesn't match any case in the manual. The one who's done the reps knows to escalate, or ask a follow-up question, before making a promise they can't keep. Next-token training on tool-use examples produces the manual-reader.
Reinforcement learning over full trajectories, where the reward only fires on a correctly completed task, produces the other one.
Concretely, this means labs generate or collect long tool-use rollouts — plan, call, observe, replan — and then apply an outcome-based reward (did the ticket get resolved, did the API sequence achieve the stated goal) rather than a token-likelihood loss. Recent research on multi-turn reward calibration has pushed further, assigning credit at the level of individual turns rather than only at the end of a trajectory, because a model that makes one wrong tool call in step three of twelve needs a signal that points at step three, not a diffuse penalty spread across the whole run.
To be fair to the "just prompt harder" camp: for simple, single-tool tasks, a well-written system prompt and a handful of few-shot examples get you most of the way there, and you don't always need a specially post-trained model. But that approach falls apart exactly where the money is — long-horizon, multi-turn, multi-tool workflows, which is precisely what enterprise agent deployments are being sold to do.
Where this actually shows up in benchmark scores
As of mid-2026, several frontier models cluster within a point of each other on static function-calling accuracy — GLM-4.5, Claude Opus 4.7, and Gemini 3.1 Flash Lite Preview all scored in the mid-70s percent range on BFCL v3, per the leaderboard's June 2026 snapshot. That near-parity on simple calls is exactly why it stopped being a differentiator. The separation shows up on multi-turn, multi-constraint tasks like tau-bench's airline scenario, where context has to persist across corrections, cancellations, and policy exceptions the model has never seen phrased quite that way before.
That's the number worth sitting with: an 86-to-70 swing on the same model, driven purely by task structure. If your product depends on multi-step agent reliability, the vendor's marketed accuracy on a one-shot tool-call demo tells you almost nothing about how it behaves on turn eight of a real session.
The harder question for your roadmap
This changes how you should be evaluating a model for anything agentic. Don't ask "can it call the right function." Ask "what was this model's post-training regimen built to reward," and push the vendor for their multi-turn, long-horizon numbers, not just their static accuracy. The uncomfortable follow-up for your own org: if tool-use competence is now a specialized, RL-heavy training investment rather than a byproduct of scale, are you picking models based on general capability, or based on whether someone actually trained for the specific agentic workflow you're shipping?
Those are increasingly different questions, and only one of them predicts whether your agent survives contact with a real customer.
Get this in your inbox. AI Rundown Daily delivers original briefings every morning — free. Subscribe →
Frequently Asked Questions
For simple, single-tool tasks, yes — a solid system prompt and a few-shot example often get you most of the way there without a specially trained model. But that approach reliably breaks down on long-horizon, multi-turn, multi-constraint workflows, which is exactly the tau-bench-style gap described above (roughly 86% down to 70% on the same model, same prompt quality, just a harder task structure). Framework and prompt engineering optimize how you call the model; they don't change what the model itself learned to do when a plan needs revising mid-task.
Models marketed on strong multi-turn or agentic benchmarks aren't necessarily priced higher per token than their peers — the training investment is sunk on the lab's side, not passed through as a distinct line item you can opt out of. The practical cost for you is in evaluation: building a transcript-based eval harness takes real engineering time before you ever touch a model API. That cost is worth paying before launch, not after, because the failure mode (an agent that quietly drops or botches step seven of a workflow) is expensive in support tickets and trust, not just compute.
Outcome-based RL training tends to specialize toward the tool ecosystems, task shapes, and reward functions used during that lab's fine-tuning — a model that aces tau-bench's retail and airline scenarios wasn't necessarily trained on anything resembling your internal CRM or billing API. Benchmark scores are a reasonable filter for shortlisting, not a substitute for testing against your own tools and your own failure cases. The honest caveat here: nobody has published strong evidence yet on how well these trained-in agentic behaviors transfer to genuinely novel tool schemas, so treat any vendor's specific numbers as directional, not a guarantee.