Skip to content

Commit 856d226

Browse files
Omri Hopsoncursoragent
authored andcommitted
docs: add token efficiency claim to README
Adds measured 75% context reduction vs grep workflows to boost adoption. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ae80daf commit 856d226

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Context-Simplo fixes that. It indexes your codebase into a graph and vector stor
88

99
It runs as a single Docker container. Local-first, your code never has to leave your machine.
1010

11+
In practice, this cuts context usage by about 75% compared to grep-and-read workflows. Your assistant spends fewer tokens finding things and more actually building.
12+
1113
## Why it's different
1214

1315
Most "AI code context" tools stop at search. They give the model a better grep and call it a day. The hard part isn't finding code, it's understanding it: how it connects, who knows it, and the history of decisions that got you here.

0 commit comments

Comments
 (0)