logoalt Hacker News

abcde666777yesterday at 11:06 PM1 replyview on HN

It's astonishing to me that real software developers have considered it a good idea to generate code... and not even look at the code.

I would have thought sanity checking the output to be the most elementary next step.


Replies

paulryanrogerstoday at 1:14 AM

I wonder if this phenomenon comes from how reliable lower layers have become. For example, I never check the binary or ASM produced by my code, nor even intermediate byte code.

So vibers may be assuming the AI is as reliable, or at least can be with enough specs and attempts.