AI RESEARCH

To Call or Not to Call: A Framework to Assess and Optimize LLM Tool Calling

arXiv CS.AI

ArXi:2605.00737v1 Announce Type: new Agentic AI architectures augment LLMs with external tools, unlocking strong capabilities. However, tool use is not always beneficial; some calls may be redundant or even harmful. Effective tool use, therefore, hinges on a core LLM decision: whether to call or not call a tool, when performing a task. This decision is particularly challenging for web search tools, where the benefits of external information depend on the model's internal knowledge and its ability to integrate potentially noisy tool responses. We