Hacker News
OpenWiki: CLI that writes and maintains agent documentation for your codebase
rrvsh
|next
[-]
bad_username
|root
|parent
[-]
Same here. Wikis start out good, but either devolve in a journal-y mess after a while and many updates, or require constant expensive rewrites. (I didn't use the software of the OP.)
reacharavindh
|root
|parent
[-]
I’ve experienced this over and over again to strongly believe it.
I genuinely wonder if throwing LLMs at this problem would solve it at least to some extent. Make a LLM agent whose sole purpose is to act as a librarian. It periodically reviews _all_ of the wiki and validates them against codebases, newer docs, anything. Whatever it finds, it should be allowed to intelligently quiz the team/dev whether something is right/stale/wrong and updated it accordingly.
If one tolerates that toil - answering questions of a library bot, would it result in a usable wiki base?
rrvsh
|root
|parent
[-]
TeeWEE
|next
|previous
[-]
This could have been a SKILL
dcreater
|next
|previous
[-]
capplexham
|root
|parent
|next
[-]
[0]: https://github.com/langchain-ai/openwiki/blob/main/src/agent...
b212
|root
|parent
|next
|previous
[-]
While good old prompting is often better than plan mode or superpower skills.
SpicyLemonZest
|root
|parent
[-]
mthoms
|next
|previous
[-]
Without such a qualifier, “wiki” carries a strong connotation of (usually collaborative) human involvement. That’s literally what it’s famous for.
Thats just my $0.02 on the naming. I definitely think it’s a worthwhile idea. All the best.