# Proofs, Not Just Answers

- Date: 02 Aug 2026 (2026-08-02T16:35:32.000Z)
- Summary: OpenAI’s publication of inspectable artifacts for ten claimed mathematical advances raises the standard for AI research claims: systems must leave work experts can audit. Airbnb’s trace-focused evaluation practice shows the same requirement emerging in production AI.
- Tags: `digest`, `ai-discourse`, `ai-research`, `evaluation`, `agents`, `formal-verification`, `ai-policy`

## Sources

1. [OpenAI - Ten advances in mathematics and theoretical computer science](https://openai.com/index/ten-advances-in-mathematics/) (website)
2. [Airbnb Engineering - Eval-driven development: Lessons from evaluating GenAI at scale](https://medium.com/airbnb-engineering/eval-driven-development-lessons-from-evaluating-genai-at-scale-e817e5ae5788) (website)
3. [Simon Willison - Open letters about AI development](https://simonwillison.net/2026/Aug/2/open-letters/) (website)

## Executive Summary

The important AI story today is not a new benchmark score but a more demanding kind of claim: OpenAI says an internal next-generation model produced solutions to ten long-open problems in mathematics and theoretical computer science, and has published papers, reasoning walkthroughs, and Lean 4 formalizations for specialists to inspect. If those artifacts withstand review, the practical implication is that frontier-model progress is beginning to be judged less by impressive responses and more by whether a system can leave behind work that experts can audit, reproduce, and extend.

That shift also clarifies the engineering agenda. Airbnb’s account of evaluating generative-AI systems at scale argues that reliable systems require review of traces, tool calls, and failure patterns—not just a pleasing final answer. Research and production are converging on the same uncomfortable lesson: capability only becomes useful when there is a credible way to inspect the path that produced it.

## What Happened

In its publication, [OpenAI says](https://openai.com/index/ten-advances-in-mathematics/) that an internal version of its forthcoming “Astra” model found ten results across mathematics and theoretical computer science whose main problems had seen no progress for at least a decade. The package includes claimed results in areas including group theory, coding theory, circuit complexity, lattice cryptography, and Ramsey theory, alongside model-generated reasoning materials and Lean certificates in a public repository.

The strongest part of the announcement is therefore not the lab’s estimate of roughly $2,000 of inference per problem, nor the broad assertion of research autonomy. It is the decision to put inspectable artifacts in front of the relevant communities. The underlying claims remain OpenAI’s until mathematicians assess them, and formalization does not by itself settle every question about assumptions, framing, or originality. But it makes the conversation substantially more concrete than a headline-only research demo.

OpenAI also foregrounds an authorship problem that will become harder to avoid: it says human-only attribution would misrepresent proofs generated entirely by the system, even though humans helped prepare the manuscripts. That is not merely a credit-line dispute. Academic incentives, peer review, and claims of priority assume a human account of how an insight arrived; AI-assisted work strains that assumption precisely when it is strong enough to matter.

## Why It Matters

Today’s signal reinforces an emerging canon for capable agents: outputs are insufficient; evidence trails are the product. In mathematics, a proof must survive adversarial scrutiny. In software and operations, the comparable object is a trace showing what the system observed, called, changed, and decided.

That makes [Airbnb Engineering’s evaluation write-up](https://medium.com/airbnb-engineering/eval-driven-development-lessons-from-evaluating-genai-at-scale-e817e5ae5788) a useful parallel rather than a separate story. Its teams reportedly inspect roughly 100 early outputs and traces, turn observed failures into explicit checks, calibrate several narrow LLM judges against expert labels, and layer programmatic tests, model judging, and human review. For agentic work, it argues, final-answer scoring misses too much: tool use, sub-agent behavior, and the trajectory itself need evaluation.

Neither organization supplies a universal recipe. OpenAI’s success and cost figures should not be treated as a general measure of AI research productivity, while Airbnb describes one company’s practice rather than comparative proof. Still, both point toward the same standard: a powerful model is not a trustworthy research or product system merely because it reaches an answer. It needs artifacts that let a domain expert find the wrong turn—or validate the right one.

## The Bigger Story

The policy discourse is catching up to that capability framing. A [map of competing open letters](https://simonwillison.net/2026/Aug/2/open-letters/) shows debate moving beyond the old open-versus-closed caricature. Microsoft-backed signatories emphasize open weights and legitimate distillation; Anthropic argues for targeted controls on industrial-scale distillation and risks from authoritarian capability; frontier-lab employees call for deliberate pacing of automated AI development.

The common pressure underneath those disagreements is accelerating AI-assisted R&D. As systems move from answering questions to contributing inspectable research objects, arguments about diffusion, attribution, safeguards, and who can reproduce the work become linked. The day’s evidence does not resolve those disagreements, but it makes them less hypothetical.

## Workflow Implications

For builders, the actionable move is narrow: promote traces and review artifacts to first-class outputs. Define what a reviewer must see before an agent action counts as complete—inputs, tool calls, intermediate decisions, checks performed, and a replayable or inspectable result. Use a small, calibrated set of failure-specific evaluators instead of one broad “quality” score, and sample real production trajectories for human review.

For research-oriented teams, retain the equivalent of a proof bundle: prompts and versions, generated derivations, verification steps, human interventions, and citations to the underlying artifacts. That discipline will not make an unreliable system reliable, but it will make its claims testable—and prevent fluent presentation from being mistaken for evidence.

## Further Reading

- [OpenAI: Ten advances in mathematics and theoretical computer science](https://openai.com/index/ten-advances-in-mathematics/)
- [Airbnb Engineering: Eval-driven development](https://medium.com/airbnb-engineering/eval-driven-development-lessons-from-evaluating-genai-at-scale-e817e5ae5788)
- [Simon Willison: Open letters about AI development](https://simonwillison.net/2026/Aug/2/open-letters/)
