Skip to content

Commit 8e8b51e

Browse files
authored
[Update Post] Revise ACE platform details and future roadmap
1 parent 026bf76 commit 8e8b51e

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ We release the code on [Github](https://github.com/ace-agent/ace) with easy repr
1616

1717
**[[💻 Source code]](https://github.com/ace-agent/ace)   [[📚 Paper]](https://arxiv.org/pdf/2510.04618)**
1818

19-
<br>
20-
2119
## What is ACE?
2220

2321
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
2624

2725
> 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.
2826
29-
<div align="center">
30-
<img src="/assets/img/ace-system.png" alt="Icon" style="width:700px; vertical-align:middle;">
31-
</div>
32-
3327
Concretely, ACE provides:
3428

3529
- **Empirical analysis and new understanding** of why prior context-evolution methods can fail silently or suddenly in multi-turn, long-horizon agentic tasks
3630
- **A unified framework** for capturing and structuring experience from prior executions without suffering from brevity bias and context collapse
3731
- **Evaluation across diverse agentic and reasoning tasks**, showing consistent performance and efficiency gains without retraining the underlying model
3832

33+
<div align="center">
34+
<img src="/assets/img/ace-system.png" alt="Icon" style="width:700px; vertical-align:middle;">
35+
</div>
36+
3937
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.
4038

4139
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!
4240

43-
<br>
44-
45-
## ACE as a Context Engineering Research Platform
41+
## ACE as a Context / Self-Evolving Agent Research Platform
4642

4743
Since releasing ACE, we’ve been thrilled to see growing interest from the research and open-source communities:
4844

4945
- ⭐️ Active development at [github.com/ace-agent/ace](https://github.com/ace-agent/ace)
5046
- 📣 Talks and presentations at Hippocratic AI, HKU NAISS Lab, and more to come
5147
- 🤝 New research collaborations building on ACE as a platform for studying context-based methods and self-evolving agents at Stanford, MIT, ...
5248

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:
50+
| Datasets | Features | New Research |
51+
|-------|----------|------|
52+
| DDXPlus (medical reasoning) | ACE + Agent Skills | ACE + Meta-Memory Evolution |
53+
| BIRD-SQL (text-to-SQL) | ACE + Recursive Language Models | ACE + Tool-Augmented Context |
54+
| Terminal-Bench (terminal agents) | | |
5655

57-
<br>
56+
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!
5857

5958
## Contact Us
6059

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

Comments
 (0)