Knuth Names Paper After Claude That Solved His Math Conjecture
Claude Opus 4.6 solved a directed graph decomposition conjecture Knuth had worked on for weeks in 31 guided explorations over roughly an hour. Knuth wrote the formal proof himself and titled the paper 'Claude's Cycles.'

Donald Knuth, the Stanford computer scientist whose multi-volume series The Art of Computer Programming is effectively the canonical reference of the field, has published a paper titled "Claude's Cycles" describing how Claude Opus 4.6 solved a graph theory conjecture he had been working on for several weeks.
The paper opens with "Shock! Shock!" Knuth closes it by writing: "It seems I'll have to revise my opinions about generative AI one of these days."
The post sharing the paper accumulated over 635,000 views and 6,000 likes within hours.
The Problem
The conjecture involved decomposing directed graphs into Hamiltonian cycles - specifically, finding a general construction rule for partitioning the vertex set of an $m^3$-vertex directed graph into three Hamiltonian cycles of length $m^3$ for all odd $m > 2$. Knuth had solved the 3×3×3 case and verified solutions computationally up to 16×16×16 grids, but no general construction existed that worked for arbitrary odd dimensions.
The problem was earmarked for inclusion in a future volume of The Art of Computer Programming. Knuth had been stuck on the general case.
What Claude Did
Knuth's colleague Filip Stappers fed the exact problem statement to Claude Opus 4.6 and ran 31 guided explorations over roughly one hour. Claude's approach was methodical and iterative: it tested linear formulas, attempted brute-force searches, developed new geometric frameworks, applied simulated annealing, hit dead ends, changed strategies, and kept going. Along the way it independently recognized the problem's structure as a Cayley digraph and reformulated its approach accordingly.
The construction Claude eventually landed on - what it described as a "serpentine" pattern - turned out to correspond to the classical modular m-ary Gray code, a known structure in combinatorics. Claude did not know it was rediscovering something named; it derived the construction from scratch through the problem constraints.
The output was a working rule that produced valid Hamiltonian cycle decompositions for all tested odd dimensions. Stappers had to repeatedly prompt Claude to document its search results, and a session error lost some earlier output. The process required human guidance throughout - Claude did not solve the problem autonomously from a single prompt.
Knuth then read the output, verified the construction, and wrote the rigorous mathematical proof himself. The paper is Knuth's proof, not Claude's. What Claude contributed was the conjecture: here is a pattern that seems to work. Proving why it works is what the paper does.
What Knuth Said
Knuth's reaction is worth quoting in full: "a joy it is to learn not only that my conjecture has a nice solution but also to celebrate this dramatic advance in automatic deduction and creative problem solving."
He explicitly tips his hat to "Claude" - a nod, as the paper notes, to Claude Shannon, the mathematician who founded information theory. The double meaning is intentional.
His closing line - "It seems I'll have to revise my opinions about 'generative AI' one of these days" - is understated in a way that carries weight. Knuth has been skeptical of large language models. He has written publicly that he finds them impressive for text generation but suspects they are unreliable for the kind of rigorous mathematical reasoning his work demands. A solved open conjecture from his own research, completed in an hour, is the kind of evidence that moves that assessment.
The Caveats
The result is real and the paper is peer-verifiable, but some context is important.
Claude required human facilitation throughout. Stappers was not just running a single prompt - he was steering the session, prompting Claude to document results, redirecting when it lost track. The "31 explorations" reflect an interactive process, not a fully autonomous one.
More importantly, the even-dimension case remains entirely unsolved. Claude got stuck when pushed toward $m^3$-vertex graphs for even $m$ and made no meaningful progress. The odd-dimension solution is clean and elegant; the even case may require fundamentally different techniques.
And Knuth wrote the proof. Claude found the construction. Those are different contributions, and conflating them overstates what the model did. Finding a pattern that works is non-trivial - it is genuinely hard, which is why Knuth was stuck on it - but identifying a construction through guided search is not the same as producing a mathematical proof from first principles.
What is remarkable is that the construction was not obvious. The problem had stumped a mathematician who has spent decades at the frontier of combinatorics and algorithm design. An AI, in an hour, with a colleague at the keyboard, found the answer he was looking for.
Knuth named the paper after it.
