Neurosurgery resident solves Crouzeix's conjecture with GPT-5.6

A neurosurgery resident with no formal advanced mathematics training has solved Crouzeix's conjecture, a 22-year-old open problem in numerical linear algebra, using a 16-hour autonomous run of GPT-5.6 Sol in ChatGPT Work mode. Dr. Shanmu Jin, a postdoctoral researcher and neurosurgery resident at Peking Union Medical College Hospital, prompted ChatGPT 5.6 on July 30, 2026 to work on the conjecture. The model ran autonomously for approximately 16 hours, exploring proof strategies through a branc

2 min
Neurosurgery resident solves Crouzeix's conjecture with GPT-5.6

A neurosurgery resident with no formal advanced mathematics training has solved Crouzeix's conjecture, a 22-year-old open problem in numerical linear algebra, using a 16-hour autonomous run of GPT-5.6 Sol in ChatGPT Work mode.

Dr. Shanmu Jin, a postdoctoral researcher and neurosurgery resident at Peking Union Medical College Hospital, prompted ChatGPT 5.6 on July 30, 2026 to work on the conjecture. The model ran autonomously for approximately 16 hours, exploring proof strategies through a branching process where multiple agent instances proposed, challenged, and reconstructed arguments. The key theorem emerged from this process, which Jin then developed into a complete proof.

Neurosurgery and mathematics merged through AI

Mathematicians Alex Townsend (Cornell) and Anne Greenbaum (University of Washington), along with Michel Crouzeix himself, have reviewed the proof and believe it is correct. Townsend had spent the prior year periodically asking GPT-5.6 to attempt the conjecture, with the model either returning bogus proofs or stalling at missing lemmas.

Crouzeix's conjecture, posed in 2004, states that for any square matrix A and any polynomial p, the norm of p(A) is bounded by twice the maximum of p on the numerical range of A. The conjecture sits at the intersection of matrix analysis, operator theory, and polynomial approximation.

Jin's background is unusual for a conjecture solver. He holds an undergraduate degree in geology and an M.D., with all mathematics beyond standard science courses self-taught. He encountered the problem through research on transcranial ultrasound, which led him to matrix analysis and the conjecture's deceptively simple statement.

A second independent proof emerged almost simultaneously from a different research group, which Crouzeix and Townsend describe as a genuinely different approach. Jin welcomed the parallel result.

The work demonstrates that frontier models can now contribute original research-level mathematics, not just assist with known techniques. The 16-hour autonomous run represents a shift from AI as a coding assistant to AI as a research collaborator capable of sustained, multi-step reasoning on open problems.

Sources

Alex Townsend, SIAM News essay "The Neurosurgery Resident Who Proved Crouzeix's Conjecture" (2026): https://alextownsend.net/essays/SIAMNews_CrouzeixConjecture.pdf

Techmeme aggregation: https://www.techmeme.com/260813/p9#a260813p9

AI Midday: https://aimidday.com/neurosurgery-resident-solves-crouzeixs-conjecture-with-chatgpt-5-6

36kr coverage: https://eu.36kr.com/en/p/3937408047053960

Written by

More to read

  • Enterprises Curb AI Agent Autonomy Amid 40% Project Cancellation Projections

    Enterprises deploying agentic artificial intelligence are shifting architectures away from open-ended autonomy toward bounded, verifiable execution as projects encounter governance, security, and financial bottlenecks in production environments. Data from industry research firms highlights a widening divergence between model capability and operational control. According to projections from Gartner, more than 40% of current agentic AI initiatives are projected to be canceled by the end of 2027.

    1 min
  • Function Calling Evaluation in Production: AST Matching, Executable Sandboxes, and Multi-Turn Benchmark Architecture

    Production AI systems increasingly rely on Large Language Models not merely as conversational generators, but as deterministic execution routers that select and invoke external software tools. While general-purpose LLM evaluations such as MMLU or Chatbot Arena measure semantic fluency and broad reasoning, they provide little insight into whether a model can reliably format API parameters, adhere to strict JSON schemas, or maintain consistency across multi-step execution graphs. In real-world ag

    1 min
  • Sharpness-Aware Minimization in Large Language Models: How Adversarial Weight Perturbations and Flat Minima Boost Generalization

    In overparameterized deep neural networks, minimizing empirical training loss is insufficient to guarantee optimal generalization on unseen distributions. Modern deep architectures, including vision models and autoregressive Large Language Models (LLMs), operate in regimes where parameter counts far exceed training token counts, producing highly non-convex loss surfaces populated by infinite global minima. Standard optimization via Stochastic Gradient Descent (SGD) or AdamW often converges to sh

    1 min