alt.hn

5/3/2026 at 3:28:48 PM

Wiki Builder: Skill to Build LLM Knowledge Bases

https://academy.dair.ai/blog/wiki-builder-claude-code-plugin

by omarsar

5/6/2026 at 4:45:01 PM

I’ve done this for my health records but my Claude web app (which I want to be able to access them) can’t read GitHub as effectively as it can a huge markdown file that just collects all materials into a single 15,000 line text file I reupload every week or so.

So even though I’ve done the whole wiki / knowledge base thing. The most efficient way of handing it over as a universal file to GPT and Claude for analysis.

by kranke155

5/7/2026 at 2:30:52 AM

Claude web app cannot automatically read from my github private repo. I need to attach it every time manually.

Claude Code works though. But now I can’t share this with non-technical users

by praveenweb

5/8/2026 at 5:06:13 PM

Yeah I ended up just adding to claude.md for it to make a single file summary of the entire vault at any new update. It works fine.

But it would be nice to directly hook it up to a GitHub repo that I can commit and push to. I’m guessing MS won’t let them build that to safe guard their own models and OAI investiment.

At this point Claude so is far ahead in “empathetic understanding” and relational understanding, it’s painful to use GPT for anything but extremely factual content. IMO both Gemini and GPT are now overwhelmingly a failure as general purpose chatbots, while Claude is increasingly resembles what I imagined an AGI system to be.

by kranke155

5/6/2026 at 3:13:54 AM

Is this a name collision or is the related to the DAIR institute

https://en.wikipedia.org/wiki/Distributed_Artificial_Intelli...

by jszymborski

5/6/2026 at 6:22:11 AM

Looking at the name that keeps showing up on the linked site, I suspect a collision is most likely (to be charitable).

by cricalix

5/6/2026 at 2:09:47 PM

Maybe it is me, but I am much more interested in a way to maintaining a wiki.

Ideally something that doesn't require rescanning all the sources and something that can verify that the wiki is correct.

by iot_devs

5/7/2026 at 3:47:23 PM

I am building a bit of that infrastructure for All About Berlin. There is a linter that regularly updates constants from information found on other websites. I want to keep expanding it to cover more facts, and include more elaborate source checking.

by nicbou

5/6/2026 at 2:03:56 AM

If the contributor instructions for your wiki requires:

1. forking the repo

2. committing the changes

3. submitting a pull request

... then you don't have a wiki.

by pwdisswordfishs

5/6/2026 at 3:23:54 PM

I agree and I'm guilty of creating what is effectively a heavily hyperlinked knowledgebase and calling it a wiki. Unfortunately, only a tiny majority will ever create or edit a page despite the incredibly low barrier of a web browser without minimal authentication.

From Ward Cunningham himself:

"A wiki invites all users—not just experts—to edit any page or to create new pages within the wiki website, using only a standard 'plain-vanilla' Web browser without any extra add-ons."

"A wiki is not a carefully crafted site created by experts and professional writers and designed for casual visitors. Instead, it seeks to involve the typical visitor/user in an ongoing process of creation and collaboration that constantly changes the website landscape."

---

Wikipedia is effectively a crafted site that is maintained by experts (or at the very least very knowledgeable amateurs who 'own' certain domains) designed for casual visitors. The idea of a Wiki is great but in practice I'm less confident it exists as envisioned.

by zenoprax

5/6/2026 at 9:23:33 AM

I've been thinking about something in this space, actually... it feels like this is much more a UX/social problem -- in that a wiki can very much be modeled as a repo with a very permissive auto-merge bot (e.g. if PR only touches unprotected pages and user is registered, allow merge)

by tekne

5/6/2026 at 11:45:29 AM

> it feels like this is much more a UX/social problem

It's not merely "like" that. That's what it is.

"Wiki" comes from the Hawaiian work for "quick". You spot an error, you click the button to change it, and the change is made. That's wiki.

"Open a pull request and get it approved" is not wiki. It's what the default collaboration model was before wikis and exactly why the wiki was invented (to replace it).

by pwdisswordfishs

5/6/2026 at 5:33:11 PM

If the PR automatically gets approved (given checks) then pushing the merge button is just going from draft to published.

Being able to work on a draft without publishing, and incorporate changes (i.e. rebasing) should make your life easier not harder.

by tekne

5/6/2026 at 12:03:24 PM

I find this really annoying too. A wiki is not a knowledge base. For some reason people into LLM's seem to have decided to call things wikis, I am guessing because they want the credibility wikis have.

by graemep

5/6/2026 at 7:05:30 AM

> A Claude Code Plugin

by a96

5/7/2026 at 7:22:49 PM

hmm interesting startup idea emerging here.

by yashpxl

5/6/2026 at 11:38:18 AM

This is a really interesting direction. Thanks for sharing!

by Miles_Stone

5/6/2026 at 6:35:34 AM

a pull request required to update a wiki? bruh.

by rambojohnson