| 1. Claude Fable 5 (High) |
| 2. GPT 5.6 Sol (xHigh) |
| 3. Claude Opus 4.8 (Thinking) |
| 4. Kimi K3 |
| 5. Claude Sonnet 5 (High) |
The BriefMoonshot AI published the full Kimi K3 weights on Sunday evening, a day ahead of the July 27 date it had promised, making a 2.8 trillion parameter model with a one million token context free for anyone to download and run. Moonshot says K3 still trails Claude Fable 5 and GPT-5.6 Sol overall, but it beats everything else the company tested on coding and agent work, which puts frontier-adjacent capability behind no API key and no vendor contract. The catch is hardware: the quantized download alone is roughly 594GB and you need something like eight H100s just to load it, so for most teams this matters less as a thing you self-host today and more as leverage. Every price and terms conversation you have with a closed vendor now happens with a free option sitting on the table.
Level UpSpend twenty minutes this week running the new Ruff on a repo you actually care about. Version 0.16.0 took the default rule set from 59 rules to 413, and the newly-on-by-default rules are not style nits, they include real syntax errors and code that will blow up at runtime. Simon Willison found 1,618 problems in one of his own projects. Run it in check mode first so nothing gets rewritten, read what it flags, and fix the handful that are genuinely bugs. Then pin your Ruff version, because if you have not pinned it, this upgrade is going to reach you as a red build instead of a release note. Read: Ruff v0.16.0 (Astral)