Introducing lemmafit: A Verifier in the AI Loop
March 07, 2026lemmafit is an open-source npm package that adds formal verification to AI coding workflows. Install it, prompt Claude Code, and get mathematically proven logic compiled to TypeScript.
lemmafit is an open-source npm package that adds formal verification to AI coding workflows. Install it, prompt Claude Code, and get mathematically proven logic compiled to TypeScript.
A verified proof guarantees the code is correct, but does it guarantee what you actually meant to guarantee? claimcheck uses round-trip informalization to narrow the gap between formal proof and original intent.
Formal verification catches completeness bugs that property-based testing struggles to reach.
Pushing formal verification into collaborative state — concurrent users, stale views, conflicts, and integration with Supabase
A React developer builds a real app using formal verification. This is a chronological build log: the spec design, the integration hell, and what it subjectively felt like.
Verified kernels, written in Dafny and compiled to JavaScript, for correct-by-construction state in interactive web applications
How AI approaches code architecture and how immutable constraints will transform AI programming.