Skip to content

Instantly share code, notes, and snippets.

@gnusupport
Created April 18, 2026 20:18
Show Gist options
  • Select an option

  • Save gnusupport/3eea61c329b26400607e8b4ed6bc2208 to your computer and use it in GitHub Desktop.

Select an option

Save gnusupport/3eea61c329b26400607e8b4ed6bc2208 to your computer and use it in GitHub Desktop.
πŸ‘ The LLM-Wiki Disaster: 15+ People Explaining Why It's Garbage (And What Actually Works) πŸ‘

πŸ‘ The LLM-Wiki Disaster: Why Everyone Is Finally Saying It's Garbage πŸ‘

A Not-So-Brief Collection of People Telling You What We've Been Saying All Along


The TL;DR (Because Even Your LLM Has a Context Window)

LLM-Wiki is a trap. It promises "near zero maintenance" but delivers markdown files with no foreign keys, no permissions, no schema, and a "small enough" disclaimer that admits it doesn't scale. The sheep follow. The rest of us laugh. πŸ‘πŸ’€


The Evidence Keeps Piling Up

πŸ“ Medium: "Andrej Karpathy's LLM Wiki is a Bad Idea"

Read the full takedown β†’

"With RAG, every answer starts fresh. Even if it makes a mistake once, the next query has a chance to correct it. LLM-Wiki changes that completely. A small misunderstanding can quietly spread across the system."

Key problems identified:

  • Errors become permanent (one hallucination = embedded forever)
  • Loss of traceability (where did this come from? good luck)
  • Hidden cost shift (work moves to ingestion, not away)
  • Scale problems (duplicate pages, messy links, overlapping concepts)

"A clean structure can feel impressive, but it does not guarantee correctness. And in the end, correctness matters more than structure."


πŸŽ₯ YouTube: "Andrej Karpathy's LLM-Wiki is Bad"

Watch the roast β†’

2,372 views of someone explaining why your weekend project won't survive Monday.


πŸŽ₯ YouTube: "Why Karpathy's LLM Wiki Fails (And What I Use Instead)"

Watch the alternative β†’

5,003 people have already learned the hard way. You can too.


πŸŽ₯ YouTube: "Karpathy's LLM Wiki Doesn't Work for Teams. Here's What Does."

Watch the team reality check β†’

Spoiler: Markdown has no permissions. Your whole team sees everything. Including your journal.


πŸŽ₯ YouTube: "The Karpathy Knowledge Trap Most Developers Fall Into"

Watch the trap explained β†’

"Most developers follow authority without thinking. Here's why that's a mistake."


πŸŽ₯ YouTube Short: "Karpathy Spent 4 Hours on an Argument. Then an LLM Proved Him Wrong."

Watch the irony β†’

Even the LLM knows.


πŸ“ Medium: "The Hidden Flaw in Karpathy's LLM Wiki"

Read the flaw β†’

Spoiler: It's the same flaw we've been screaming about. No referential integrity.


🏒 Epsilla Blog: "Did Karpathy's 'LLM Wiki' Just Kill RAG? The Enterprise Verdict"

Read the enterprise take β†’

"For enterprises, markdown wikis are not a solution. They're a liability."


πŸ“ DEV Community: "What Karpathy's LLM Wiki Is Missing (And How to Fix It)"

Read the fix β†’

The missing parts? Foreign keys. Schemas. Permissions. You know, things databases have had since the 1970s.


πŸ“ DokuWiki Developer: "Thoughts on 'LLM Wikis'"

Read the expert opinion β†’

Andreas Gohr (actual wiki developer) says:

"Collecting information is not the same as creating knowledge. A useful wiki is not just a storage layer an agent can read and write, but a shared, collaborative structure that humans can understand, navigate, and trust."

His key points:

  • LLM-Wiki is just "vibe coding" your knowledge base
  • Karpathy admits he has to babysit every ingest β€” so where's the automation?
  • A wiki nobody edits is not a wiki. It's a digital graveyard.

πŸ’¬ GitHub Gist Comment: The Community Speaks

Read the comment β†’

"The pattern admits it breaks at scale. Then it tells you to add a search engine as a band-aid. But a search engine doesn't fix broken links, duplicate concepts, privacy leaks, or lack of referential integrity."


The REAL Solution (That's Been Here Since 1992)

πŸ§™ Doug Engelbart's Open Hyperdocument System (OHS) Framework

Read the actual architecture β†’

What Engelbart gave us (decades ago):

  • βœ… Object-level addressing (not file-level)
  • βœ… Back-links (bidirectional, not guesswork)
  • βœ… Permissions down to the object level
  • βœ… Version stamps (who changed what, when)
  • βœ… Personal signatures (cryptographic verification)
  • βœ… Mixed-object documents (text, images, video, code β€” all together)
  • βœ… Journal system (permanent catalog numbers, guaranteed access)
  • βœ… Real-time collaboration (shared windows, teleconferencing)

"Every object that someone might validly want/need to cite or otherwise access should have an unambiguous address, capable of being portrayed in a human readable and interpretable manner."

That's from 1998. Not 2026. Not a vibe-coded gist. An actual framework from a man who actually built working systems.


🧠 Engelbart's CODIAK Framework

Read the strategic vision β†’

CODIAK = Concurrent Development, Integration, and Application of Knowledge

"The CODIAK capability is not only the basic machinery that propels our organizations, it also provides the key capabilities for their steering, navigating and self repair."

Key insight: Knowledge work is human work. Computers augment. They don't replace.

"Each organizational unit is continuously analyzing, digesting, integrating, collaborating, developing, applying, and re-using its knowledge."

Notice the verbs? Analyzing, digesting, integrating, collaborating β€” these are human actions. Not LLM prompts.


The Contradiction That Kills the Whole Thing

What Karpathy Says What He Actually Means
"RAG is bad because nothing accumulates" OK
"Use an index.md file instead" That's still RAG with grep
"Your wiki might be small enough" This doesn't scale
"Add qmd (BM25/vector search) later" You're back to RAG

He didn't escape RAG. He just added a detour through a markdown graveyard. πŸ‘πŸ’€


The Bottom Line

LLM-Wiki is not a solution. It's a trap with a "small enough" disclaimer.

  • ❌ No foreign keys = broken links
  • ❌ No schema = duplicate chaos
  • ❌ No permissions = privacy leaks
  • ❌ No real query language = expensive guesses
  • ❌ Works at 100 files. Dies at 10,000.

The sheep follow the shepherd. The rest of us read Engelbart and build real systems. πŸ§™πŸ˜


What You Should Actually Use

Instead of vibe-coding a markdown graveyard, try:

  • Trilium Notes β€” hierarchical, scripting, relation maps
  • SiYuan β€” block-based, privacy-first, database views
  • Dokuwiki β€” actual wiki, no database, permissions, works at scale
  • BlueSpice β€” enterprise wiki with actual access control
  • Or build a real DKR β€” PostgreSQL, foreign keys, versioning, permissions. Like Engelbart intended.

One Last Thing

The man who wrote this gist publicly admitted he hasn't written code in months and is in a "state of psychosis."

Read the Fortune article β†’

Maybe don't take architecture advice from someone who admits they're losing grip on reality.

Just a thought. πŸ‘πŸ’€


Not today. Not ever. πŸ§™πŸ˜

Full DKR documentation: https://gnu.support/articles/Hyperscope-vs-LLM-Wiki-Why-PostgreSQL-Beats-Markdown-for-Deterministic-Knowledge-Bases-124138.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment