Programmers will document for Claude, but not for each other
81–90 of 166 posts
Re: Programmers will document for Claude, but not for each other
#82Earlier quoted context omitted.
Yup. Claude will rtfm. Most humans won't.
If you tell it to. Otherwise you might get the classic "You're absolutely right – I made that up. Let me look at the documentation"
Re: Programmers will document for Claude, but not for each other
#83I've written so much documentation over the years, and humans always come and ask me questions that the documentation answers, but never ever read it.
Re: Programmers will document for Claude, but not for each other
#84In a different project, I instead have it maintain a project overview and a couple other docs, and we delete plan.md once the work is done and the docs updated. I like that better.
Re: Programmers will document for Claude, but not for each other
#85Programmers aren't documenting for Claude. Claude is documenting for Claude. Programmers are, at best, reading the documentation Claude wrote for itself to ensure there are no glaring mistakes.
I came to this realization after seeing developers churn out 30 minute long reads of slop documentation. It's for the agent, and the human interface to it is through the agent. Over the last week the plans that Claude has been writing for issues have been largely a single massive unreadable paragraph of awkward sentences, but it's working, the implementations from it have been solid.
Re: Programmers will document for Claude, but not for each other
#86Earlier quoted context omitted.
Right, this seems like an obvious conclusion - what is the outcome of the person writing the docs in either case: 1. Immediate better output from the machine OR... 2. Being sidelined for career promotions because you spent so much time making sure documentation was accessible while everyone knows they can ask you instead of reading it, and you will answer.
re: #2: I'm in this description, and I am anguished by how much I do not like it. (reference: https://knowyourmeme.com/memes/im-in-this-photo-and-i-dont-l... )
Re: Programmers will document for Claude, but not for each other
#87Re: Programmers will document for Claude, but not for each other
#88Some people like to brag about how productive they have become with AI, but I see them spending a few hours a week adjusting which model to use, trying the new shiny harness or writing Claude skills. Are you really more productive if instead of coding you are spending your time tweaking the AI to do what you want?
Re: Programmers will document for Claude, but not for each other
#89Re: Programmers will document for Claude, but not for each other
#90I've written so much documentation over the years, and humans always come and ask me questions that the documentation answers, but never ever read it.
My boss was looking at them, but even the simple ones he was pointing claude at it and asked it to make a document explaining it. Then he'd send me the document and ask me to check if it was accurate. I added a line to the last page "this is an ai summary and may contain mistakes. Use the project readme for validated information" and told him it was grand.