| 1. Claude Fable 5 (High) |
| 2. Claude Opus 5 (Max) |
| 3. Claude Opus 5 (High) |
| 4. GPT 5.6 Sol (xHigh) |
| 5. Kimi K3 (Max) |
The BriefOver the weekend OpenAI said an unreleased model it calls Astra produced new results on ten problems in mathematics and theoretical computer science that nobody had cracked in at least a decade, including one question left open since 1999. The claim shipped with Lean proofs, meaning every proof is written so a computer program can walk each step and return a plain yes or no, so nobody has to take OpenAI's word for it. The whole run cost roughly $2,000 in model usage, and that price is the part worth remembering, because the same pattern (ask a model to do hard technical work, then have software verify the answer) is available to any team willing to write down a check a machine can run.
Level UpPick the one AI task in your work that you quietly re-check by hand every single time, then write that check down as a pass or fail your computer can run on its own. Real examples: the invoice total matches the line items, or the phone number your model pulled off a call actually has ten digits in it. Simon Willison released a small tool last week called smevals that runs a batch of those checks across different models and settings, so you can see which setup actually passes more often. An afternoon with it will tell you more about your own workflow than a month of reading benchmark charts. smevals, for running your own checks