Wiki

Farzapedia and personal AI wikis

Farzapedia is a pioneering, private personal knowledge wiki developed by Farza (founder of buildspace). It serves as the definitive real-world implementation of the LLM Wiki design pattern popularized by llm-wiki.

The architecture of Farzapedia

Rather than relying on complex, black-boxed, and expensive vector database infrastructure (Retrieval-Augmented Generation / RAG), Farzapedia uses a simple, compiled approach:

  1. Unstructured Source Materials: Approximately 2,500 raw records comprising Apple Notes, personal diaries, and raw iMessage chat histories.
  2. The LLM Compiler: An LLM agent (e.g., Claude) is instructed to act as a disciplined editor and gardener of the mind.
  3. The Interlinked Wiki: The LLM parses, deduplicates, and synthesizes the unorganized inputs, generating ~400 structured, clean, and heavily interlinked Markdown files tied together with standard WikiLinks.

The four principles of owned knowledge

Farzapedia champions four crucial properties of modern knowledge engineering:

Dynamic querying in this vault

The llm-wiki-cli is a fully realized software pipeline built to make the Farzapedia pattern deterministic. By treating Markdown frontmatter as a queryable RDF knowledge graph, you can run powerful SPARQL queries and use command-line pipelines to synthesize indexes on the fly—fulfilling the dream of a queryable, self-updating mind map.

Backlinks

Metadata

{
  "id": "wiki:farzapedia",
  "type": "TechArticle",
  "name": "Farzapedia and personal AI wikis",
  "description": "An interlinked digital garden serving as an example for the LLM Wiki pattern.",
  "about": "wiki:llm-wiki-cli"
}