logoalt Hacker News

tempest_today at 1:57 PM3 repliesview on HN

It is very weird. 6 months ago I generated some documentation for a service that was largely undocumented. When it was done my only thought was "who is this for?" Is any one going to actually read this or are they just going to ask the LLM? If someone didnt write it, why would I read it? It just becomes something to pipe into the context for the next person. It seems though a lot of people don't have this experience, its like they think they are the only ones with access to this technology.

Additionally I am so, so ,so sick of reading claudes overly wordy technical writing ish bullshit. Its exhausting trying to find the fuck ups or hidden assumptions in the pages of text it produces for everything.

Every time I try and search for ways to make it stop I just find people trying to save tokens which I don't give a shit about. I just want it to communicate things to me without having to constantly read 4 paragraphs, dump the context or fork it or start a new session so it "remembers" or re-weights that is was told to be concise and terse in like 7 different places. Maybe I am using it wrong.


Replies

bayindirhtoday at 2:41 PM

In the rare occasion I use LLMs, I always add at least one of the following:

    - Do not include opinions, just official documentation.
    - Add all references you have used as a bibliography section at the end.
Then I skim the result, and jump to the references it has given. I don't have time for other way.
show 1 reply
ryandraketoday at 3:52 PM

To be fair, LLMs didn't really change this that much: Throughout my career, I've been generating docs that nobody is going to read, only because some process somewhere says "In order to get engineering approval to commence work, an Engineering Risks Document (ERD) must be produced." Everyone knows that nobody reads these, but someone with a rubber stamp checks to see that the doc exists and it looks sufficiently long, and then he stamps the stamp. LLMs just make producing this shit faster.

projektfutoday at 2:15 PM

For my medical notes assistant I had to set a global "write in a telegraphic, minimal style" because it was fluffing up every aspect of the notes. Nobody wants to read that BS and it's impossible to find information in a series of walls of text.

show 2 replies