PaPoo
cover

Claude’s math stunt is more interesting than the headline makes it sound

What jumps out to me is not “Claude might prove the Riemann hypothesis” — it clearly didn’t, and the post doesn’t pretend otherwise for long — but that a model was used as a pretty effective combinatorial search engine over an existing literature trail, and then managed to produce something a human specialist could formalize and validate. That’s a much more believable story, and a more useful one.

I’m also a little wary of the framing. “Improved the lower bound from 41.6% to 67.2%” sounds dramatic, but the article itself makes it clear this sits inside a very specific analytic number theory subproblem, building on a stack of prior work from actual mathematicians. So the right mental model is not “AI solved a famous conjecture”; it’s closer to “AI found a nontrivial move in a narrow research corridor after being pointed at a mountain of existing work.” That’s still impressive. It’s just not magical.

The part I’d want to inspect first is the workflow, not the theorem. Thirty-one million output tokens, 60 subagents, 2,400 shell commands, hundreds of Python scripts — that is a lot of brute-force exploration. Maybe that’s exactly what this kind of research looks like when you scale it up with a language model. But it also makes me wonder how much of the result depends on sheer search volume versus genuine mathematical insight. The article says two subagents developed the key ideas, while many others failed or just validated. That sounds plausible, but I’d like to know whether the “idea” was a lucky synthesis or a repeatable pattern.

The encouraging bit, for people building with Claude Code, is that this is a clean example of tool use that isn’t just code generation. Claude was coordinating checks, re-proving its own result, looking for counterexamples, and even checking arXiv for prior art. That’s the kind of agentic loop that actually feels adjacent to useful work. Not because it’s autonomous in some grand sense, but because it can keep a large search process from collapsing under its own weight.

Still, I don’t buy the faintly inspirational tone in the ending as-is. “Perhaps Claude, like many of us, underestimates the rate of AI progress” is cute, but I think it papers over a more grounded lesson: models can already be surprisingly good at extending established methods when the problem is well-structured enough and the validation path is crisp. That’s a narrower claim than “progress is accelerating” and, to me, the more defensible one.

What I’d love to see next is not another triumphant blog post, but a harder accounting of failure modes. How often does this sort of search spit out dead ends that look promising? How sensitive was the result to the human prompt? Would a weaker formalization pipeline have caught the proof? Those are the questions that matter if you want to know whether this is a one-off stunt or a real research workflow.


Reference: Learning more about Claude's mathematical capabilities

同じ著者の記事