Hacker News new | ask | show | jobs
by specvsimpl 77 days ago
You are aware of software verification? The AI can prove (mathematically) that its code implements the spec.
1 comments

That just takes you back to the debate about the code being the spec.
The code lets you shoot yourself in the foot in a lot more ways than a spec does, though. Few people would make specs that include buffer overflows or SQL injection.
"and don't have any security vulnerabilities" isn't a spec though. As soon as you get specific you're right back in it.