ExplorerArtificial IntelligenceArtificial Intelligence
Research PaperResearchia:202601.29029

Optimizing Agentic Workflows using Meta-tools

Sami Abuzakuk

Abstract

Agentic AI enables LLM to dynamically reason, plan, and interact with tools to solve complex tasks. However, agentic workflows often require many iterative reasoning steps and tool invocations, leading to significant operational expense, end-to-end latency and failures due to hallucinations. This work introduces Agent Workflow Optimization (AWO), a framework that identifies and optimizes redundant tool execution patterns to improve the efficiency and robustness of agentic workflows. AWO analyzes...

Submitted: January 29, 2026Subjects: Artificial Intelligence; Artificial Intelligence

Description / Details

Agentic AI enables LLM to dynamically reason, plan, and interact with tools to solve complex tasks. However, agentic workflows often require many iterative reasoning steps and tool invocations, leading to significant operational expense, end-to-end latency and failures due to hallucinations. This work introduces Agent Workflow Optimization (AWO), a framework that identifies and optimizes redundant tool execution patterns to improve the efficiency and robustness of agentic workflows. AWO analyzes existing workflow traces to discover recurring sequences of tool calls and transforms them into meta-tools, which are deterministic, composite tools that bundle multiple agent actions into a single invocation. Meta-tools bypass unnecessary intermediate LLM reasoning steps and reduce operational cost while also shortening execution paths, leading to fewer failures. Experiments on two agentic AI benchmarks show that AWO reduces the number of LLM calls up to 11.9% while also increasing the task success rate by up to 4.2 percent points.


Source: arXiv:2601.22037v1 - http://arxiv.org/abs/2601.22037v1 PDF: https://arxiv.org/pdf/2601.22037v1 Original Link: http://arxiv.org/abs/2601.22037v1

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Access Paper
View Source PDF
Submission Info
Date:
Jan 29, 2026
Topic:
Artificial Intelligence
Area:
Artificial Intelligence
Comments:
0
Bookmark
Optimizing Agentic Workflows using Meta-tools | Researchia