Skip to content

Commit 793eff1

Browse files
authored
Update README.md
1 parent 7d74c01 commit 793eff1

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ That's it! Your agent is now learning and improving. 🎉
6060

6161
AI agents make the same mistakes repeatedly. Fine-tuning is expensive ($1K+ per iteration), slow (days/weeks), and requires labeled data.
6262

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.
6464

65-
ACE agents build a **"playbook"** of strategies that evolve based on experiencelearning what works, what doesn't, and continuously improving.
65+
ACE agents build a **"playbook"** of strategies that evolve based on experiencelearning what works, what doesn't, and continuously improving.
6666

6767
### Clear Benefits
6868
- 📈 **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
135135

136136
### The Learning Loop
137137

138-
Task → Execute → Reflect → Curate → Playbook → Better Next Time ↑
138+
```
139+
Task → Execute → Reflect → Curate → Playbook → Better Next Time
140+
↑ │
141+
└──────────────────────────────────────────────────────┘
142+
```
139143

140144
Each execution teaches your agent:
141145

@@ -144,7 +148,7 @@ Each execution teaches your agent:
144148
- **🔧 Tool usage** → Discover which tools work best for which tasks
145149
- **🎯 Edge cases** → Remember rare scenarios and how to handle them
146150

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.
148152

149153
```mermaid
150154
---
@@ -154,7 +158,7 @@ config:
154158
---
155159
flowchart LR
156160
Playbook[("`**📚 Playbook**<br>(Evolving Context)<br><br>•Strategy Bullets<br> ✓ Helpful strategies <br>✗ Harmful patterns <br>○ Neutral observations`")]
157-
Start(["**📝Query** <br>User prompt or question"]) --> Generator["**⚙️Generator** <br>Creates initial trajectory and answer with tags"]
161+
Start(["**📝Query** <br>User prompt or question"]) --> Generator["**⚙️Generator** <br>Executes task using playbook"]
158162
Generator --> Reflector
159163
Playbook -. Provides Context .-> Generator
160164
Environment["**🌍 Task Environment**<br>Evaluates answer<br>Provides feedback"] -- Feedback+ <br>Optional Ground Truth --> Reflector
@@ -165,8 +169,6 @@ flowchart LR
165169
Generator <--> Environment
166170
```
167171

168-
ACE prevents "context collapse" through incremental updates rather than full rewrites, preserving valuable strategies over time.
169-
170172
---
171173

172174
## Installation Options

0 commit comments

Comments
 (0)