v4.4 | minor findings

25 jun 2026 • 2 min read

deriving patterns from the results

this post has been recovered from a place that used image compression. excused. if you want the full experience and see patterns in the benchmark, try using the website yourself:

some patterns i’ve observed

structure: analysis-header is followed by its picture

cost and score.

image
expensive models perform better. assumed cause is bigger parameter space, enabling the model to pick less-obvious and more-lateral tokens. when more parameters light up, more concepts and factors can be processed and considered.


word-count: near zero correlation

image
word-count has almost no impact on the final score. this is a win, since overlap is calculated relative to the total words of a request. it reveals as well, how models follow the length-instruction. generally, the highest scoring in the middle create a second dimension to their validity. reasoning tokens were not included in total-words.


n1: lexical diversity/jargon

image
leading with: o3, ling-2.6, kimi-k2-0905. models that use very common single-words: mistral-medium-3.5, deepseek-chat-v3, lfm-2, gpt-4o+mini. assumed cause is deliberately low/filtered rl-phase, probably due to budget-cuts of labs. a high semantic vector-space is noisy unless rl follows structured learning.


n4: conceptual diversity/ideation

these copy or repeat entire common phrases (top right), making texts conceptually boring to read.

image

these come up with unique n4 (4 word) groups (bottom left), throwing quirky or novel concepts around.

image


findings

currently leading with: kimi-k2-0905 > o3 > ling-2.6 > grok 4.3

architecture-overlap

ling-2.6 and kimi-k2, which score very high across the board, follow the pattern of being extremely sparse non-reasoning models, having mla attention and swiglu activation. kimi k2 was historically praised for being extremely good at writing which is probably due to its rl-pipeline.

any “best” model?

o3 is the highest scoring reasoning-model with better word-constraint adherence. for writing tasks that involve constraints but require lexical sophistication, i would score it along kimi k2. in the majority of models, reasoning harder doesn’t do much, which i think is great, considering that models have an inherent bias they cant reason-away.