AI AgentAI Coding

A Passed Proof: Why Were 4 Pages Added 5 Days Later? When AI Forces the Truth of Done

On August 1, 2026, OpenAI released ten research-grade mathematical results, accompanied by formal proof code written in Lean 4. Running the build command on the fixed commit version, the terminal smoothly output success logs: all 8,666 build tasks passed, and the main theorems contained no sorry placeholders or incomplete markers. In the eyes of the computer, these formal derivations already possessed grammatical and logical strictness according to predefined rules.

On August 6, an unusual update appeared. While the Lean proof code itself remained completely unchanged, the 249-page natural language preprint paper was expanded to 253 pages. In the 4 newly added pages, the author team re-examined the prerequisites, fixed a flaw that could potentially invalidate the derivation under specific extreme cases, and added interface documentation connecting to existing external theorems.

A machine confirming that formal steps comply with syntax rules does not mean the paper has clearly explained its logic to humans, nor does it mean experts have verified that the code faithfully corresponds to the original problem to be solved. When AI can churn out formal code, a question that was often overlooked in the past is brought to the fore: in an R&D workflow assisted or even led by Agents, what does it actually mean for a complex task to be truly done?

When the Lean Check Passes on the First Try, but the Paper Adds 4 Pages 5 Days Later

Following the release of these ten results, experts in mathematics and quantum information offered starkly polarized feedback. After prior research author Andreas Thom published a technical interpretation of the proof regarding non-sofic groups, mathematician Francesco Fournier-Facio quickly utilized the new mechanisms within it to construct entirely new mathematical objects, successfully transforming a code certificate into an effective tool that peers could continue to cite and use.

However, regarding another result on quantum parallel repetition, quantum information expert Henry Yuen expressed a completely different attitude. While acknowledging the weight of the Lean certificate, he frankly stated that the Lean proof provided him with no substantive understanding, and that he had not yet digested the critical steps regarding matrix entropy in the paper.

These two subsequent developments demonstrate a clear timeline. After a result is generated by AI and passes machine rule checks, it still needs to undergo multiple stages: revision, explanation, grounding back in existing literature, and reuse by peers. Every step that follows answers a fundamentally different question. Treating machine check passage as the endpoint confuses running code with human understanding.

Terence Tao’s Proposal: The Mathematics Community Is Rewriting Priority and Credit Rules

Facing the impact of AI-generated research outputs, mathematician Terence Tao proposed rule recommendations regarding priority and credit allocation. Tao pointed out that if a research team wishes to claim academic credit for an AI-generated proof, they should make every effort to advance it to the publication and clear exposition stage. Merely relying on a system to produce a machine proof and then dumping the work of organization, explanation, and peer review onto the math community for voluntary cleanup is an irresponsible act of abandonment. Therefore, regarding specific recognition standards, Tao suggested that priority of discovery should not automatically be granted to whoever first publishes an AI preprint or code certificate, but rather to the team that first provides a complete package containing public exposition, a readable paper, and a formal certificate.

Although this proposal has not yet been formally codified into management policies by journals and research institutions, it exposes a profound tension. AI has dramatically lowered the cost of generating candidate answers, highlighting the high expense of subsequent alignment, understanding, and absorption. Against this backdrop, core value has shifted to high-confidence deliverables that can be independently reviewed, understood, and invoked by others.

Dispelling the Fog of “Done”: The 5-Stage Staircase of Completion from 10 Mathematical Results

A 5-Stage Acceptance Staircase of a Proof

Moving beyond a simple binary view of right and wrong and breaking task completion down into a clear staircase, one discovers that a complex result actually needs to pass five distinct acceptance checklists. Stage 1 is Candidate Generated, where the system produces an initial derivation route, manifested in the appearance of ten sets of natural language arguments. Stage 2 is Rules Checked, where the artifact passes deterministic verification logic, such as Lean 4 code compiling with all main theorems successfully built. Stage 3 is Intent Aligned, where formal propositions faithfully reflect the original problem humans intended to solve, without illicit concept substitution or condition simplification. Stage 4 is Peer Understood, where external reviewers clearly grasp the boundaries of logical validity and key mechanisms. Stage 5 is Community Absorbed, where the result enters mainstream literature, and its methods or components are continuously reused by downstream work.

As of August 10, 2026, the ten results published by OpenAI have exhibited a sharp divergence in maturity. The proof regarding non-sofic groups has already entered Stage 5, with its mechanisms rapidly adopted by subsequent scholars to construct new objects. The result on quantum parallel repetition remains stuck between Stage 2 and Stage 3, as key derivation steps have yet to be fully digested by field experts. The remaining five results have not even received definition-by-definition reviews from named domain experts. This divergence in maturity indicates that passing rule checks is merely at Stage 2 and cannot automatically replace the verification and absorption of subsequent stages.

System Insights for AI Builders: Saying Goodbye to Single-Point success=true Engineering Contracts

The layered phenomenon originating from mathematical formal proofs provides a direct reference for software engineering and Agent workflow design. In Agent-based software development, passing unit tests, zero linter errors, or normal compiler execution directly correspond to Stage 2: Rules Checked. Treating success=true returned by an Agent directly as task completion is equivalent to mistaking test passage for complete alignment with business requirements, or mistaking it for code maintainability.

When building an Agent System, this layering can be distilled into three engineering design principles. First, define the target stage before execution, clarifying the invocation endpoint before the task launches: for strictly audited formal tasks, stopping at Stage 2 fits efficiency requirements; however, for core business features, the system must be required to push forward to Stage 3 and Stage 4. Second, maintain independent evidence chains for each stage, avoiding the use of a single boolean value that mixes test logs, requirements mapping, and manual confirmation, while disallowing the generator Agent from unilaterally declaring cross-stage promotion. Third, enforce change-driven state rollbacks: once input conditions or artifact code undergo substantive modifications, validations of previous stages automatically become invalid, and the system must re-trigger checks for the corresponding stages.

AI Has Not Diminished the Value of Completion; It Merely Exposed Pretended Completion

The widespread adoption of AI has not reduced the actual value of completing tasks; instead, it has cleared away the past ambiguity of confusing generation, verification, and understanding. The faster tools can churn out formal derivations or code snippets, the higher the demand for clarity in definitions and acceptance criteria.

For AI Builders, the focus of R&D and competition is shifting from how to get Agents to output more code to how to establish a clear, decoupled acceptance mechanism in the system. Only by clarifying what independent evidence supports each stage can the true reliability of delivered artifacts be maintained amidst an explosion of generation throughput.