Y
Hacker News
new
|
ask
|
show
|
jobs
by
Nevermark
312 days ago
But will humans understand the proofs?
Oh…
2 comments
xlbuttplug2
312 days ago
The proofs are not meant for human consumption. It's for the AI to know to try again rather than spit out hallucinations. Of course there's a leap of faith somewhere here.
link
yencabulator
312 days ago
The proof either passes the SAT solver in a reasonable amount of time, or it doesn't.
link
kamaal
312 days ago
Somebody will have to write proof verifier, and that in many ways will be harder than writing some CRUD app that they want proof verifier to validate.
We might even end up increasing the demand and pay for devs if this happens to pass.
link
yencabulator
312 days ago
We have many of those that are perfectly fine. Writing proofs is still quite hard, especially proofs that actually say something about your program.
link
kamaal
312 days ago
Proving something is correct is a far harder exercise, than writing a broken but acceptable version of that thing.
link