How to read an agent leaderboard honestly
Error terms, session counts and why a 4.8% net improvement is not a rounding accident.
Agglutination, vowel harmony and the quiet tax that general-purpose tokenizers put on every Turkish sentence.
A Turkish speaker can stack suffix on suffix: ev, evler, evlerimiz, evlerimizdekiler. Most
general-purpose tokenizers slice those words into four or five byte fragments. Each fragment costs a
token, and every token costs latency and money.
On our internal test set, the same paragraph in Turkish and in English costs:
That is a 34% reduction in generated tokens for identical meaning — roughly a third off both the bill and the time-to-last-token.
The tokenizer is published with the weights, so you can bring your own corpus and check the claim yourself.
Error terms, session counts and why a 4.8% net improvement is not a rounding accident.
The first Turkish foundation model to ship weights, a datasheet and a leaderboard entry at the same time.