Practical AI Guides

From concepts to working code

Opinionated, technical guides on the AI topics that matter. No fluff — just what you need to understand and build.

Start here

Beginner

Getting Started with Agentic Coding

A complete introduction to using AI as a true coding collaborator — beyond autocomplete to full agentic workflows where Claude plans, implements, tests, and iterates.

agentscodingbeginner
15 minRead guide
Intermediate

Understanding RAG: Retrieval-Augmented Generation

Learn how RAG works from first principles — embeddings, vector stores, chunking, and prompt construction — with practical examples for building your own knowledge-grounded AI system.

RAGembeddingsintermediate
18 minRead guide
Intermediate

Model Context Protocol: The Universal AI Integration Layer

MCP is becoming the standard for connecting AI assistants to tools, databases, and APIs. This guide explains the protocol from first principles and walks through building your first MCP server.

MCPTypeScriptintermediate
20 minRead guide

More guides

Advanced 22 min

Prompt Engineering for Reliability: Beyond the Basics

Move beyond basic prompting to advanced techniques that make AI outputs consistent, reliable, and production-ready — chain-of-thought, XML structuring, few-shot design, and evaluation.