AI documentation you can talk to, for every repo
31–40 of 132 posts
Re: AI documentation you can talk to, for every repo
#32And if a human spent painstaking effort writing excellent docs, the least bit of respect i can give them is read it.
Re: AI documentation you can talk to, for every repo
#33Earlier quoted context omitted.
I fear the consequences will be even darker: - Users are confused by autogenerated docs and don’t even want to try using a project because of it - Real curated project documentation is no longer corrected by users feedback (because they never reach it) - LLMs are trained on wrong autogenerated documentation: a downward spiral for hallucinations! (Maybe this one could then force users go look for the official docs? Bu…
> LLMs are trained on wrong autogenerated documentation: a downward spiral for hallucinations! (Maybe this one could then force users go look for the official docs? But not sure at this point…) On this, I think, we should have some kind of AI-generated meta-tag, like this: https://github.com/whatwg/html/issues/9479
Re: AI documentation you can talk to, for every repo
#34I took a look at a project I maintain[0], and wow. It's so wrong in every section I saw. The generated diagrams make no sense. The text sections take implementation details that don't matter and present them to the user like they need to know them. It's also outdated. I hope actual users never see this. I dread thinking about having to go around to various LLM generated sites to correct documentation I never approved…
Not talking about this tool, but in general-incorrect LLM-generated documentation can have some value - developer knows they should write some docs, but are starring at a blank screen and not sure what to write so they don’t. Then developer runs an LLM, gets a screenful of LLM-generated docs, notices it is full of mistakes, starts correcting them-suddenly, a screenful of half-decent docs.
For this to actually work, you need to keep the quantity of generated docs a trickle rather than a flood-too many and the developer’s eyes glaze over and they miss stuff or just can’t be bothered. But a small trickle of errors to correct could actually be a decent motivator to build up better documentation over time.
Re: AI documentation you can talk to, for every repo
#35Earlier quoted context omitted.
I dunno, it seems to be real excited about a VS Code extension that doesn't exist and isn't mentioned in the actual documentation. There's just too many factual errors to list.
>I dunno, it seems to be real excited about a VS Code extension that doesn't exist and isn't mentioned in the actual documentation. There's just too many factual errors to list. There is a folder for a VS Code extension here[0]. It seems to have a README with installation instructions. There is also an extension.ts file, which seems to me to be at least the initial prototype for the extension. Did you forget that you…
Re: AI documentation you can talk to, for every repo
#36Do we need this, when we have tools like Claude Code, Codex etc that you can talk to about the codebase they are started in?
Re: AI documentation you can talk to, for every repo
#37Re: AI documentation you can talk to, for every repo
#38Re: AI documentation you can talk to, for every repo
#39Earlier quoted context omitted.
>I dunno, it seems to be real excited about a VS Code extension that doesn't exist and isn't mentioned in the actual documentation. There's just too many factual errors to list. There is a folder for a VS Code extension here[0]. It seems to have a README with installation instructions. There is also an extension.ts file, which seems to me to be at least the initial prototype for the extension. Did you forget that you…
What a plot twist