Analysis updated 2026-07-25
Set an AI assistant to work on an unsolved math problem using a structured research loop.
Run an adversarial audit where one AI agent checks another agent's proof for flaws.
Organize a math proof attempt into a workspace with clear deliverables and role assignments.
| meleantonio/open-math-prover | 123satyajeet123/bitnet-server | adeilsonrbrito/cross-model-consult | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Shell | Shell | Shell |
| Setup difficulty | easy | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | researcher | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Install via a shell script that copies plugin files into your coding assistant's directories, or manually copy the folders.
open-math-prover is a plugin that helps AI coding assistants attempt unsolved problems in mathematics. It works with several popular tools, including Claude Code, Cursor, Codex, Grok, GitHub Copilot, and Gemini CLI. The project packages techniques from two sources: Shouqiao Wang's Erdős workflow and OpenAI's Cycle Double Cover multi-agent prompt. The README is clear that this tool does not magically solve every open problem. Instead, it implements a structured research loop. The plugin provides several components. There are skills for running a full attack loop, selecting which problem to work on, crafting proof prompts, and running adversarial audits where one agent tries to find flaws in another's work. It also includes agent role definitions for an orchestrator, an approach explorer, an adversarial auditor, and a computational checker. Template files help organize each attempt into a workspace with clear deliverables. The method rests on three main ideas. First, it filters for problems mathematicians already care about, while excluding those that are clearly out of reach. Second, it builds careful prompts that restate the problem precisely and define what a complete proof would look like. Third, it supports long runs where multiple agents attempt different approaches, fail, diagnose what went wrong, and try again. Every draft goes through adversarial review before being accepted. Installation happens through a shell script that copies files into the correct directories for whichever coding assistant you use. You can also install it manually by copying the skills and agents folders. Once installed, you can run the full loop with a single command and a pasted problem statement, or run each step individually. The README includes a strong disclaimer: AI-generated proofs can be wrong. It recommends adversarial audit, human expert review, and formal verification before treating any result as established mathematics.
A plugin that helps AI coding assistants like Claude Code and Cursor attempt unsolved math problems by running a structured, multi-agent research loop with adversarial review.
Mainly Shell. The stack also includes Shell, Claude Code, Cursor.
The license for this project is not specified in the provided documentation.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.