[Paper] Act While Thinking: Accelerating LLM Agents via Pattern-Aware Speculative Tool Execution

Published: (March 19, 2026 at 09:36 AM EDT)
2 min read
Source: arXiv

Source: arXiv - 2603.18897v1

Overview

LLM-powered agents are emerging as a dominant paradigm for autonomous task solving. Unlike standard inference workloads, agents operate in a strictly serial “LLM-tool” loop, where the LLM must wait for external tool execution at every step. This execution model introduces severe latency bottlenecks. To address this problem, we propose PASTE, a Pattern-Aware Speculative Tool Execution method designed to hide tool latency through speculation. PASTE is based on the insight that although agent requests are semantically diverse, they exhibit stable application level control flows (recurring tool-call sequences) and predictable data dependencies (parameter passing between tools). By exploiting these properties, PASTE improves agent serving performance through speculative tool execution. Experimental results against state of the art baselines show that PASTE reduces average task completion time by 48.5% and improves tool execution throughput by 1.8x.

Key Contributions

This paper presents research in the following areas:

  • cs.DC
  • cs.AI

Methodology

Please refer to the full paper for detailed methodology.

Practical Implications

This research contributes to the advancement of cs.DC.

Authors

  • Yifan Sui
  • Han Zhao
  • Rui Ma
  • Zhiyuan He
  • Hao Wang
  • Jianxun Li
  • Yuqing Yang

Paper Information

  • arXiv ID: 2603.18897v1
  • Categories: cs.DC, cs.AI
  • Published: March 19, 2026
  • PDF: Download PDF
0 views
Back to Blog

Related posts

Read more »