ebe0c786bb04ca31a29d2c5d94b55211ffac5245
index.md
new file mode 100644
index 0000000..e1c4934
@@ -0,0 +1,14 @@
+---
+title: WikiHub Internal
+visibility: public
+---
+
+# WikiHub Internal
+
+Internal wiki for the WikiHub project. Design notes, related projects, competitive landscape, and research.
+
+## Pages
+
+- [[related-projects]] — People, projects, and tweets in the LLM wiki / personal knowledge base space
+- [[architecture]] — See [@jacobcole/architecture](/@jacobcole/architecture) for design trade-offs
+- [[ideas]] — See [@jacobcole/ideas](/@jacobcole/ideas) for the ideas wiki
\ No newline at end of file
related-projects.md
new file mode 100644
index 0000000..80ea4c5
@@ -0,0 +1,32 @@
+---
+title: Related Projects, People, and Landscape
+visibility: public
+---
+# Related Projects, People, and Landscape
+
+The LLM wiki / personal knowledge base space as of April 2026. People building in the space, their projects, key tweets, and how they relate to WikiHub.
+
+---
+
+## Key People
+
+### Andrej Karpathy
+- **Role:** Coined the "LLM Wiki" pattern (April 2, 2026)
+- **Twitter:** [@karpathy](https://x.com/karpathy)
+- **Key artifact:** [LLM Wiki gist](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) — 3-layer architecture (raw sources / wiki / schema)
+- **Key tweet:** ["LLM Knowledge Bases"](https://x.com/karpathy/status/2040016856015839590) — 12M+ views, started the wave
+- **Quote:** "Obsidian is the IDE, the LLM is the programmer, the wiki is the codebase"
+- **Impact:** ~8,200 stars on the gist in 12 hours. Spawned 20+ open-source implementations within a week.
+- **Relevance to WikiHub:** Karpathy's pattern is the foundation. WikiHub is the hosted publishing layer that the pattern is missing — a place to publish, share, and clone LLM wikis.
+
+### Farza Majeed (@FarzaTV)
+- **Role:** Built Farzapedia — the first high-profile personal LLM wiki
+- **Twitter:** [@FarzaTV](https://x.com/FarzaTV)
+- **Background:** Founder of buildspace (a16z-backed). Currently building Tidbit with Sharif Shameem.
+- **Key tweet:** ["This is Farzapedia"](https://x.com/FarzaTV/status/2040563939797504467) — April 4, 2026. 1.7M views, 4,633 likes, 5,826 bookmarks.
+- **What he built:** 2,500 entries from diary + Apple Notes + iMessage → 400+ interlinked wiki articles covering friends, startups, philosophy, anime, relationships
+- **Data sources:** Day One journal, Apple Notes (exported HTML/TXT/MD), iMessage (extracted from `~/Library/Messages/chat.db`)
+- **Published skill:** [personal_wiki_skill.md](https://gist.github.com/farzaa/c35ac0cfbeb957788650e36aabea836d) — 505-line Claude Code skill with commands: `/wiki ingest`, `/wiki absorb`, `/wiki query`, `/wiki cleanup`, `/wiki breakdown`, `/wiki status`
+- **Key insight:** Auto-generated a "Relationship History" article from diary + iMessage — sensitive enough that Farzapedia will never be public. This is the core privacy problem WikiHub's per-page visibility solves.
+- **Landing page:** [farza.com/knowledge](https://farza.com/knowledge) — interest-gauge page, not yet a product
+- **Relevance to WikiHub:** Farzapedia proves the demand. The fact that it can't be made public (one sensitive article poisons the whole vault) is exactly the problem WikiHub's `
\ No newline at end of file