Trellis
Autoformalization systemTrellis leverages LLM agents in a deterministically constrained workflow to produce machine-checked Lean proofs from research papers. Its design goal: make it routine to elaborate any part of a proof in further detail, so that what the system outputs is genuinely trustworthy.
Work is organized as a Proof Tablet — a directed acyclic graph of nodes pairing natural-language statements with their Lean counterparts. A deterministic kernel (written in Rust, with a TLA+ specification) supervises a worker, verifier lanes, a reviewer, and an isolated Lean checker.