Act Wisely: Meta-Cognitive Tool Use in Agentic Multimodal Models (April 2026)
FreeAlibaba: addresses meta-cognitive deficit where agents blindly invoke tools — HDPO framework reduces unnecessary tool invocations from 98% to 2% while increasing reasoning accuracy; first paper on "when NOT to use tools"
About Act Wisely: Meta-Cognitive Tool Use in Agentic Multimodal Models (April 2026)
The paper 'Act Wisely' identifies a meta-cognitive deficit in agentic multimodal models where agents blindly invoke external tools even when queries are resolvable from raw visual context, causing latency and noise. To address this, the authors propose HDPO (Hierarchical Decision Policy Optimization), a framework that decouples accuracy and efficiency optimization via conditional advantage estimation. HDPO induces a cognitive curriculum: the agent first learns task resolution, then refines self-reliance. The resulting model, Metis, reduces tool invocations by orders of magnitude while simultaneously improving reasoning accuracy. The framework escapes the reward scalarization dilemma of prior RL methods by maintaining two orthogonal optimization channels.
Key Features
Pros & Cons
- Addresses the critical problem of blind tool invocation in agents
- Decoupled optimization avoids the conflict between accuracy and efficiency rewards
- Cognitive curriculum ensures agents master reasoning before minimizing tool use
- Demonstrates orders of magnitude reduction in unnecessary tool calls while improving accuracy
- Framework is still in research phase and not yet production-ready
- Effectiveness may depend on specific task domains and model architectures
- Requires careful implementation of conditional advantage estimation