BlueprintRepair Enables Schema-Checked Local Edits for Lean Proofs
July 31, 2026
BlueprintRepair allows LLMs to repair failed Lean formal proofs by applying ten schema-checked local operations to a dependency graph. Benchmarking with DeepSeek-V4-Flash shows typed edits are significantly more cost-effective than source patching or module rewrites, costing 1.30x and 2.06x more respectively.
HOW THIS AFFECTS YOU
●
builderYou can reduce inference costs in automated reasoning pipelines by implementing typed rather than raw text repair interfaces.
●
researcherYou can explore more efficient ways to optimize formal verification loops using structured graph edits.