From ad024d23d763bdc4d7f2d0a2ba26a2d3ea5f3d7e Mon Sep 17 00:00:00 2001 From: Vatche Isahagian Date: Tue, 11 Aug 2026 13:48:18 -0400 Subject: [PATCH] Update README.md Added link to the ACE Comparison --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03876184..d42f1849 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![License](https://img.shields.io/github/license/AgentToolkit/altk-evolve)](https://www.apache.org/licenses/LICENSE-2.0) ![Stars](https://img.shields.io/github/stars/AgentToolkit/altk-evolve?style=social) -**Blog posts:** [IBM announcement](https://www.ibm.com/new/announcements/altk-evolve-on-the-job-learning-for-ai-agents) | [Hugging Face blog](https://huggingface.co/blog/ibm-research/altk-evolve) +**Blog posts:** [IBM announcement](https://www.ibm.com/new/announcements/altk-evolve-on-the-job-learning-for-ai-agents) | [Hugging Face blog](https://huggingface.co/blog/ibm-research/altk-evolve) | [ACE Comparison](https://huggingface.co/blog/ibm-research/altk-evolve-sldd) Coding agents repeat the same mistakes because they start fresh every session. Evolve gives agents memory — they learn from what worked and what didn't, so each session is better than the last.