KB design

Type: index · Status: current

How agent-operated knowledge bases are built, installed, and evaluated. Architecture decisions, skill design, and the evaluation loop for the knowledge system itself. For document structure and types, see document-system. For the learning theory knowledge bases draw on, see learning-theory.

Architecture

Skills & Methodology

Evaluation

  • what-works — proven patterns: prose-as-title, template nudges, frontmatter queries, discovery-first
  • what-doesnt-work — anti-patterns and insufficient evidence: auto-commits, queue overhead
  • needs-testing — promising but unconfirmed: extract/connect/review cycle, input classification
  • what-cludebot-teaches-us — techniques from cludebot worth borrowing, what we already cover, and what to watch for at scale
  • prompt-ablation-converts-human-insight-to-deployable-framing — methodology for testing prompt framings: vary only the framing against a known-correct target, analyze mechanisms, deploy the winner as instruction

Design Principles

Workshop Layer

Gaps

Decisions

Reference material

  • Toulmin argument — formal argumentation model (claim/grounds/warrant/qualifier/rebuttal/backing) that grounds claim-title conventions and the structured-claim type
  • Agentic Note-Taking 23: Notes Without Reasons — practitioner validation of propositional links over embedding-based adjacency; confirms the Goodhart risk in quality signals
  • A-MEM: Agentic Memory for LLM Agents — academic paper implementing Zettelkasten-inspired automated memory with link generation and memory evolution; provides empirical evidence for boiling cauldron mutations and scaling data for embedding-based linking
  • Context Engineering for AI Agents in OSS — empirical study of AGENTS.md/CLAUDE.md adoption in 466 OSS projects; validates context-loading-strategy's content categories, provides evolution data showing stabilisation maturation in the wild, and confirms the dual-audience split between human READMEs and machine context files
  • document-system — types, writing conventions, and validation that the KB's documents follow
  • learning-theory — the learning mechanisms (stabilisation, crystallisation, distillation) that KB operations instantiate
  • computational-model — PL concepts (scheduling, partial evaluation, scoping) that inform KB architecture; the scheduling notes moved here
  • links — linking methodology, navigation, and link contracts
  • maintenance — detection, operations, and dynamics that keep the KB healthy over time
  • related-systems — external system comparisons