Project Guides

Build with AI

Hands-on project guides for building real AI systems. Each guide walks you through a complete implementation - from architecture decisions to working code.

6Projects
3Difficulty levels
FullSource code

Build in any order, or follow the path

Each project is self-contained, but building in order takes you from beginner foundations to advanced production patterns.

Project progression map

Chatbot with Memory
Document Classifier
RAG Search Engine
AI Data Pipeline
Autonomous Agent
Multi-Agent System
Beginner
Intermediate
Advanced

Pick a project and start building

User
LLM
Memory
Beginner 2-3 hours

Chatbot with Persistent Memory

What you'll build

A conversational assistant that remembers context across sessions using a simple key-value store and summarization.

Doc
Classifier
Category A
Category B
Beginner 1-2 hours

Document Classifier with Zero-shot Prompting

What you'll build

A reliable classification pipeline that sorts incoming documents by type, topic, or urgency using structured LLM outputs.

Query
Embedder
Vector DB
LLM
Intermediate 4-6 hours

RAG-Powered Knowledge Search Engine

What you'll build

A semantic search engine over your own documents using embeddings, a vector database, and retrieval-augmented generation.

Ingest
Enrich
Store
Serve
Intermediate 5-8 hours

AI-Enriched Data Pipeline

What you'll build

An automated pipeline that ingests raw data, enriches it with AI-extracted metadata, and loads it into a structured store.

Planner
Executor
Tool A
Tool B
Advanced 8-12 hours

Autonomous Agent with Tool Use

What you'll build

A goal-driven agent that plans multi-step tasks, selects and calls tools, observes results, and iterates until complete.

Orchestrator
Agent A
Agent B
Agent C
Advanced Full day+

Multi-Agent Orchestration System

What you'll build

A coordinator that breaks complex tasks across specialized agents running in parallel, collects results, and synthesizes a final output.

Ready to go deeper?

Explore the patterns and principles behind every build guide. Or jump into industry solutions to see these patterns applied in production contexts.