cd/sources/johndcook-auto-discovered· home sources Johndcook (auto-discovered)
cat /sources/johndcook-auto-discovered.feed | wc -l → 12

Johndcook (auto-discovered)

articles 12 domain johndcook.com → feed RSS
01:35
2026-08-14
johndcook.com
artificial-intelligence

Hadamard Codes and Sphere Packing

Levent Alpöge and colleagues used Claude AI to discover a new Hadamard matrix, prompting a series of posts by John D. Cook on Hadamard matrices and their applications, including NASA's use of a Hadama…

23:08
2026-07-27
johndcook.com
artificial-intelligence

Hiding data in permutations

A 225-bit cryptographic key can be stored as a permutation of a standard 52-card deck, according to an article by Stephen Hewitt in Paged Out! issue 9. SymPy's Permutation class provides O(n²) ranking…

12:14
2026-07-21
johndcook.com
artificial-intelligence

Locally everywhere does not imply everywhere

Levent Alpöge, a mathematician at Anthropic, discovered a counterexample to the Jacobian conjecture using Claude Fable 5, disproving a long-standing open problem in algebraic geometry. The counterexam…

14:33
2026-07-20
johndcook.com
artificial-intelligence

Solving a chess puzzle with Grok 4.5

Grok 4.5 successfully generated SWI Prolog and Lean 4 code to solve a chess puzzle: placing five white queens and three black queens on a 5×5 board so that no queen of one color attacks a queen of ano…

14:02
2026-07-17
johndcook.com
developer-tools

Regular expressions for HCPCS codes

John D. Cook published a blog post on September 23, 2022, detailing regular expressions for matching HCPCS (Healthcare Common Procedure Coding System) Level II codes, which follow the format of one le…

00:21
2026-07-01
johndcook.com
machine-learning

DNA Sequence Alignment and Kings

A blog post by John D. Cook connects central Delannoy numbers, which count king moves on a chessboard, to DNA sequence alignment. The Delannoy numbers D(m,n) represent the number of possible alignment…

21:41
2026-06-20
johndcook.com
large-language-models

All pieces on a 6 by 5 board

Claude generated Z3/Python code to solve a chess puzzle placing all pieces on a 6x5 board with bishops on opposite colors and no attacks. The solver found 192 raw solutions, deduplicated to 24 unique …

14:23
2026-06-17
johndcook.com
ai-research

Formalizing a ring theorem with Lean 4 and Claude

A user tested Claude's ability to generate Lean 4 code to formalize a ring theorem, achieving a proof after 11 iterations but with five unproven 'sorry' sections. The experiment highlights challenges …

18:03
2026-06-16
johndcook.com
large-language-models

Quaternion Rotations, Claude, and Lean

John D. Cook used Anthropic's Claude (Sonnet 4.6 Medium) to find a typo in a blog post about quaternion rotations by asking it to write Lean code verifying the post's theorems. After four iterations, …

17:22
2026-06-15
johndcook.com
large-language-models

Writing Prolog with ChatGPT

ChatGPT successfully generated a SWI Prolog program to solve a chess puzzle placing five pieces on a 4x4 board without attacks, finding all 16 solutions. The experiment suggests LLMs can effectively h…

13:14
2026-06-11
johndcook.com
artificial-intelligence

Solving a chess puzzle with Claude and Prolog

Claude AI generated a Prolog program to solve a Martin Gardner chess puzzle requiring placement of two rooks, two bishops, and two knights on a 4x4 board without any piece attacking another. The progr…

23:11
2026-06-10
johndcook.com
artificial-intelligence

Formally proving a calculation with Claude and Lean

Anthropic's Claude AI generated a Lean formal proof for a Fourier coefficient calculation involving Bessel functions, requiring eight iterations to fix errors and produce a working proof with four 'so…