PulseAugur
EN
LIVE 09:46:10

Programmatic tool calling outperforms JSON for LLMs, study finds

A new paper evaluates programmatic tool calling (PTC) against traditional JSON tool calling for large language models. The study found that PTC, which exposes tools as typed Python stubs for models to invoke, matches or exceeds JSON tool calling performance on the BFCL v4 benchmark for most models tested. Notably, the GPT-5.6 family saw a 10.6% improvement with PTC over the JSON baseline, and PTC remained stable under context rotation conditions where the baseline degraded. AI

IMPACT Programmatic tool calling offers a more robust and capable method for LLMs to interact with external tools, potentially enhancing agentic behavior and performance on complex tasks.

RANK_REASON Academic paper evaluating a new method for LLM tool use. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Programmatic tool calling outperforms JSON for LLMs, study finds

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Ishan Patel, Sahil Sen, Elias Lumer, Vamse Kumar Subbiah ·

    The Bitter Lesson of Tool Calling

    arXiv:2608.06370v1 Announce Type: new Abstract: 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. H…