# llama.cpp Knowledge Base

LLM-maintained research KB on [llama.cpp](https://github.com/ggml-org/llama.cpp) — the C/C++ engine for running LLMs locally. Used as the research backbone for YouTube videos (tutorials, benchmarks, deep dives).

## Structure

- `raw/` — immutable source documents (doc mirrors, transcripts, discussion/PR dumps, benchmark logs)
- `wiki/` — synthesized knowledge (summaries, concepts, entities, syntheses)

Schema and maintenance rules: see `CLAUDE.md`.

## Usage

- **Add new sources:** drop them into `raw/` and ask the LLM to "ingest" them
- **Ask questions:** the LLM reads the wiki to synthesize answers with links
- **Draft video modules:** ask "draft module on <feature>" to produce slide + script outlines sourced from the wiki

## Version tracking

llama.cpp ships rolling builds (`b####`) rather than semver releases. Each wiki page records the latest build tag it was verified against in its `llama_build` frontmatter field.

Latest verified llama.cpp build: **(none yet — scaffold)**

Based on the [llm-wiki](https://github.com/tonbistudio/llm-wiki) template / Karpathy's "LLM Wiki" pattern.
