Forums

Davy Duperron

19d ago

formal - Formal verification for AI-generated code using Lean 4

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.
Davy Duperron

6yr ago

JQL - A JSON Query Language CLI tool

A JSON Query Language CLI tool built with Rust
Davy Duperron

4yr ago

hypergraph - Data structure library to generate directed hypergraphs

Hypergraph is a data structure library written in Rust to generate directed hypergraphs.