gif 50% bigger than 37.5% = 56.25%

This commit is contained in:
tobjend 2026-07-01 11:40:09 +02:00
parent 0c91e11d4b
commit 2b7541a8b1

View file

@ -15,7 +15,7 @@ Dervish replaces both with a **one-call MCP tool**: pass your sequences, get bac
**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="75%"></p>
<p align="center"><img src="dervish.gif" alt="Dervish animation" width="56.25%"></p>
## MCP Server
@ -142,7 +142,7 @@ The sweet spot: **multiple implementations of the same abstract task** with a sh
## Token savings
<p align="center">
<img src="chart_token_savings.png" alt="Token savings per dataset" width="75%">
<img src="chart_token_savings.png" alt="Token savings per dataset" width="56.25%">
</p>
Across all public benchmarks, Dervish delivers **4083× compression**. The grammar is smaller than a single example file would be — and it represents the entire dataset.