AI Product Engineering
Block 1: Foundations & The Exocortex
An external cognitive system — a digital extension of your memory and reasoning.
This vault becomes the foundation of your RAG pipeline.
Plain Markdown — exactly what AI models work best with
Copy, search, process with any tool — no lock-in
Still readable plain text in 20 years
[[double brackets]] create a knowledge graph#categories that cut across foldersvault/ ├── 00-Inbox/ # Quick captures ├── 01-Concepts/ # Theory: what things are ├── 02-How-To/ # Practical: how to do things ├── 03-Project/ # Your AI product │ ├── Product-Spec.md │ └── Prompts.md ├── 04-References/ # External sources └── MOC-Course.md # Master index
MOC-AI-Product.md as project indexNext Session: Context Engineering