Evaluating Temporal Semantic Caching and Workflow Optimization in Agentic Plan-Execute Pipelines

πŸ“… 2026-05-19
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

216K/year
πŸ€– AI Summary
This work addresses the high latency faced by industrial agents on the AssetOpsBench benchmark, which stems from repeated overhead in tool discovery, LLM-based planning, and MCP execution. Traditional semantic caching proves ineffective in scenarios sensitive to time, asset, or sensor parameters. To overcome this limitation, the authors propose a time-aware semantic caching mechanism that integrates disk-backed tool discovery caching with a dependency-aware parallel execution strategy, thereby optimizing the plan–execute pipeline. Experimental results demonstrate that the approach reduces end-to-end median latency by approximately 40% and accelerates MCP workflows by up to 1.67Γ—. Notably, when time-aware cache hits occur, median speedups reach as high as 30.6Γ—, underscoring the inherent limitations of purely semantic caching in complex industrial queries.
πŸ“ Abstract
Industrial asset operations workflows are latency-sensitive because a single user query may require coordination over sensor data, work orders, failure modes, forecasting tools, and domain-specific agents. We evaluate this problem on AssetOpsBench (AOB), an industrial agent benchmark whose plan-execute pipeline exposes repeated overhead from tool discovery, LLM planning, MCP tool execution, and final summarization. Existing LLM caching techniques such as KV-cache reuse and embedding-based semantic caching were designed for chatbot serving and break down when output validity depends on time, asset, or sensor parameters. We propose two complementary optimization layers for AOB plan-execute pipelines: a temporal semantic cache and a set of MCP workflow optimizations combining disk-backed tool-discovery caching and dependency-aware parallel step execution. MCP workflow optimizations corresponded to a 1.67x speedup and reduced median end-to-end latency by about 40.0% while the temporal-cache benchmark achieved a median of 30.6x speedup on cache hits. Beyond the speedup, our results expose a concrete failure mode of pure semantic caching for parameter-rich industrial queries, providing a critical analysis of how caching choices interact with evaluation correctness in MCP-backed agent benchmarks.
Problem

Research questions and friction points this paper is trying to address.

Temporal Semantic Caching
Workflow Optimization
Plan-Execute Pipeline
Industrial Agents
LLM Caching
Innovation

Methods, ideas, or system contributions that make the work stand out.

temporal semantic caching
MCP workflow optimization
plan-execute pipeline
industrial agent benchmark
dependency-aware parallel execution
πŸ”Ž Similar Papers
No similar papers found.