Skip to content

Index

Catalog of all wiki pages. One line each: link + summary. Updated on every ingest. Read this first when answering questions from the wiki.

Topics

Identity & Security

Backend (.NET)

Software Design

  • tdd-ddd-from-the-ground-up — red-green-refactor, event storming, vertical slices (Chris Simon). #design #testing #dotnet #talk-notes

AI

  • ai-agent-architecture — the agent loop, memory, context engineering, MCP, sandboxes, cost architecture. #ai #guide
  • claude-code-memory-architecture — Claude Code auto memory (injected schema, MEMORY.md index, no dedicated tools, recall with no retrieval engine) vs the API memory_20250818 tool; schema by convention vs enforcement. #ai #pkm #guide
  • agent-memory-at-scale — when file-and-index memory stops scaling (the index breaks, not the storage), the three real triggers for a vector DB, and RAG as an agent search tool. Flags a tension with ai-agent-architecture §6.4. #ai #pkm #guide
  • ai-adoption-maturity-model — the five steps of org AI adoption (0 gated → 4 AI-native): the bottleneck that defines each step, the transition unlocks, and how guardrails escalate in kind. Flags a tension with ai-agent-architecture §2.3 on multi-agent. #ai #devops #guide
  • llm-wiki-pattern — Karpathy's compile-don't-retrieve pattern: three layers (immutable sources / LLM-owned wiki / the schema), three operations, index vs. log. The pattern this vault implements — includes where BRAIN.md diverges from it. #ai #pkm #guide
  • okf-spec — Google Cloud's markdown + YAML-frontmatter spec for agent-consumable knowledge: one required field, bundles as directory trees, interoperability surface vs. content model. Tested against agent-memory-at-scale's index-scaling argument. #ai #pkm #data #guide

DevOps & Infrastructure

Web

Tooling

  • playwright-docker-verification — browser verification via Playwright in Docker, plus the beginFrame + virtual-time recipe for deterministic video capture of animated pages. #tooling #testing #docker

Entities

(none yet — see the growth frontier below)

Sources

Provenance of the wiki pages above (updated 2026-07-20). The first bucket is exactly the set of pages carrying a sources: frontmatter field, so it is mechanically checkable: - Draws on a source in sources/: agent-memory-at-scale, ai-adoption-maturity-model, llm-wiki-pattern, okf-spec. (agent-memory-at-scale began as a session synthesis and later took substantive content from two sources — the sources: field records what fed a page, not where it started.) - Filed back from a working session, no raw source: claude-code-memory-architecture. - All others were authored by Wim in the obsidian-notes vault and migrated 2026-07-19.


Growth frontier

Wikilinks that exist in the pages above but have no page yet — each marks something worth writing, in the llm-wiki-pattern sense. All originate in ai-agent-architecture unless noted.

Entity candidates: [[LangChain]] · [[Model Context Protocol]] · [[Microsoft Agent Framework]] · [[OpenTelemetry]] · [[Google Cloud]] (from okf-spec — deliberately not created 2026-07-20; one blog post is thin grounds to open the entities section)

Also declined 2026-07-20: an [[Andrej Karpathy]] entity page, same reasoning as [[Google Cloud]] — one gist is thin grounds. The entities section stays empty by decision, not by neglect; revisit when a second source makes the same actor recur.

Topic candidates: [[ReAct]] · [[prompt injection]] · [[JSON Schema]] (also in xml-transformation-framework)

Retired 2026-07-19: [[RAG]] and [[vector database]] — the useful knowledge (when either is warranted, and how they fit an agent loop) is now written up in agent-memory-at-scale. Dedicated stubs would only be generic explainers. The bare wikilinks still appear in ai-agent-architecture and stay unresolved by design; its Related-notes list points at the covering page instead.

Carried over from the old vault's Home.md; not yet added as ## Related sections.