Your Code Agent Can Grow Alongside You with Structured Memory
Yi-Xuan Deng, Xiaoqin Liu, Yi Zhang, Guo-Wei Yang, Shuojin Yang

TL;DR
This paper introduces MemCoder, a dynamic code agent framework that leverages structured project history and real-time feedback to enable continual co-evolution with human developers, significantly improving performance in complex software tasks.
Contribution
MemCoder is the first framework to structure historical experience and incorporate self-refinement for continual evolution of code agents in software engineering.
Findings
Achieves SOTA performance on SWE-bench Verified.
Improves resolved rate by 9.4% over DeepSeek-V3.2.
Enables agents to adapt dynamically through project history and feedback.
Abstract
While "Intent-oriented programming" (or "Vibe Coding") redefines software engineering, existing code agents remain tethered to static code snapshots. Consequently, they struggle to model the critical information embedded in the temporal evolution of projects, failing to leverage the "reasoning trajectories" implicit in past successful practices. This limitation results in rigid behavioral logic and a lack of autonomous adaptability, ultimately hindering their ability to tackle complex, repository-level problems. To bridge this static-dynamic mismatch, we propose MemCoder, a framework designed to enable continual human-AI co-evolution. MemCoder first structures historical human experience to distill latent intent-to-code mappings from past commits. It then employs a self-refinement mechanism driven by verification feedback to correct agent behavior in real-time. Crucially, an experience…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Advanced Software Engineering Methodologies · Software Engineering Techniques and Practices
