Only 20 Seats — Enrollment Open

Build production
AI agents.
Get hired.

The 8 weeks MasterClass that trains you the way a startup would — ship a real multi-agent system, not a tutorial project.

Next cohort: June 2, 2026

50 days away — runs quarterly

8 WeeksLive + Labs20 SeatsCertificate
Financial Intelligence Agent
live
ShopifyShopify
StripeStripe
AnalyticsAnalytics
AI
Agent Graph
LangGraph · Claude · 3 sources
Rated 4.9/5 by past cohorts
50+graduates
6cohorts completed
Alumni atGoogle, Meta, startups

This is not another AI course

Most programs teach you to call an API and build a demo. We train you to ship a production system the way a startup would — under real constraints, with real tools, on a real deadline.

Team collaborating on an AI engineering project

“Imagine you just joined a startup as the first AI engineer. You have 8 weeks to ship. That’s this program.”

Typical CourseThis MasterClass
Curriculum freshnessRecorded onceRebuilt each cohort
Project scopeSingle-file scriptsFull-stack system
DeploymentLocalhost demoCloud + CI/CD
Evals & testingSkipped50+ eval cases
Team experienceSolo workStartup simulation
SecurityNot coveredPII, RBAC, OWASP

2026 best practices

The AI stack changes every quarter. Our curriculum is rebuilt each cohort around the tools and patterns that are actually winning in production right now — not what worked 12 months ago.

Real systems, not toy problems

You won't build a chatbot that answers FAQ. You'll build a multi-agent Financial Intelligence system with real data sources, evals, guardrails, and cloud deployment.

Full-stack, end-to-end

From retrieval engineering to FastAPI serving to Kubernetes deployment. You own the entire stack — the same scope you'd face as the first AI engineer at a startup.

Startup simulation, not lectures

Phase 4 is a team Startup Project. You pitch, build, and present a production system on Agent Demo Day — the closest thing to joining an early-stage AI company without the equity risk.

Portfolio Projects

What you'll build in 8 weeks

You won't just learn concepts — you'll ship real systems. Every lab produces a portfolio-ready project you can show employers.

Week 1

SQL Agent

Natural-language to SQL. Ask a question in English, agent generates the query, executes it, and returns a formatted answer.

$ query
> "Top 5 products by revenue in Q3"
ProductRevenueRegion
Pro Wireless$284KUS
Ultra Case$198KEU
Smart Dock$156KUS
PowerPack$134KAPAC
AirMount$121KUS
Week 1

RAG Pipeline with Re-ranking

Hybrid search (vector + BM25) with cross-encoder re-ranking. Context engineering that actually retrieves the right documents.

Query
Vector + BM25
Re-rank
Top-K
0.94Return policy — damaged items over $500KB-2847
0.91Warranty claims — electronics categoryKB-1203
0.87Refund SLA — premium customersKB-0891
Week 2

Custom MCP Server

Build a Model Context Protocol server that connects LLMs to your local filesystem, databases, and internal APIs.

MCP Server
Filesystem
PostgreSQL
REST API
Slack
Week 2

Image-to-Structured Data Agent

Multimodal agent that takes an image (receipt, invoice, screenshot) and extracts structured data with Pydantic validation.

RECEIPT
Item A   $42.00
Item B   $67.50
Tax       $8.76
$118.26
Invoice(
  items=["A", "B"],
  subtotal=109.50,
  tax=8.76,
  total=118.26,
  valid=True
)
Weeks 3-4

Financial Intelligence Agent

The flagship project. Multi-agent system with Shopify, Stripe, and analytics integrations. Deployed to cloud with evals and CI/CD.

Revenue by DayLive
Mon
Tue
Wed
Thu
Fri
3
Agents
94.2%
Eval Score
$0.03
Cost/req
Weeks 6-8

Startup Project

Your team picks a domain, pitches the idea, builds it end-to-end, and presents on Agent Demo Day to the cohort and guest reviewers.

Pitch
W7
Build
W8
Demo
Team AlphaLegal Discovery Agent
Team BetaSupport Triage Bot
Your TeamChoose your domain
Capstone Project

The Financial Intelligence Agent for eCommerce

By graduation, you'll have built and deployed a system like this — a multi-agent pipeline that connects to live data sources, reasons across them, and delivers answers with traceable citations and eval scores.

Data sources: Shopify, Google Analytics, Stripe, Internal KB
Architecture: LangGraph multi-agent
Evals: Factual accuracy, citation quality, hallucination detection
Deployment: FastAPI + Docker → Cloud with CI/CD
shop.acme-store.com
ACME STORE
2

Spring Collection

Up to 40% off select items

Free shipping on orders over $75

SaleSneakers Edition

Sneakers Edition

$129$179
NewClassic T-Shirt

Classic T-Shirt

$49
Low StockPortable Speaker X

Portable Speaker X

$89

Only 3 left

Conversion rate down 18%

US storefront · Last 7 days

2.6%

was 3.8%

Agent investigates the data
Financial Intelligence Agent
Live
Ask about revenue, churn, campaigns...

The 8-Week Curriculum

4 phases. Live sessions (Tuesday & Thursday) + offline labs. Culminates in a team Startup Project and Agent Demo Day.

9:00 AM PST/12:00 PM EST/6:00 PM CET
Phase 1Weeks 1-2

Agent Fundamentals

Goal: Master the building blocks — retrieval, tool use, and multimodal AI.

Week 1

Architecture & Context

TuesdayJun 2
AI Architecture60 min

AI-native development, 2026 AI Stacks, LLM Provider, ReACT.

ThursdayJun 4
Context Engineering60 min

Retrieval, chunking, re-ranking.

Lab
Lab — SQL Agent120 min

Build an agent that takes a natural-language question, generates SQL, runs it, and returns a formatted answer.

Week 2

Tools & Multimodal

TuesdayJun 9
Tool Calling & MCP60 min

Type-safe tools, error handling, building a financial tool registry. MCP deep dive: build a custom MCP server.

ThursdayJun 11
Multimodal AI60 min

Lab — Image-to-Structured Data Agent.

Lab
Lab — Logo Generation120 min

Build a Logo Generator Agent.

Phase 2Weeks 3-4

Data Analyst Agent

Goal: Compose fundamentals into a real product — a Financial Intelligence Agent.

Week 3

Multi-Agent Design & Memory

TuesdayJun 16
Graph-Based Multi-Agent Design60 min

Financial tool registry (market data, SEC EDGAR, news, internal KB). Structured output enforcement. Extended thinking vs. tool calls.

ThursdayJun 18
State, Memory & Personalization60 min

Thread persistence (Postgres/Redis). Context summarization. Personalization: the system learns analyst preferences, coverage universe, format.

Lab
Lab — FIA Integration120 min

Expand eval suite to 50 cases. Implement LangSmith/Langfuse tracing. Build cost dashboard ($/request by agent step).

Week 4

Evals & Deployment

TuesdayJun 23
AI System Evals60 min

Write 15 eval cases: 5 factual accuracy, 5 citation quality, 5 hallucination detection. Run them. Find failure modes you didn't know about.

ThursdayJun 25
Cloud Deployment60 min

Docker for multi-service agents. FastAPI serving (SSE, async). Deploy to Railway/Vercel/Supabase. CI/CD with GitHub Actions: evals on every PR. Health checks, logging, Sentry.

Lab
Lab — Deployment to Kubernetes120 min

Deploy the FIA Agent to production infrastructure.

Phase 3Weeks 5-6

AI Ops

Goal: Optimize cost, performance, and security for production systems.

Week 5

Performance & Open-Source Models

TuesdayJun 30
Performance & Cost Optimization60 min

Prompt caching (80-90% cost cut). Model cascading. Semantic caching. Batching & coalescing. Token optimization & prompt compression. Latency budgeting.

ThursdayJul 2
Open-Source Models & Fine-Tuning60 min

Build vs. buy framework. Llama, Mistral, Qwen, Gemma. PEFT/LoRA fine-tuning. Dataset curation from production logs. vLLM deployment. Quantization (GGUF/AWQ). Self-hosting breakeven math.

Lab
Lab — FIA Integration120 min

Apply cost optimization and model cascading to the Financial Intelligence Agent.

Week 6

Security & Compliance

TuesdayJul 7
Security & Compliance60 min

PII redaction middleware. Prompt injection defense. Audit trails with provenance. RBAC for data access. Zero-retention API patterns. OWASP AI Top 10 walkthrough.

Phase 4Weeks 6-8

Startup Project

Goal: Apply everything to a team project and present on Agent Demo Day.

Week 6

Pitch Day

ThursdayJul 9
Startup Project — Pitch Day60 min

Teams pitch their project idea, architecture, and plan to the cohort.

Week 7

Sprint Week

Offline
Async Build Sprint

Teams build their agentic system end-to-end.

ThursdayJul 16
Sprint Check-In60 min

Progress review, architecture feedback, blocker resolution.

Week 8

Demo Day

Demo Day
Offline
Final Build Sprint

Polish, test, prepare presentation.

ThursdayJul 23
Agent Demo Day90 min

Each team presents to the full cohort + guest reviewers. Live demo, architecture walkthrough, eval results, cost analysis, Q&A.

Each 60-Minute Live Session

00-15 min

Concept Deep Dive

The "Why"

15-45 min

Live Build-With-Me

Coding in a shared repo

45-55 min

Breakout Challenge

Small groups solve a task

55-60 min

Architecture Review & Q&A

Review and open discussion

Skills that get you hired

Every skill maps directly to what employers are hiring for right now. This isn't theory — it's the stack behind the job postings at top AI companies.

Context EngineeringAgent SystemsSoftware EngEvals & TestingInfra & DeployAI OpsSecurityModel Tuning
% of AI job postsCourse coverage
95%

Context Engineering

RAG, Chunking, Re-ranking, Vector Search

90%

Agent Systems

LangGraph, Tool Calling, MCP, Multi-Agent

85%

Software Eng

Python, FastAPI, Pydantic, Async

88%

Evals & Testing

DeepEval, RAGAS, LLM-as-Judge

80%

Infra & Deploy

Docker, K8s, CI/CD, Cloud

82%

AI Ops

Cost Optimization, Caching, Model Cascading

78%

Security

PII Redaction, RBAC, OWASP AI Top 10

72%

Model Tuning

LoRA/PEFT, vLLM, Quantization

Tools & frameworks you'll work with

LLM Providers

Commercial & open-source models

OpenAIOpenAI
ClaudeClaude
DeepseekDeepseek
GeminiGemini
KimiKimi
LlamaLlama

Agent Frameworks

Orchestration & serving

PythonPython
LangChainLangChain
FastAPIFastAPI
Hugging FaceHugging Face
OllamaOllama

Data & Retrieval

Vector stores, caching & search

PineconePinecone
RedisRedis
PgVectorPgVector
QdrantQdrant
WeaviateWeaviate
MongoDBMongoDB
ElasticsearchElasticsearch
SQLSQL
MilvusMilvus

Infra & Ops

Deploy, monitor & iterate

OpikOpik
DockerDocker
KubernetesKubernetes
GCPGCP
GitHubGitHub
VS CodeVS Code

JoinAI

Certificate of Completion

Startup AI Engineer

MasterClass

Awarded to

John Smith

Summer 2026 Cohort · Issued August 2026

Context EngineeringMulti-Agent SystemsAI EvalsCloud DeploymentAI Security

Dan Lee

Instructor & Tech Lead

ID: JA-2026-0847

joinai.com/verify

Certification

Prove you can ship

This isn't a completion badge for watching videos. You earn this by building and presenting a production-grade AI system on Agent Demo Day — the same proof employers actually care about.

Verified completion

Issued upon completing all 4 phases, labs, and Agent Demo Day presentation.

Portfolio-ready

Comes with a public profile page listing your projects, skills, and capstone.

Shareable credential

Add to LinkedIn, resume, and GitHub. Includes a unique verification link.

GitHub Portfolio

Graduate with a portfolio, not just a certificate

Every lab and project becomes a public repo on your GitHub. By Week 8, you have 5+ production-quality projects that hiring managers can actually review — not tutorial code, real systems.

Jennifer Li
jennifer-liPRO

Data Scientist → AI Engineer | JoinAI MasterClass Graduate

5 repositories90 stars40+ contributions8 followers

Pinned

sql-agent
Public

Natural-language to SQL agent with tool calling, error recovery, and formatted output.

Python12Phase 1
logo-generator-agent
Public

Multimodal agent that generates brand logos from text descriptions using image generation APIs.

Python8Phase 1
financial-intelligence-agent
Public

Multi-agent system with RAG, SEC EDGAR integration, market data tools, evals, and cost dashboard.

Python24Phase 2
ai-ops-toolkit
Public

Prompt caching, model cascading, semantic caching, and cost optimization patterns for production AI.

Python15Phase 3
startup-project
Public

Team capstone: full-stack agentic system pitched, built, and presented on Agent Demo Day.

Python31Phase 4

56 contributions in the last 8 weeks

Daniel Lee — AI Engineer and Instructor
Your Tech Lead

Daniel Lee

AI Engineer & Consultant·Formerly atGoogle

For the past 10 years, I've worked as an AI, ML, and data science practitioner — previously at Google. Now I run AI projects as an external consultant for startups, developing and deploying scalable AI solutions.

As your instructor, I'll guide you through the entire stack — from retrieval engineering to multi-agent orchestration to production deployment. Every session is live-coded, not slides.

10+
Years in AI/ML
50+
Students trained
6
Cohorts completed
View LinkedIn Profile
Wall of Love

What graduates are saying

Real feedback from real engineers.

Spring 2025Gmail

I highly recommend Dan's course. He simplifies complex concepts, making the material accessible and engaging. What stood out was Dan's commitment to supporting each person's learning journey.

Sara A

Sara A

Data Science Manager

Spring 2025Gmail

Truly transformative. I built and deployed a financial agent using LangChain, Redis, and GCP with real-time tools like Google Search and SQL queries, with tracing and evaluation via LangSmith.

Chaitanya K

Chaitanya K

Graduate at Wharton

Spring 2025Gmail

Over five weeks, I gained practical experience designing and deploying AI agents. I now feel confident applying these skills in real projects. Dan's teaching is approachable and grounded.

Priyanka A

Priyanka A

Senior ML Engineer

Summer 2025LinkedIn

A game-changer. Clear, practical, real-world teaching made complex concepts easy to apply. With his hands-on guidance I built and deployed AI systems and gained the confidence to use these skills immediately.

Anushree J

Anushree J

Senior Data Scientist

Summer 2025Gmail

Dan demonstrates how popular libraries and frameworks work under the hood. Knowledge like this makes you confident in developing any AI systems because you understand the actual working principles.

Vincent R

Vincent R

Software Engineer

Summer 2025Gmail

I not only built an agent during the course but also created and deployed my own as a capstone project. It was an empowering experience that gave me the skills and confidence to build AI solutions independently.

Siddhi J

Siddhi J

Software Engineer

Winter 2025LinkedIn

Dan's AIE Masterclass transformed me from an AI enthusiast into a true builder and practitioner. I learned to architect production-grade systems that go far beyond prototypes. Using LangGraph and GCP, I built a platform that cut manual analysis time from 40 hours to just 5 minutes.

Bashir Sadat

Bashir Sadat

AI Engineer

Winter 2025LinkedIn

I really enjoyed the course content, especially the hands-on approach that walked us through the full end-to-end process of AI engineering. Learning to use LangSmith, exploring model security, and understanding evaluation techniques were highlights for me. Overall, this course has pushed me to grow and think more critically as a Generative AI Engineer.

Kiril Simov

Kiril Simov

Generative AI Engineer

50+
Alumni
Sara A.

Sara A.

Data Science Manager

Chaitanya K.

Chaitanya K.

Wharton Graduate

Priyanka A.

Priyanka A.

Senior ML Engineer

Anushree J.

Anushree J.

Senior Data Scientist

Vincent R.

Vincent R.

Software Engineer

Siddhi J.

Siddhi J.

Software Engineer

Bashir Sadat

Bashir Sadat

AI Engineer

Dan Lee

Dan Lee

Tech Lead

Kiril Simov

Kiril Simov

Software Engineer

Alumni Network

Join the Talent Collective

Enrollment isn't just a course — it's a permanent membership in a vetted community of AI engineers. Alumni connect with hiring managers, refer each other into roles, and collaborate on projects long after graduation.

Hiring manager introsGet warm introductions to hiring managers at companies actively recruiting AI engineers.
Peer referralsAlumni refer each other into roles. A shared Slack channel surfaces open positions weekly.
Portfolio reviewsGet your capstone project and GitHub profile reviewed by peers and the instructor before applying.
Lifetime accessThe collective is permanent. Every future cohort expands your network — you're never removed.

Join the Startup AI Engineer MasterClass

Our next cohort starts June 2, 2026. Invest in skills that open doors to AI engineering roles averaging $160K–$200K+.

Builder

The core MasterClass. 8 weeks of live sessions, labs, and a team Startup Project — everything you need to build and deploy production AI systems.

$2,497USD

Enroll Now

What's included

  • All live sessions + offline labs
  • 4 phases, 8 weeks of content
  • Direct instructor Q&A every session
  • Cohort of max 20 students
  • Breakout challenges in small groups
  • Team Startup Project + Agent Demo Day
  • Certification of completion
  • Lifetime access to recordings
  • Discord community + alumni network

Expense this program

Most Popular

Coaching

Everything in Builder, plus 5 hours of private 1:1 sessions with the Tech Lead. Tailored to your domain, your projects, and your career goals.

$3,497USD

Limited to 5 students per cohort

Enroll Now

What's included

  • Everything in Builder
  • 5 x 1-hour 1:1 sessions with Tech Lead
  • Personalized project scoping
  • Resume & portfolio review
  • Career strategy session
  • Direct Slack access to instructor
  • Priority Q&A in live sessions

Expense this program

Best Value

Career

The complete package — MasterClass + 1:1 coaching + full interview prep. Build the skills, then land the $160K+ role.

$4,497USD

Enroll Now

What's included

  • Everything in Coaching
  • ML/AI Interview Class enrollment
  • System design interview prep
  • ML coding interview practice
  • Behavioral interview coaching
  • Mock interviews with feedback
  • Job referral network access

Expense this program

Frequently asked questions

Can't find what you're looking for? Email dan@joinai.com