English

SCOPE: Prompt Evolution for Enhancing Agent Effectiveness

Artificial Intelligence 2026-05-29 v2

Abstract

Large Language Model (LLM) agents are increasingly deployed in environments that generate massive, dynamic contexts. However, a critical bottleneck remains: while agents have access to this context, their static prompts lack the mechanisms to manage it effectively, leading to recurring Corrective and Enhancement failures. To address this capability gap, we introduce Self-evolving Context Optimization via Prompt Evolution (SCOPE). SCOPE frames context management as an \textit{online optimization} problem, synthesizing guidelines from execution traces to automatically evolve the agent's prompt. We propose a Dual-Stream mechanism that routes guidelines between tactical memory (immediate error correction) and strategic memory, which is continuously refined through conflict resolution, subsumption pruning, and consolidation. To maximize strategy coverage, Perspective-Driven Exploration evolves multiple parallel prompts guided by distinct optimization perspectives. Experiments on the HLE benchmark show that SCOPE improves task success rates from 14.23\% to 38.64\% without human intervention. We make our code publicly available at https://github.com/JarvisPei/SCOPE.

Keywords

Cite

@article{arxiv.2512.15374,
  title  = {SCOPE: Prompt Evolution for Enhancing Agent Effectiveness},
  author = {Zehua Pei and Hui-Ling Zhen and Shixiong Kai and Sinno Jialin Pan and Yunhe Wang and Mingxuan Yuan and Bei Yu},
  journal= {arXiv preprint arXiv:2512.15374},
  year   = {2026}
}
R2 v1 2026-07-01T08:29:03.630Z