You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Large language model agents are increasingly deployed in complex, multi-step environments: coding assistants, research copilots, data analysis agents, and more. But today’s systems are often *stateless*: each run starts fresh, discarding what was learned from previous attempts.
@@ -26,36 +24,37 @@ Large language model agents are increasingly deployed in complex, multi-step env
26
24
27
25
> Instead of changing weights, ACE evolves the **context** supplied to an agent (its memories, plans, summaries, tools, and distilled experience) so the agent improves as it operates.
-**Empirical analysis and new understanding** of why prior context-evolution methods can fail silently or suddenly in multi-turn, long-horizon agentic tasks
36
30
-**A unified framework** for capturing and structuring experience from prior executions without suffering from brevity bias and context collapse
37
31
-**Evaluation across diverse agentic and reasoning tasks**, showing consistent performance and efficiency gains without retraining the underlying model
Across coding, tool-use, and domain-specific reasoning benchmarks, ACE demonstrates that carefully engineered and continuously evolving contexts can unlock strong improvements in task success rate, efficiency, and robustness, thus pushing toward **self-improving AI systems** that learn from experience in deployment.
40
38
41
39
If you are interested in how test-time memory, learning from experience, reflection, and planning interact with modern LLM systems, we think ACE will resonate with you!
42
40
43
-
<br>
44
-
45
-
## ACE as a Context Engineering Research Platform
41
+
## ACE as a Context / Self-Evolving Agent Research Platform
46
42
47
43
Since releasing ACE, we’ve been thrilled to see growing interest from the research and open-source communities:
48
44
49
45
- ⭐️ Active development at [github.com/ace-agent/ace](https://github.com/ace-agent/ace)
50
46
- 📣 Talks and presentations at Hippocratic AI, HKU NAISS Lab, and more to come
51
47
- 🤝 New research collaborations building on ACE as a platform for studying context-based methods and self-evolving agents at Stanford, MIT, ...
52
48
53
-
Qizheng put a support graph here, include datasets already included, dataset being constructed, (same for frameworks like RLM, blabla)
54
-
55
-
ICLR 2026 is just the beginning --- we see ACE as part of a broader research agenda around the new context learning paradigm. If you’re working on related problems or want to build on the ACE platform, we’d love to hear from you!
49
+
Over the next few weeks and months, we plan to release several major additions to the ACE platform across datasets, system features, and new research directions:
ICLR 2026 is just the beginning. We see ACE as part of a broader research agenda around a new paradigm for context-driven learning and test-time adaptation in AI systems. If you’re working on related problems or interested in building on the ACE platform, we’d love to hear from you!
58
57
59
58
## Contact Us
60
59
61
-
Shoot us an email at [qizhengz@stanford.edu](mailto:qizhengz@stanford.edu).
60
+
Shoot us an email at [qizhengz@stanford.edu](mailto:qizhengz@stanford.edu).
0 commit comments