← Latest papers
💻 computer science

Model-Adaptive Tool Necessity Reveals the Knowing-Doing Gap in LLM Tool Use

This paper introduces a model-adaptive definition of tool necessity to reveal a significant "knowing-doing gap" in LLMs, demonstrating that the primary failure in tool use stems not from a lack of recognizing when tools are needed, but from a misalignment in translating that internal recognition into actual tool-calling actions.

Original authors: Yize Cheng, Chenrui Fan, Mahdi JafariRaviz, Keivan Rezaei, Soheil Feiz

Published 2026-05-15
📖 5 min read🧠 Deep dive

Original authors: Yize Cheng, Chenrui Fan, Mahdi JafariRaviz, Keivan Rezaei, Soheil Feiz

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Idea: The "Knowing-Doing" Gap

Imagine you are a chef in a kitchen. You have a very smart assistant (the AI) who can cook almost anything. Sometimes, the chef needs a special tool, like a blender or a thermometer, to make a dish perfectly. Other times, the chef can just use their hands and a knife.

The problem this paper investigates is: Does the assistant know when to ask for the tool, and does it actually ask for it when it knows it needs one?

The researchers found that AI models often have a "Knowing-Doing Gap." It's like the assistant standing there thinking, "Oh wow, I definitely need a blender for this smoothie," but then, instead of grabbing the blender, they just keep trying to chop the fruit with a knife anyway. They know the right thing to do, but they fail to actually do it.


1. The Old Way vs. The New Way of Measuring "Need"

The Old Way (Model-Agnostic):
Previously, researchers decided if a task needed a tool based on a fixed rule. For example, "If the question is about the weather, it always needs a tool." They treated all AI models the same, assuming that if a human needs a calculator, every AI needs one too.

The New Way (Model-Adaptive):
The authors say this is wrong because AI models are different. A super-smart AI might be able to do complex math in its head, while a smaller AI might get lost.

  • The Analogy: Imagine a math test. A genius student (Strong Model) can solve 12×1212 \times 12 in their head. A younger student (Weak Model) needs a calculator.
  • The Paper's Rule: A task is only "tool-necessary" if the specific AI model fails to solve it consistently on its own. If the AI can do it, it doesn't need the tool. If it can't, it does.

2. The Experiment: What Went Wrong?

The researchers tested four different AI models on two types of tasks: Math (like 123+456123 + 456) and Facts (like "Who was the 5th president?").

They found a huge mess-up rate:

  • The Mismatch: Between 26% and 54% of the time, the AI did the wrong thing.
    • Over-using tools: The AI asked for a calculator even though it could have solved the math problem itself.
    • Under-using tools: The AI tried to answer a hard question from memory when it should have looked it up, and got it wrong.

3. The Two-Stage Process: Cognition vs. Action

To understand why this happens, the researchers broke the AI's thinking process into two steps, like a two-stage rocket:

  1. Stage 1: Cognition (The "Knowing")

    • This is the internal thought process. The AI looks at the problem and decides, "Do I need help?"
    • Finding: The AI's brain does actually know the answer. If you peek inside its "mind" (its hidden data layers), you can clearly see a signal that says, "Yes, I need a tool" or "No, I'm good."
  2. Stage 2: Execution (The "Doing")

    • This is the moment the AI decides what word to type next. Does it type the answer, or does it type the command to open the tool?
    • Finding: This is where the system breaks. Even though the "Knowing" signal was clear, the "Doing" signal got lost or ignored.

4. The "Orthogonal" Problem (The Twist)

Here is the most technical but fascinating part, explained simply:

Imagine the AI's brain is a giant map.

  • There is a Blue Arrow pointing to "I need a tool."
  • There is a Red Arrow pointing to "I will call a tool."

In the middle of the AI's thinking process, these two arrows point in roughly the same direction. They are aligned. The AI knows it needs a tool, and it is thinking about calling one.

However, right at the very last moment before the AI speaks (the final layer of its brain), something strange happens. The Blue Arrow and the Red Arrow suddenly turn 90 degrees and point in completely different directions. They become orthogonal (perpendicular).

  • The Metaphor: It's like a driver who is looking at the map (knowing they need to turn left), but at the very last second, their hand accidentally turns the wheel right. The knowledge was there, but the action didn't follow the knowledge.

5. The Conclusion: It's Not a Confidence Issue

You might think, "Maybe the AI is just unsure? Maybe it's confused, so it doesn't know whether to call the tool or not?"

The researchers checked this. They found that the "Knowing-Doing Gap" happens even when the AI is 100% confident.

  • The AI's internal signal says, "I am 100% sure I need a tool."
  • But the action it takes is, "I will answer without a tool."

Summary

The paper reveals that Large Language Models often suffer from a Knowing-Doing Gap.

  1. They can correctly identify when they need help (Cognition).
  2. But they fail to translate that identification into the actual action of using the tool (Execution).
  3. This failure happens because the part of the AI that "knows" and the part that "acts" become disconnected right at the moment of decision.

To fix AI agents, we can't just teach them to recognize when they need help; we have to fix the broken bridge between knowing and doing.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →