All activity
Formal verification for AI-generated code. Automatically extracts correctness properties from pure functions, translates them into Lean 4 theorems, and machine-checks them with Mathlib — so you get mathematical proof, not just tests, for the logic your AI coding agent produces.
Works with any LLM — Claude, GPT-4, Gemini, Llama, Mistral, or any OpenAI-compatible endpoint.
formalFormal verification for AI-generated code using Lean 4
Davy Duperronleft a comment
Hey folks 👋, LLMs can generate code — but can we trust it? I built formal to bridge that gap: it extracts generated code and turns it into Lean 4 theorems, so you can actually prove correctness. Curious to hear what you think 🚀!
formalFormal verification for AI-generated code using Lean 4
Hypergraph is a data structure library written in Rust to generate directed hypergraphs.

hypergraphData structure library to generate directed hypergraphs

