Practical engineering notes on building production-grade AI systems. Written for engineers, not for the hype cycle.
What this is: practical engineering notes on MCP, RAG, and AI agents: the system design and production patterns that matter in real engineering work.
What this isn't: a survey of every framework, a model-picking guide, or a fine-tuning tutorial. The focus is architectural patterns that hold up in production.
Building the loop that survives production: observe → decide → act → check → repeat, the patterns that extend it, and the boundaries that keep an agent inside its lane.
Read complete series on dev.to ↗Retrieval past the toy example: chunking that holds up, retrieval that returns the right thing, and the failure modes that only show up once real documents are involved.
Read complete series on dev.to ↗How tools actually connect to models: where the seams are, how authority and scope are decided, and what it takes to wire it up without surprises.
Read complete series on dev.to ↗