Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Reducing Cost of LLM Agents with Trajectory Reduction

About

Multi-turn agent systems based on Large Language Models (LLMs) have become increasingly popular for software engineering tasks. While LLM agents demonstrate promising effectiveness, the high computational cost of input tokens due to ever-growing trajectories remains a significant efficiency concern. Efficiency has been largely overlooked in existing studies and agent products, and this paper addresses this gap by introducing an inference-time trajectory reduction approach that reduces computational costs. By analyzing existing agent trajectories, we demonstrate that useless, redundant, and expired information is widespread across trajectories. Such waste can be identified and reduced without compromising the agent's performance. We propose a simple yet effective trajectory reduction approach, AgentDiet, which automatically removes such waste during agent execution. We implement AgentDiet on a top-performing coding agent, and our evaluation on two LLMs and two benchmarks shows that AgentDiet can reduce input tokens by 39.9%-59.7% and the total computational cost by 21.1%-35.9%, while maintaining the same agent performance. These results indicate that inference-time trajectory reduction is a promising direction for agent systems.

Yuan-An Xiao, Pengfei Gao, Chao Peng, Yingfei Xiong• 2025

Related benchmarks

TaskDatasetResultRank
Mean RewardWebshop
Mean Reward63.7
30
Mean RewardAlfWorld
Mean Reward0.333
30
Mean RewardScienceWorld
Mean Reward0.168
30
Interactive Agent TaskScienceWorld
Efficiency Factor3.6
15
Interactive Agent TaskAlfWorld
Effective Steps Multiplier2.6
15
Interactive Agent TaskWebshop
Efficiency Multiplier7.9
15
Showing 6 of 6 rows

Other info

Follow for update