CHIME Enhances Agentic Planning with Credit-Aware Memory

Yongshi Ye, Tian Lan, Feihu Jiang, Muyang Ye, Bin Zhu, Qianghuai Jia, Longyue Wang, Zhao Xu, Weihua Luo, Xiaodong Shi· September 3, 2026 View original

Key takeaways

  • CHIME improves agentic planning by addressing the credit assignment problem.
  • It uses separate memory banks for planning and execution.
  • The "attribute-before-memorize" principle ensures accurate experience accumulation.
  • CHIME outperforms baselines and transfers effectively across models.

Who benefits

RoboticsAutomationGamingLogisticsSoftware Development

Summary

CHIME (Credit-Aware Hierarchical Memory Evolution) is a self-evolving memory framework for long-horizon agentic planning that addresses the credit assignment problem by maintaining separate planning and execution memory banks. It attributes task outcomes to specific components before memorization, leading to more effective and transferable experience accumulation.

Planning is a fundamental capability for AI agents, enabling them to break down complex, long-horizon tasks into manageable steps. While existing methods improve planning through test-time search or training, they often incur high inference costs or demand extensive training data. Self-evolving memory approaches, which accumulate reusable experience from agent interactions, offer an alternative by improving planning at inference time without parameter updates. However, these methods suffer from an inherent credit assignment problem, as they rely on final task outcomes that conflate plan quality with execution errors and environmental factors, leading to biased and noisy accumulated experience. To overcome this, researchers propose CHIME (Credit-Aware Hierarchical Memory Evolution), a novel self-evolving memory framework. CHIME addresses the credit assignment problem by maintaining distinct memory banks for planning and execution. It adheres to an "attribute-before-memorize" principle: each task outcome is first attributed to the plan, the execution, both, or neither, and only then is the corresponding memory bank updated. This targeted approach ensures that accumulated experience is more accurate and relevant. Extensive experiments across four long-horizon agent benchmarks demonstrate that CHIME consistently outperforms state-of-the-art training-based and self-evolving memory baselines. Further analysis reveals that CHIME accumulates effective memory with significantly fewer items, and the learned memory values accurately reflect downstream utility, with planning memories proving more valuable than execution memories. Additionally, the accumulated memory effectively transfers across different backbone models, highlighting CHIME's robustness and efficiency.

Why it matters

Professionals developing AI agents can leverage CHIME to create more robust, efficient, and continually improving agents for complex, long-horizon tasks, reducing the need for extensive retraining.

How to implement this in your domain

  1. 1Investigate CHIME's credit assignment and hierarchical memory principles for agentic system design.
  2. 2Implement separate memory banks for planning and execution in agent architectures.
  3. 3Develop attribution mechanisms to accurately assign credit for task outcomes.
  4. 4Experiment with self-evolving memory frameworks to improve agent performance over time.

Original post by Yongshi Ye, Tian Lan, Feihu Jiang, Muyang Ye, Bin Zhu, Qianghuai Jia, Longyue Wang, Zhao Xu, Weihua Luo, Xiaodong Shi

"arXiv:2609.02074v1 Announce Type: new Abstract: Planning is a central capability that enables agents to decompose complex long-horizon tasks into manageable steps. Test-time search and training-based methods improve planning but incur high inference costs or require expensive tra…"

View on X

Originally posted by Yongshi Ye, Tian Lan, Feihu Jiang, Muyang Ye, Bin Zhu, Qianghuai Jia, Longyue Wang, Zhao Xu, Weihua Luo, Xiaodong Shi on X · view source

Want to go deeper?

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

Explore courses