Skip to content

IMO 2026 — six of six

A fully agentic run solved all six problems of the 2026 International Mathematical Olympiad. Every solution is machine-checked in Lean 4 against the formal statements published by AxiomMath — there is no rubric and no benefit of the doubt.

6 / 6Problems solved, every proof accepted by the Lean kernelResult
3.0×Faster than the previously reported agentic result on the same statementsAPI time
$57.70Total cost of the Kimi-K3 hybrid run, a 54.7% saving, still six for sixCost

What was run

The Humanize 1 flow, in a YOLO-style loop with no human in the turn. Times are API time — the time actually spent inside model calls — which is the only measure that does not reward a slower harness.

ProblemHumanfia (GPT-5.6)Humanfia (Kimi-K3)AxiomProver
Total497.7 min1,034.9 min1,496 min
Q138.1 min87.1 min24 min
Q2100.4 min224.3 min360 min
Q3187.1 min343.7 min869 min
Q458.7 min75.6 min39 min
Q546.5 min91.9 min65 min
Q666.9 min212.4 min139 min

The Kimi-K3 run is a hybrid — a Kimi worker paired with a Codex reviewer — and cost $57.70 against the GPT-5.6 run's $127.41. That is the part worth sitting with: two different backends, the same flow, and the cheaper one still closes all six.

Check it yourself

Clone humanfia/imo2026 and run the AXLE verification script against the published Lean solutions. The statements, both sets of solutions and the reproduction scripts are all released.

humanfia/imo2026 · AxiomMath/IMO2026 · HOA