PILOT Enables Live Self-Improvement for Long-Horizon AI Agents

Yang Xiao, Yusong Sun, Haoyi Wu, Wenyang Hui, Wen Da, Zhaokai Luo, Mu Chuan, Yao Hu, Wenjie Li, Chengyue Jiang· August 28, 2026 View original

Key takeaways

  • Live self-improvement is critical for long-horizon AI agents.
  • PILOT uses a supervisor-worker harness for real-time learning.
  • Live steering allows dynamic redirection of active tasks.
  • Live self-evolution distills skills and updates memory during execution.

Who benefits

RoboticsAutonomous SystemsSoftware EngineeringCustomer ServiceLogistics

Summary

PILOT is a supervisor-worker harness that allows long-horizon AI agents to self-improve live during execution, using emerging experience to redirect active runs and update persistent knowledge. It significantly outperforms existing methods, achieving higher success rates and reducing output tokens on benchmarks.

Long-horizon AI agents generate valuable experience during their runs, which could be used to improve both the current task and future operations. However, most existing self-improvement methods only process this experience after execution, preventing immediate redirection of an active run or real-time application of learned lessons. The authors propose that self-improvement should be "live," meaning emerging experience should be used both to steer the active run and to update the agent's persistent knowledge base. Current agent architectures fall short of this goal; single-agent self-correction combines execution and assessment but lacks separation, while subagent delegation separates execution but typically cannot redirect an active subagent. To address this, PILOT, a supervisor-worker harness for live self-improvement, has been developed. It features two coupled mechanisms: "live steering," where a separate supervisor can redirect or abort an active worker during execution, and "live self-evolution," which distills procedures and failure modes into reusable skills and memory. PILOT consistently ranks first across various configurations on benchmarks like Terminal-Bench 2.0, outperforming counterparts by up to 9.8 percentage points. In self-improvement settings, it shows substantial gains in success rates and significantly reduces mean output tokens while increasing successful evaluations per million tokens.

Why it matters

This research offers a breakthrough for developing more autonomous, efficient, and adaptable AI agents that can learn and improve in real-time, crucial for complex, multi-step tasks in dynamic environments.

How to implement this in your domain

  1. 1Design agent architectures with distinct supervisor and worker components for real-time monitoring and intervention.
  2. 2Implement mechanisms for live steering, allowing a supervisor to redirect or abort active agent tasks based on emerging data.
  3. 3Develop systems for live self-evolution, enabling agents to distill new skills and update memory during execution.
  4. 4Benchmark current long-horizon agent performance against PILOT's approach to identify areas for improvement.

Original post by Yang Xiao, Yusong Sun, Haoyi Wu, Wenyang Hui, Wen Da, Zhaokai Luo, Mu Chuan, Yao Hu, Wenjie Li, Chengyue Jiang

"arXiv:2608.26530v1 Announce Type: new Abstract: Long-horizon agent runs generate experience that can improve both the current run and future work. Most self-improvement methods process this experience only after execution ends, so they cannot redirect the active run or immediatel…"

View on X

Originally posted by Yang Xiao, Yusong Sun, Haoyi Wu, Wenyang Hui, Wen Da, Zhaokai Luo, Mu Chuan, Yao Hu, Wenjie Li, Chengyue Jiang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools