Curriculum Changelog

Track every update to the AI Engineering Bootcamp curriculum. We stay at the edge of AI engineering, constantly evolving with the latest tools, frameworks, and best practices.

Cohort 9 [v0.9]
current
Jan โ€“ Mar 2026
๐Ÿ“œ View Detailed CurriculumDemo Day Projects: Coming Soon

All in on Agent Engineering.

New Additions

  • โ€ข๐ŸŽ–๏ธ Explicitly asking for each submission, "Did you use a coding agent to complete this assignment?"
  • โ€ข๐Ÿข The CTO test: "explain the essential lines of code in each loom video submission in plain language as if you're speaking to your CTO."
  • โ€ขโฌ†๏ธ Higher bar for receiving human feedback (we will meet AI slop with AI slop)
  • โ€ข๐Ÿ Two additional Demo Day project deadline checkpoints (project proposal, project certification)
  • โ€ข๐Ÿง  Agent Memory
  • โ€ข๐Ÿ“ถ Deep Agents & using skills via Deep Agents CLI
  • โ€ข๐Ÿงฐ Agent Skills
  • โ€ข๐Ÿ•ต๏ธ Dedicated Deep Research session
  • โ€ข1๏ธโƒฃ Incorporated LangChain v1.0, LangGraph v1.0, and LangSmith Platform
  • โ€ข๐Ÿ“Š Expansion of Evals content throughout
  • โ€ข๐Ÿšข Clarity about types of servers covered (e.g., agent, LLM, application, MCP servers)
  • โ€ข๐Ÿ”Œ Expanded MCP coverage for client (connector) and server (agent communication) sides
  • โ€ข๐Ÿฆ Explicit "Semantic Caching" coverage

Deprecated

  • ร—OpenAI Agents SDK
  • ร—Dedicated On-Prem Session

Key Highlights

  • โ†’Significantly more depth on agents, memory, deployment various levels of agent orchestration
  • โ†’New primary cohort use case
  • โ†’Now four Demo Day checkpoints throughout the course to keep you on track
  • โ†’Stricter grading policy standards to combat coding agents

Everything is context. RAG + Agents = Agentic RAG.

New Additions

  • โ€ข๐ŸชŸ Expanded coverage and threading of context engineering
  • โ€ข๐Ÿ’ผ How people are using ChatGPT and Claude
  • โ€ข๐Ÿ—‚๏ธ Classic RAG = Dense Vector Retrieval
  • โ€ข๐ŸŒ OSS models --> GPT-OSS and Embedding Gemma, remotely and locally
  • โ€ข๐Ÿ“Š Adopting Evals terminology
  • โ€ข๐Ÿ›ค๏ธ Combining Guardrails and Caching

Deprecated

  • ร—Explicit coverage of LLM Ops

Key Highlights

  • โ†’Demo Day Semi-Final Competition Round
  • โ†’Primary cohort use case: What should you build and why?
  • โ†’Early integration of open-source models in curriculum

Incorporating Context Engineering and agent communication

New Additions

  • โ€ข๐ŸชŸ Context Engineering from first principles
  • โ€ข๐Ÿ’ผ Primary cohort use case building throughout the cohort
  • โ€ข๐Ÿ”Œ Expanded Model Context Protocol (MCP) content
  • โ€ข๐Ÿค– Agent2Agent (A2A) Protocol for building and running multi-agent systems
  • โ€ข๐Ÿ›ค๏ธ Dedicated Guardrails session

Deprecated

  • ร—Fine-Tuning of LLMs and Embedding models (now table stakes)
  • ร—Inference & GPU Optimization

Key Highlights

  • โ†’Primary cohort use case: Student loans customer service
  • โ†’Protocol-first approach to agent architecture
  • โ†’Enhanced security and guardrails implementation

Agent systems and production deployment foundations

New Additions

  • โ€ข๐ŸŽฒ Increased prerequisites and an enhanced AIE challenge.
  • โ€ข๐Ÿง‘โ€๐Ÿ’ป Cursor (with Claude), uv, and vibe coding! (Learn free)
  • โ€ข๐Ÿฆฅ Fine-tune Llama 3.1 for reasoning (Learn free)
  • โ€ข๐Ÿง Build your own open-source Deep Research application with LangGraph (similar to this)
  • โ€ข๐Ÿ”Ÿ Expanded 10-dimensional Learning Targets
  • โ€ข๐Ÿคฉ Certification Challenge even more aligned with Demo Day!
  • โ€ข๐Ÿ›ฃ๏ธ Curated Journey Groups led by Peer Supporters.

Key Highlights

  • โ†’First cohort with dedicated agent systems track
  • โ†’Production deployment best practices established
  • โ†’Comprehensive evaluation methodology introduced

Test-time compute and reasoning with enhanced peer support

New Additions

  • โ€ข๐Ÿค” Test-time Compute and Reasoning: It turns out that reasoning can be achieved within the LLM, or outside of the LLM through agentic patterns. In cohort 5, for the first time, we learn both methods of reasoning!
  • โ€ข๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ Enhanced Peer Support: We've got an instructional staff of 10 experienced AI Makerspace-certified peer supporters here to elevate your learning experience. They'll lead breakout rooms, provide comprehensive grading feedback, and host a dedicated weekly office hour just for AIE5 students.
  • โ€ข๐Ÿฅฝ Deep Dive Sessions: Back by popular demand, every Tuesday at 10 AM PT, join Vincent Kienzler for a 90-minute deep dive into the week's content, designed to clarify concepts and enhance your understanding.
  • โ€ข๐Ÿ“… Midterm to Demo Day: We've redesigned the midterm to align with your Demo Day final project, ensuring a smoother, more impactful learning journey. Check out previous Demo Day projects!
  • โ€ข๐ŸŒŽ Alumni Meetups: Upon completing an AI Makerspace course, you'll become part of a global community of practitioners advancing their careers in AI Engineering. Join meetups, connect with peers, and continue growing with this thriving network.

Key Highlights

  • โ†’First cohort to introduce dual reasoning approaches
  • โ†’Expanded peer support with 10 certified instructors
  • โ†’Weekly deep dive sessions for comprehensive learning

Dropped LlamaIndex to go all in on LangGraph

New Additions

  • โ€ข๐Ÿ•ด๏ธ Multi-agent applications with LangGraph.
  • โ€ข๐Ÿงช Synthetic Data Generation (SDG).
  • โ€ข๐Ÿช„ Advanced Prompt Engineering with DSPy.
  • โ€ข๐Ÿ—‚๏ธ Advanced RAG: semantic chunking, hybrid retrieval.
  • โ€ข๐Ÿš€ Prod-readiness via caching, async, parallelization.
  • โ€ข๐Ÿข On-premise considerations.
  • โ€ขโš›๏ธ Inference optimization via quantization (GGUF & AWQ).
  • โ€ข๐Ÿ”  More details on basic embedding models.
  • โ€ข๐Ÿ’ฌ Key front-end UI elements (e.g., PDF upload).

Deprecated

  • ร—LlamaIndex (we've gone all in on ๐Ÿ”— LangChain).
  • ร—OpenAI Assistants API (๐Ÿ”— LangGraph).
  • ร—WandB Prompts (๐Ÿ”— LangSmith).
  • ร—โš–๏ธ Fine-Tuning: LlamaIndex HF Sentence Transformers.

Key Highlights

  • โ†’โš–๏ธ Fine-Tuning: HF Sentence Transformers.
  • โ†’๐Ÿšข LLM serving & inference: vLLM.
  • โ†’โ†—๏ธ QDrant as go-to scalable vector DB.
  • โ†’๐Ÿค– Chat model: GPT-4o-mini.
  • โ†’๐Ÿค– Embedding model: text-3-embedding-small.
  • โ†’๐Ÿฆพ Open chat model: Llama 3 8B Instruct.
  • โ†’๐Ÿฆพ Open embeddings: Arctic Embed M.

Enhanced UIs, user feedback collection, and expanded project time

New Additions

  • โ€ข๐Ÿ’ฌ Building UIs for RAG & agentic systems
  • โ€ข๐Ÿ—ฃ๏ธ Collecting and evaluating user feedback
  • โ€ข๐Ÿ”ข Embedding fine-tuning before LLM fine-tuning
  • โ€ข๐Ÿ—๏ธ More time to build for Demo Day! (we've added a week!)

Key Highlights

  • โ†’Focus on production-ready user interfaces
  • โ†’Comprehensive feedback and evaluation systems
  • โ†’Extended project development timeline

Comprehensive framework coverage with LangChain and LlamaIndex

New Additions

  • โ€ข๐Ÿค– No-Code GPT
  • โ€ข๐Ÿ—๏ธ LLM Application
  • โ€ข๐Ÿ—ƒ๏ธ RAG Application
  • โ€ข๐Ÿ•ด๏ธ Agent Application
  • โ€ขโš–๏ธ Fine-Tuned Model
  • โ€ข๐Ÿ”— LangChain
  • โ€ข๐Ÿฆ™ LlamaIndex
  • โ€ข๐Ÿ“ˆ RAG Assessment

Key Highlights

  • โ†’๐Ÿค‘ Industry Use Cases
  • โ†’๐Ÿš€ Open-Source Production RAG
  • โ†’๐Ÿ”„ Agentic RAG in Production
  • โ†’๐ŸŒ Domain-Adapted RAG with Fine-Tuning

All in on AI Engineering!

New Additions

  • โ€ขThe foundational bootcamp that started it all
  • โ€ขComprehensive introduction to AI Engineering principles
  • โ€ขBuilding blocks for LLM applications
  • โ€ขCore RAG and agent concepts

Key Highlights

  • โ†’Inaugural cohort establishing the curriculum foundation
  • โ†’Introduction to production AI Engineering
  • โ†’Community building and peer learning established

Want to join the next cohort and experience these updates firsthand?