Course Lessons

Master AI development from fundamentals to advanced production systems

SAVE 48%
Early Bird Preorder
Everything you need to master AI development
$49$95
one-time payment • lifetime access

Secure checkout powered by Stripe. Get instant access as lessons are released.

0. Module 0: Orientation

Two out of three isn't good enough - internalize Prompt + Model + Objective alignment

0.1 Welcome to DevQuest.AI
Course overview, the "two out of three" framework, and how this course works
beginnerFree
10:00
0.2 Git 101: Version Control Fundamentals
Learn Git basics, its history (Linus Torvalds), and why version control matters. Cover GitHub, GitLab, Gitea, and more.
beginnerComing Soon
30:00
0.3 IDEs: Your Development Environment
What IDEs are and how to use them. Jesse uses Cursor (we will too), but you can also use VSCode, Zed, Continue, Loveable, etc.
beginnerComing Soon
25:00
0.4 Getting Started with Cursor
Step-by-step guide to setting up Cursor, the AI-powered editor we will use throughout the course
beginnerComing Soon
20:00
0.5 Design Tools: Figma & Penpot
Introduction to Figma and Penpot for designing your AI products. Getting started guides for both.
beginnerComing Soon
25:00
0.6 Join Our Community: Element/Matrix
Create your Element account and join the public AIDevQuest channel. Learn about our private members-only community.
beginnerComing Soon
15:00
0.7 Introduction to LangChain
What LangChain is, why Jesse loves it, and how it powers AI applications. Your orchestration framework for the course.
beginnerComing Soon
25:00
0.8 Your Project Menu & Capstone Selection
Choose from 11 build paths including CMS, chatbot, phone service, website, game, second brain, and more
beginnerComing Soon
20:00

1. Module 1: Pick a Problem Worth Solving

Objective first - outcome framing, user stories, scoping, and defining success

1.1 Product as Value: Foundations
Product management is value management. Understanding Agile, Lean, Scrum, Kanban, OKRs, roadmapping, and vision vs mission.
beginnerComing Soon
40:00
1.2 Outcome Framing: What Makes a Good Objective
Learn to identify problems worth solving and frame objectives that matter
beginnerComing Soon
20:00
1.3 Writing Your Opportunity Brief
Create a 1-page brief with user stories and success metrics
beginnerComing Soon
25:00
1.4 Mini-PRD v1: Your Product Vision
Transform your brief into a focused product requirements document
intermediateComing Soon
30:00

2. Module 2: Prompt Engineering as Product Design

Prompt patterns, constraints, structured outputs, testing, and prompt libraries

2.1 Prompt Patterns & Structures
Role assignment, constraints, few-shot learning, chain-of-thought
intermediateComing Soon
30:00
2.2 Structured Outputs & Format Contracts
JSON schemas, validation, and ensuring consistent AI responses
intermediateComing Soon
25:00
2.3 Testing Prompts: Your Prompt Spec
Build a versioned prompt pack with contracts and failure modes
intermediateComing Soon
35:00

3. Module 3: Models - Choosing the Right Brain

Closed vs open, local vs hosted, latency/cost/privacy tradeoffs, multimodal basics

3.1 The Complete Model Provider Landscape
Deep dive into all major providers: ChatGPT/OpenAI, Claude/Anthropic, Together AI, Hugging Face, Gemini, Grok, WebLLM, Mistral, LLaMA, and more
intermediateComing Soon
40:00
3.2 Tradeoffs: Cost, Latency, Privacy
Making smart decisions for your use case and constraints
intermediateComing Soon
25:00
3.3 Your Model Decision Record
Document your model choice with reasoning and benchmarks
intermediateComing Soon
20:00

4. Module 4: Make It Useful - RAG & Knowledge

Embeddings, chunking, retrieval quality, citations, grounding - the AI librarian pattern

4.1 RAG Fundamentals: The AI Librarian
Embeddings, vector stores, and retrieval-augmented generation
intermediateComing Soon
35:00
4.2 Chunking, Retrieval Quality & Citations
Optimizing your knowledge base for accuracy and source attribution
intermediateComing Soon
30:00
4.3 Vector Databases: Pinecone, Weaviate & More
Understanding vector databases for semantic search and RAG - Pinecone, Weaviate, Qdrant, ChromaDB
intermediateComing Soon
30:00
4.4 Build: RAG on Your Docs
Hands-on: create a working knowledge base with answer sourcing
advancedComing Soon
40:00
4.5 Systems That Learn: Adaptive AI
Building learning agents with Pinecone + RAG + LangChain that improve over time with per-user insights
very hardComing Soon
45:00

5. Module 5: Tools and Tool-Calling

Function calling, tool contracts, retries, bridging to agents

5.1 Function Calling & Tool Contracts
How LLMs can call external tools and APIs
intermediateComing Soon
30:00
5.2 Building Safe, Idempotent Tools
Retries, validation, and preventing tool misuse
advancedComing Soon
25:00
5.3 Build: 3-Tool Assistant
Add web search, calendar, and data access to your AI
advancedComing Soon
45:00

6. Module 6: Chatbots vs Task Agents

Conversational UX vs execution pipelines - when to use each

6.1 Chatbots: Conversational UX Patterns
Building helpful, context-aware conversational interfaces
intermediateComing Soon
30:00
6.2 Task Agents: Execution Pipelines
Multi-step completion, logs, and autonomous workflows
advancedComing Soon
35:00
6.3 Build: Task Agent v1
Convert a chatbot flow into an autonomous task agent
advancedComing Soon
40:00

7. Module 7: Multi-Agent Tribe Design

Roles, delegation, coordination, memory boundaries, agent clusters

7.1 Multi-Agent Architecture
Roles, delegation, and coordination patterns
advancedComing Soon
35:00
7.2 Memory Boundaries & Agent Clusters
Managing state and communication between agents
very hardComing Soon
30:00
7.3 Build: 3-Agent Workflow
Researcher + Writer + QA agents working together
very hardComing Soon
50:00

8. Module 8: Shipping - Prototype to Product

SDLC for AI apps, PRDs that matter, iteration loops, demo-driven development

8.1 SDLC for AI Apps
Software development lifecycle adapted for AI products
intermediateComing Soon
25:00
8.2 PRDs That Matter & Backlog Management
Turn your PRD into actionable sprints and demos
intermediateComing Soon
30:00
8.3 Ship: v0 Goes Live
Deploy your prototype and create your roadmap
advancedComing Soon
35:00

9. Module 9: Evals, Reliability & Take the Gain

Eval harnesses, golden sets, regression testing, automate to 80% then use your brain

9.1 Eval Harnesses & Golden Sets
Building test suites for AI application quality
advancedComing Soon
35:00
9.2 Regression Testing & Cost Monitoring
Preventing quality degradation and managing API costs
advancedComing Soon
30:00
9.3 Build: Your Eval Report
Create pass/fail thresholds and improvement plans
advancedComing Soon
40:00

10. Module 10: Production Readiness

Security, monetization basics, what to do before charging money

10.1 Security Basics: Prompt Injection & Data Leakage
Protect against common AI security vulnerabilities
advancedComing Soon
30:00
10.2 Production Controls: Auth, Rate Limiting, Logging
Implement 5 baseline controls before going live
advancedComing Soon
35:00
10.3 Monetization Readiness Checklist
What to do before charging money for your AI product
advancedComing Soon
25:00

11. Module 11: Protocols & Interoperability

MCP, A2A, GenUI, WebLLM - building AI systems that work together

11.1 Introduction to AI Protocols
Why interoperability matters and the landscape of AI protocols
intermediateComing Soon
20:00
11.2 MCP: Model Context Protocol
Facilitating integration of models and tools in AI systems for context-aware generative agents
advancedComing Soon
35:00
11.3 A2A: Agent-to-Agent Communication
Enabling autonomous agents to communicate and coordinate in multi-agent systems
advancedComing Soon
30:00
11.4 GenUI: Generative User Interfaces
Dynamic, personalized UIs that evolve based on user interactions and preferences
advancedComing Soon
30:00
11.5 WebLLM: Browser-Based AI
Running LLMs directly in the browser for privacy and offline capabilities
very hardComing Soon
35:00
11.6 Open Standards & OMI
The importance of open standards for AI interoperability and the future of the web
intermediateComing Soon
25:00
11.7 Creating with MCP
Hands-on: Build a context-aware AI system using Model Context Protocol
very hardComing Soon
35:00
11.8 Controlling Agents with A2A
Hands-on: Implement agent-to-agent coordination and communication patterns
very hardComing Soon
40:00
11.9 The Future of UX: Generative UI with AGUI
Hands-on: Create dynamic, adaptive interfaces that evolve based on user interactions
very hardComing Soon
40:00