Context
Karpathy's LLM Wiki gist (Apr 2026, ~1.2k stars) describes a pattern for building personal knowledge bases using LLMs — incrementally maintained, structured markdown wikis sitting between raw sources and queries. This aligns closely with what structured-context already supports (structured markdown spaces, schema validation, link integrity, agent skills) and extends it into a new domain: loose knowledge management alongside the stricter OST/product framework use case.
What this covers
Now — immediate work
Soon — follow-up work
Explore — uncertain/later
Key design principles
- Light enforcement — knowledge wikis should feel organic, not bureaucratic. Schema validates structure, not meaning
- Arbitrary linking — schema covers typed relationships, but
[[wikilinks]] between any pages are always valid (no "dangling link" errors for arbitrary cross-references)
- Separation of concerns — schema (structured-context) handles mechanical validation; agent instructions (AGENTS.md, skills) handle behavioural conventions
- Distributable skills — new skills should be reusable by anyone with a knowledge wiki space, not tied to a specific vault setup
Reference
Context
Karpathy's LLM Wiki gist (Apr 2026, ~1.2k stars) describes a pattern for building personal knowledge bases using LLMs — incrementally maintained, structured markdown wikis sitting between raw sources and queries. This aligns closely with what structured-context already supports (structured markdown spaces, schema validation, link integrity, agent skills) and extends it into a new domain: loose knowledge management alongside the stricter OST/product framework use case.
What this covers
Now — immediate work
knowledge-wiki) alongsidegeneralandstrict_ost. Lightweight: page type labels (source, concept, synthesis, personal), minimal required frontmatter, provenance tracking, loose linking supportSoon — follow-up work
Explore — uncertain/later
Key design principles
[[wikilinks]]between any pages are always valid (no "dangling link" errors for arbitrary cross-references)Reference
general.json,strict_ost.json