logoalt Hacker News

insin04/24/20252 repliesview on HN

Every PR I have to review with an obviously LLM-generated title stuffed with adjectives, and a useless description containing an inaccurate summary of the code changes pushes me a little bit more into trying to make my side projects profitable in the hope that one takes off. It usually only gets worse from there.

Documentation needs to be by humans for humans, it's not a box that's there to be filled with slop.


Replies

sayamqazi04/24/2025

> The actual documentation needs to be by humans for humans.

This is true for producing the documentation but if there is an LLM that can take said documentation and answer questions about it is a great tool. I think I get the answer far quicker with LLM than sifting through documentation when looking for existence of a function in a library or a property on an object.

show 1 reply
nyarlathotep_04/24/2025

seeing a lot of `const thing = doThing(); // add this line` showing up lately too.