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
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,9 @@ That's it! Your agent is now learning and improving. 🎉
60
60
61
61
AI agents make the same mistakes repeatedly. Fine-tuning is expensive ($1K+ per iteration), slow (days/weeks), and requires labeled data.
62
62
63
-
**ACE changes that.**Your agents learn from execution feedback—no training data, no fine-tuning, just automatic improvement.
63
+
**ACE changes that.**Based on research from [Stanford & SambaNova](https://arxiv.org/abs/2510.04618), ACE enables agents to learn from execution feedback—no training data, no fine-tuning, just automatic improvement.
64
64
65
-
ACE agents build a **"playbook"** of strategies that evolve based on experience — learning what works, what doesn't, and continuously improving.
65
+
ACE agents build a **"playbook"** of strategies that evolve based on experience—learning what works, what doesn't, and continuously improving.
66
66
67
67
### Clear Benefits
68
68
- 📈 **20-35% Better Performance**: Proven improvements on complex tasks
@@ -135,7 +135,11 @@ The magic happens in the **Playbook**—a living document of strategies that evo
135
135
136
136
### The Learning Loop
137
137
138
-
Task → Execute → Reflect → Curate → Playbook → Better Next Time ↑
138
+
```
139
+
Task → Execute → Reflect → Curate → Playbook → Better Next Time
@@ -144,7 +148,7 @@ Each execution teaches your agent:
144
148
-**🔧 Tool usage** → Discover which tools work best for which tasks
145
149
-**🎯 Edge cases** → Remember rare scenarios and how to handle them
146
150
147
-
**Key innovation:** All learning happens **in context** through incremental updates—no fine-tuning, no training data, and complete transparency into what your agent learned.
151
+
**Key innovation:** All learning happens **in context** through incremental updates—no fine-tuning, no training data, and complete transparency into what your agent learned. This approach prevents "context collapse" by preserving valuable strategies rather than rewriting the entire playbook.
0 commit comments