Update README.md

This commit is contained in:
tobi 2026-07-01 09:33:02 +00:00
parent 6bf7a681ce
commit 07ac315751

View file

@ -13,7 +13,7 @@ When an LLM agent needs to follow these conventions, it usually has two bad opti
Dervish replaces both with a **one-call MCP tool**: pass your sequences, get back a ~60-token grammar. A rule you can trust, at a fraction of the cost.
**Without Dervish:** token cost scales linearly with examples. **With Dervish:** one compact grammar describes them all — a ~60200 token rule instead of thousands of tokens of raw examples.
**Without Dervish:** token cost scales linearly with examples. **With Dervish:** one compact grammar describes them all — a ~60200 token rule instead of thousands of tokens of raw examples. Try it out and you too will say:
<p align="center"><img src="dervish.gif" alt="Dervish animation" width="37.5%"></p>