Hacker News new | ask | show | jobs
by rixed 521 days ago
Or importing a new library that's not been audited. Or compile it with a compiler that's not been audited? Or run it on silicon that's not been audited?

We can draw the line in many places.

I would take generated code that a rookie obtained from an llm and copied without understanding all of it, but that he has thoughtfully tested, over something he authored himself and submitted for review without enough checks.

2 comments

> We can draw the line in many places.

That doesn't make those places equivalent.

That's a false dichotomy. People can write code themselves and thoroughly test it too.