Update README.md
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
tobi 2026-07-02 16:33:51 +00:00
parent 16cbff61a8
commit ea8e2f1db7

View file

@ -25,7 +25,7 @@ When an LLM agent needs to follow these conventions, it usually has two bad opti
2. **Guess from one or two examples** — the LLM infers a pattern and often gets it wrong.
Dervish replaces both with a **one-call MCP tool**: pass your sequences, get back a ~60-token grammar.
By leveraging Minimum Description Length (MDL) scoring, Dervish treats the grammar discovery problem as an optimal compression task—meaning the resulting rule is mathematically tuned to consume as few tokens as possible without losing the pattern.
By leveraging **Minimum Description Length (MDL) scoring**, Dervish treats the grammar discovery problem as an optimal compression task—meaning the resulting rule is mathematically tuned to consume as few tokens as possible without losing the pattern.
**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: