Dev Guide

A personal developer handbook — tricks, systems & automations, and how to set up the tools you build with. Claude is the first section.

Sections

Recently added

CapabilityKnowledge Base

The 7 layers of a production RAG system

Most RAG projects fail at retrieval, not the model — the layers a demo never has to get right.

#rag#retrieval#architecture
CapabilityKnowledge Base

Two pipelines, or it doesn't scale

Under real load RAG fails at the architecture — separate ingestion from queries, then cache, gate, and isolate.

#rag#production#cost