Skip to main content

One post tagged with "llm"

View All Tags

Β· 4 min read

We want to write a series of blog posts about our efforts to use LLMs to formally verify code faster with the Β Rocq/Coq theorem prover. Here, we present an experiment consisting of writing all that we are doing so that we can document our reasoning and help LLMs to pick up human techniques.

According to many publications about using generative AI to help formal verification, it is almost impossible to find a proof in "one shot". So, one certainly has to interact with the system, maybe by following the human way. Here we aim to document this "human way" of writing proofs.