logoalt Hacker News

darqisyesterday at 2:21 PM1 replyview on HN

because it matters. Why would you intentionally choose to ignore that fact if it was provided?

I have been using LLMs since August last year, and I know the output they can produce. And I know that the initial output requires refinement in most cases. And that's coming from someone experienced in Software development. LLMs in the hands of people who are not experienced lead to skip a proper review process.

Additionally, it's unreasonable to assume one can take a large codebase and will spend hours on examining the code before. It's not only unreasonable but downright ridiculous.

LLMs are a part of reality right now and they're not going away. Code should be labeled as such. Not doing that is inconsiderate.


Replies

kube-systemyesterday at 2:57 PM

Should we label code written by humans who don’t know what they’re doing?

> it's unreasonable to assume one can take a large codebase and will spend hours on examining the code before.

This seems to be an issue with your security posture that exists regardless of how the software was written. Do you think malicious or broken software was invented with the advent of LLMs?

People and organizations serious about security absolutely do evaluate unknown software before use. You don’t have to read the code, there are many other ways to evaluate software depending on your risk profile.