Wiki Index

Tools

  • claude-code — Anthropic’s CLI; the engine that builds and queries the wiki
  • obsidian — Free markdown app with graph view; optional visual front-end
  • obsidian-web-clipper — Chrome extension for clipping articles to raw/
  • cloud-code — CLI for running LLM‑powered code with local or cloud back‑ends

Techniques

Concepts

  • llm-wiki — Karpathy’s pattern: organized markdown + LLM navigation, no vector DB
  • hot-cache — ~500‑word context cache to reduce tokens on repeat queries
  • token-efficiency — How wiki organization cuts token usage (95% reduction case study)
  • ingest-protocol — Workflow: raw source → wiki pages with backlinks
  • lint-protocol — Health checks: broken links, sparse pages, knowledge gaps
  • claude-code — Anthropic’s command‑line interface
  • ollama — Aggregator for open‑source LLMs
  • open‑source‑llms — Free large language models (Gemma, Quen, Llama‑2, etc.)
  • cloud-code — CLI using Claude Code or Ollama as backend
  • openclaw — Lightweight open‑source agent for LLMs
  • hermes‑agent — Conversational agent for various LLMs
  • qu-en‑3.5 — 397 billion‑parameter open‑source model from Gemini

People

Organizations

  • anthropic — Maker of Claude and Claude Code
  • ollama — Maker of the open‑source LLM aggregator

Sources

Analysis

  • llm-wiki-vs-rag — When to use LLM wiki vs. traditional semantic search RAG
  • cloud-code-setup — How to replace Anthropic’s paid API with Ollama via Cloud Code