←back to thread

125 points lexokoh | 5 comments | | HN request time: 0.002s | source
Show context
_def ◴[] No.45001594[source]
I'm not looking forward to the near future where it will become harder and harder to distinguish little projects like this from AI generated tools.
replies(3): >>45001694 #>>45001697 #>>45001732 #
userbinator ◴[] No.45001694[source]
The README already has a rather repugnant LLM-ish feel to it; lots of lists and verboseness, while saying very little.

Also, this is a perplexing choice (which also serves to illustrate the above point regarding verboseness):

    White background with red center: 1-9 processes (some development servers) 
    White background with orange center: 10+ processes (many development servers)
replies(2): >>45001706 #>>45002047 #
lexokoh ◴[] No.45001706[source]
A lot of ReadMe's are generated with AI. Doesn't really mean anything.
replies(2): >>45001729 #>>45005315 #
jelder ◴[] No.45005315[source]
Whenever I see a README or worse, PR description that was obviously generated by an LLM, my immediate response is "if you couldn't be bothered to write this, why should I bother reading this?"
replies(1): >>45005445 #
1. 1gn15 ◴[] No.45005445[source]
Because it provides useful information, and is easier to read compared to reading the code directly.
replies(2): >>45006248 #>>45006683 #
2. ◴[] No.45006248[source]
3. jelder ◴[] No.45006683[source]
Except, no it doesn’t.

In the case of a pull request, I am not about to trust some LLM that has no business context and can only pretend to guess at the “why” of a change.

To understand the “what” of a change, you have to actually read the code. This doesn’t belong in the pull request description most of the time.

replies(1): >>45008992 #
4. e-clinton ◴[] No.45008992[source]
You’re implying that if someone uses AI to write something, the person doesn’t then read it/iterate on it to ensure correctness. Serious “get off my lawn” vibes here.
replies(1): >>45009367 #
5. userbinator ◴[] No.45009367{3}[source]
the person doesn’t then read it/iterate on it to ensure correctness.

As someone who has had to deal with drive-by PRs on open-source projects, which were a problem before but have now gotten much worse in volume as they are mostly AI-generated, yes.