EN DIRECT
TutorMoments: Do AI tutors know when to help and when to hold back?07/08/26 · Hugging Face|Responding to the next frontier of critical cyber capabilities07/08/26 · OpenAI|How HSP GRUPPE builds AI capabilities for tax advisory07/08/26 · OpenAI|Improving Fable 5's biology safeguards07/08/26 · Anthropic|AMD acquires Taalas to boost inference performance by etching models in silicon06/08/26|xAI, SpaceX, and the Race for AI Buildout06/08/26 · xAI|The Bitter Lesson of Tool Calling06/08/26 · OpenAI|The Low Frequency Trap: Video Language Models Fail at Simple Event Bookkeeping06/08/26 · Google|Improving GPT‑5.6 Sol in ChatGPT, expanding GPT‑5.6 Luna access for free users06/08/26 · OpenAI|Software development with AI is starting to feel like cooking steak06/08/26|WeatherNext: AI model achieves breakthrough in forecasting cyclones06/08/26 · Google|Into the Omniverse: How Open World Models Push the Frontier of Physical AI06/08/26 · NVIDIA|TutorMoments: Do AI tutors know when to help and when to hold back?07/08/26 · Hugging Face|Responding to the next frontier of critical cyber capabilities07/08/26 · OpenAI|How HSP GRUPPE builds AI capabilities for tax advisory07/08/26 · OpenAI|Improving Fable 5's biology safeguards07/08/26 · Anthropic|AMD acquires Taalas to boost inference performance by etching models in silicon06/08/26|xAI, SpaceX, and the Race for AI Buildout06/08/26 · xAI|The Bitter Lesson of Tool Calling06/08/26 · OpenAI|The Low Frequency Trap: Video Language Models Fail at Simple Event Bookkeeping06/08/26 · Google|Improving GPT‑5.6 Sol in ChatGPT, expanding GPT‑5.6 Luna access for free users06/08/26 · OpenAI|Software development with AI is starting to feel like cooking steak06/08/26|WeatherNext: AI model achieves breakthrough in forecasting cyclones06/08/26 · Google|Into the Omniverse: How Open World Models Push the Frontier of Physical AI06/08/26 · NVIDIA|
RechercheOpenAI

The Bitter Lesson of Tool Calling

Tool use transforms LLMs into agents that act beyond their training data, and for code-capable models, programmatic tool calling extends this further by replacing rigid JSON calls with scripts that chain and parallelize naturally. However, a…

6 août 20261 min de lecturePublié pararXiv

Tool use transforms LLMs into agents that act beyond their training data, and for code-capable models, programmatic tool calling extends this further by replacing rigid JSON calls with scripts that chain and parallelize naturally. However, a systematic evaluation of tools as code on an established benchmark across current and prior model generations under real-world task conditions has not been conducted. In this work, we empirically compare programmatic tool calling (PTC) to native JSON tool calling across 14 language models on BFCL v4. In the programmatic tool calling paradigm, tools are exposed as typed Python stubs that the model invokes through code, with execution and results handled in a single agent turn. Programmatic tool calling matches or exceeds native JSON tool calling in 11 of 14 models on BFCL v4, with the GPT-5.6 family achieving a 10.6% improvement over the JSON tool calling baseline. Further, it matches or outperforms baseline in 13 of 14 models under parallel fan-out, and holds stable under context rot conditions where baseline degrades 2.3% on average. Our results demonstrate that programmatic tool calling is a viable and robust alternative to JSON tool calling, with performance tracking model capability across release generations.

Tags
agentscodingbenchmark

À lire aussi