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¶
- oauth-oidc-keycloak-architecture-guide — OAuth 2.0 / OIDC / Keycloak from first
principles: flows, tokens, BFF, multi-tenant access control.
#security #auth #guide - seven-cryptography-concepts — hashing, HMAC, symmetric/asymmetric, signing.
#security #talk-notes
Backend (.NET)¶
- dotnet-microservices-auth-architecture — auth microservice with Identity Core,
plus integration testing strategy.
#dotnet #security #auth #testing #guide - api-rate-limiting-dotnet — fixed window, token bucket, DI integration.
#dotnet #guide - csharp-xsd-schema-tools — XSD tooling and code generation on Linux.
#dotnet #xml #guide - xml-transformation-framework — XPath / strongly-typed / hybrid XML mapping.
#dotnet #xml #guide
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_20250818tool; 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.mddiverges 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¶
- postgresql-backup-restore-docker — pg_dump/psql, dump formats, redirection.
#devops #docker #postgres #guide - odoo-filestore-backup-restore-docker — tar-based filestore backup via volume mounts.
#devops #docker #guide
Web¶
- llms-txt-vs-robots-txt-vs-sitemap — three machine-readable files compared.
#web #ai #guide
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¶
- steps-of-ai-adoption — Boris Cherny (Anthropic), Steps of AI Adoption, Jul 16 2026. Five-step org adoption ladder as a table; captured from a Claude artifact. → ai-adoption-maturity-model
- open-knowledge-format — Sam McVeety & Amir Hormati (Google Cloud), Introducing the Open Knowledge Format, Jun 12 2026. Structured capture (not verbatim) of the OKF v0.1 announcement. → okf-spec, agent-memory-at-scale
- llm-wiki-karpathy — Andrej Karpathy, LLM Wiki, Apr 2026. Verbatim capture of the gist body (comment thread not included). The founding document of this vault. → llm-wiki-pattern, agent-memory-at-scale, okf-spec
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.
Cross-links to wire up¶
Carried over from the old vault's Home.md; not yet added as ## Related sections.
- csharp-xsd-schema-tools ↔ xml-transformation-framework (both .NET XML)
- oauth-oidc-keycloak-architecture-guide ↔ dotnet-microservices-auth-architecture ↔ seven-cryptography-concepts (identity stack)
- ai-agent-architecture ↔ llms-txt-vs-robots-txt-vs-sitemap (AI-facing surfaces)
- postgresql-backup-restore-docker ↔ odoo-filestore-backup-restore-docker (already linked)