AI Pulse by Inblix

GamePad turns Coq proofs into AI training data

OpenAI Blog · Jul 20, 2026 · 2 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: GamePad turns Coq proofs into AI training data

Theorem proving isn’t just about getting to QED — it’s about the thousands of tiny, tactical decisions that get you there. A new system called GamePad, built by researchers Daniel Huang, Prafulla Dhariwal, Dawn Song, and Ilya Sutskever, treats those decisions as a machine learning problem. They’ve essentially turned the Coq proof assistant into a training environment, capturing the step-by-step human moves that lead to a completed proof.

Coq works differently than the kind of automated solvers most AI researchers have played with. Users don’t just state a theorem and wait. They guide the system through a series of tactics, each one transforming the proof goal into something slightly simpler. That interactive style leaves a rich trail of data — exactly what you need if you want to train a model to predict what a human would do next.

The team zeroed in on two tasks. First, position evaluation: given where you are in a proof, how many steps are left? It’s like a chess engine estimating how many moves to checkmate. Second, tactic prediction: what’s the right move right now? They tested this on a couple of fronts, including a simple algebraic rewrite problem and something far more ambitious — baseline models trained on a formalization of the Feit-Thompson theorem, a landmark result in group theory whose original proof ran hundreds of pages.

That last choice is a signal. You don’t tackle the formalization of the odd order theorem unless you’re serious about stress-testing your approach on genuine mathematical depth. The paper doesn’t claim to have automated deep theorem proving overnight. Instead, it’s building the scaffolding: a way to capture human proof strategies and see if machines can learn them. The question hanging in the air is whether a model that learns to mimic tactical choices can ever learn the strategic intuition behind why those tactics were chosen in the first place.

💡 Key Takeaways

  1. GamePad captures human proof steps inside the Coq proof assistant and frames them as machine learning tasks for the first time.
  2. The researchers targeted both position evaluation (predicting remaining proof length) and tactic prediction (predicting the next step).
  3. Training baseline models on the formalized Feit-Thompson theorem indicates the system is being tested on serious, large-scale mathematical proofs.
  4. The work focuses on mimicking low-level proof tactics, leaving open the harder question of learning high-level proof strategy and intuition.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles