Most active commenters
  • userbinator(3)

←back to thread

125 points lexokoh | 11 comments | | HN request time: 0.437s | source | bottom
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 #
1. 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 #
2. lexokoh ◴[] No.45001706[source]
A lot of ReadMe's are generated with AI. Doesn't really mean anything.
replies(2): >>45001729 #>>45005315 #
3. userbinator ◴[] No.45001729[source]
You're right. A lot of words that don't really mean anything; and that's exactly why you should not do it if you want actual humans to read it.
4. nojs ◴[] No.45002047[source]
> Quit: Exits the application
replies(1): >>45006284 #
5. 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 #
6. 1gn15 ◴[] No.45005445{3}[source]
Because it provides useful information, and is easier to read compared to reading the code directly.
replies(2): >>45006248 #>>45006683 #
7. ◴[] No.45006248{4}[source]
8. johnisgood ◴[] No.45006284[source]
I would have never figured that one out, had to ask an LLM! Thank god for LLMs.
9. jelder ◴[] No.45006683{4}[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 #
10. e-clinton ◴[] No.45008992{5}[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 #
11. userbinator ◴[] No.45009367{6}[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.