Damus
David Chisnall (*Now with 50% more sarcasm!*) · 18w
I accidentally read LinkedIn again and lots of people are talking about the flow of writing code with an LLM and then using a feedback loop with formal verification to reject incorrect implementations...
Peter Bindels profile picture
@nprofile1q... > And why is writing a formal specification believed to be easier than writing code?

Code is just whatever format it takes to specify for a computer what it should do, in an unambiguous way. We simplify the code by making nonsensical things inexpressible. If a formal specification was easier enough to write, then that would *be* the code. Plus some synthesis tool to convert it to an executable.