6/5/2026 at 4:18:35 PM
Yeah, because Claude is willing to read other documentation in order to understand mine. When I'm asked to write docs for humans I have to work four times as hard because 3/4 of that work is getting the audience up to speed just so I can start documenting the actual thing. And then they don't read it and ask me to explain it to a meeting anyhow.by __MatrixMan__
6/5/2026 at 4:40:39 PM
Strongly agree with this. Long before 2022 (ChatGPT), I remember saying to someone at work, "We need to build a reading culture for a writing culture to thrive."I used to envy and take inspiration from other workplaces where good [but not necessarily good-only] writing was respected; where a pre-read is really read before the meetings, thoughtful comments were made on it, etc.
AI workflows have obviously simplified documentation generation along with the code, but we had to work on our product/engineering practices to generate meaningful documentation, and not just vestigial/temporary documents in the process. On this particular point, we've made positive progress lately.
by pravj
6/5/2026 at 5:18:58 PM
> And then they don't read it and ask me to explain it to a meeting anyhow.All of this!!!!
I still write docs so that I have them for myself when I invariably forgot what I wrote six months later, but, yeah, writing a detailed onboarding doc only to end up paraphrasing it to someone over Zoom is peak frustration. (Unless I'm doing so because my docs aren't clear. That is good feedback.)
by nunez
6/5/2026 at 10:35:15 PM
Most of the internal docs I write are basically pointing people to canonical docs that already exist, and sometimes also summarizing docs that already exist.It seems to help, perhaps somewhat surprisingly.
by isityettime
6/5/2026 at 4:34:00 PM
I bet a huge amount of that is on your head, or if it is factual, a function of a toxic work culture where people are primarily incentivized to "outperform one another" rather than arrive at collaborative solutions.The wealthy/owner class once again consume all of us -- here through AI -- because we cannot agree to work together.
by grumpymuppet
6/5/2026 at 4:53:44 PM
Many companies, including in their software development functions, are oral cultures rather than literate cultures.by closeparen
6/5/2026 at 7:31:08 PM
This was also my first thought when reading the title: because Claude is a tool you use and co-workers are either competitors or people preferably dependent.. an anti-pattern and not good culture but sadly the norm.That's not to say that the help-vampires the parent mentions don't exist. I think we culturally are afraid of pushing back against them: telling them to RTFM and then come back.
by Kirth
6/5/2026 at 4:42:13 PM
No. It is a well established fact that the majority of users will not read documentation of any kind. This is not a new observation, it's been a meme in developer circles from the first day computers showed up in the workplace.You can step off your high horse now.
by vitally3643
6/5/2026 at 4:47:42 PM
It's not just docs too, it seems to be some general phenomenon that users don't read most anything on screen.This is from almost 20 years ago [0] and the original stretches back almost 30 years now [1].
[0] https://www.nngroup.com/articles/how-little-do-users-read/
[1] https://www.nngroup.com/articles/how-users-read-on-the-web/
by satvikpendem
6/5/2026 at 5:21:39 PM
In my defense. (1) I can't find the docs (2) I can't find the relevant docs (3) after having read several irrelevant docs they still don't answer my question but the question I need answering isn't actually in the docs.by socalgal2
6/5/2026 at 5:38:20 PM
I would add on that if AI doesn't seem to understand your docs then humans are going to have an even harder time.I've seen where when AI is asked a question on how to use some particular feature of a piece of software it couldn't get a working answer. I read the documents myself and was just as confused. Then looked up customer tickets around said feature, and they were confused too.
I've taken that as a pretty good metric that if AI can't parse your documentation, your documentation is bad or wrong and needs to be rewritten.
by pixl97
6/5/2026 at 5:41:26 PM
"Collaboration" is bullshit. https://news.ycombinator.com/item?id=47484519by jason_oster
6/5/2026 at 6:24:54 PM
Claude reads it alright, and then ignores it.Dev: Why did you run Y command? Doesn’t it clearly say in README.md to use X command instead?
Claude: You are right to be frustrated. I ignored it because “some generic excuse”. It won’t happen again
Narrator: It will happen again
by noncoml
6/5/2026 at 6:47:03 PM
Asking it why it did something will not get you usable data. It will read what it did in the context and hallucinate a reason.by chocrates
6/5/2026 at 6:55:49 PM
You are right on that, but my point was how it just ignores what it read, even if it is in its contextby noncoml
6/6/2026 at 1:57:40 PM
It read the context and randomly picked a way around what it asked. That's just how it works. Other times, it will follow it.by coldtea