Production AI Engineering Curriculum
From first principles in Python and Linear Algebra to LLMs from scratch, FlashAttention, Hybrid RAG, Autonomous Agents via MCP, and High-Throughput vLLM Cloud Deployments.
Python Fundamentals
Master Python fundamentals from variables and loops to decorators and async programming, the true language of AI engineering.
You'll Build:High-performance Python applications with custom memory management and concurrency patterns.
Math Foundations
Linear algebra, calculus, probability, and statistics—the essential mathematical toolkit for understanding AI at a deeper level than just prompt engineering.
You'll Build:Linear Algebra for Machine Learning
ML Fundamentals
Linear Regression, Logistic Regression, Decision Trees, Support Vector Machines, K-Nearest Neighbors, Ensemble Methods, and Evaluation Metrics.
You'll Build:end-to-end Machine Learning pipelines from data preprocessing and feature engineering to model selection, evaluation, and deployment.
Deep Learning Core
Neural Networks, CNNs, RNNs, Transformers, Optimization Algorithms, and Evaluation Metrics.
You'll Build:end-to-end Deep Learning pipelines from data preprocessing and feature engineering to model selection, evaluation, and deployment.
Computer Vision
Image Processing, Convolutional Neural Networks, Object Detection, Segmentation, and Transfer Learning.
You'll Build:Computer Vision models with image classification, object detection, and image segmentation.
NLP: Foundations to Advanced
Text Processing Pipelines, Foundational Models, and Large Language Applications.
You'll Build:Build end-to-end NLP pipelines for text processing, semantic search, text classification, and large language applications.
Transformers Deep Dive
Encoder-decoder stacks, attention variants, scaling laws, and model compression.
You'll Build:Transformers from scratch, scaling strategies, and model optimization techniques
Generative AI
Generative AI from foundational concepts to modern generative models, including LLMs, diffusion models, multimodal AI, prompting, inference, generation strategies, and production applications
You'll Build:Build end-to-end generative AI applications including LLM-based applications, image generation systems, multimodal AI solutions, and production-ready generative AI pipelines
LLMs from Scratch
Build Large Language Models from the ground up, covering tokenization, embeddings, attention, Transformer blocks, GPT architecture, pretraining, evaluation, instruction tuning, fine-tuning, inference, and LLM optimization.
You'll Build:a GPT-style Large Language Model from scratch using Python, NumPy, and PyTorch, including the tokenizer, embeddings, self-attention, Transformer blocks, training pipeline, text generation, instruction tuning, evaluation, and optimized inference.
LLM Engineering
A complete LLM Engineering journey covering model selection, APIs, inference, prompting, structured outputs, tool calling, context management, memory, caching, observability, evaluation, security, optimization, deployment, and production LLM systems.
You'll Build:production-ready LLM applications with model routing, structured generation, tool calling, context management, memory, streaming, caching, evaluation, observability, security, and scalable inference.
LLM Fine-Tuning
A complete LLM Fine-Tuning journey from fundamentals to production, covering dataset engineering, supervised fine-tuning, instruction tuning, Hugging Face training, PEFT, LoRA, QLoRA, quantization, preference optimization, evaluation, model optimization, and deployment.
You'll Build:custom domain-specific LLMs by preparing high-quality datasets, performing supervised fine-tuning, implementing LoRA and QLoRA, optimizing training with quantization and PEFT, evaluating fine-tuned models, and deploying them for real-world applications.
RAG Engineering
Production-grade Retrieval-Augmented Generation covering document ingestion, chunking, embeddings, vector databases, retrieval, reranking, advanced RAG architectures, evaluation, optimization, and deployment.
You'll Build:Production-ready RAG application that ingests real-world documents, performs intelligent retrieval and reranking, generates grounded answers, evaluates retrieval quality, and deploys the complete system.
Advanced RAG
Advanced Retrieval-Augmented Generation covering query routing, multi-hop retrieval, hybrid search, reranking, contextual compression, hierarchical retrieval, GraphRAG, Self-RAG, Corrective RAG, Adaptive RAG, and Agentic RAG architectures.
You'll Build:Advanced RAG systems that dynamically plan retrieval, combine multiple retrieval strategies, reason across multiple documents, correct failed retrievals, use knowledge graphs, and adapt retrieval based on query complexity.
AI Agents
A complete AI Agents journey from fundamentals to production, covering agent architecture, reasoning loops, tool calling, planning, memory, state management, workflows, human-in-the-loop, agent evaluation, safety, and production deployment.
You'll Build:production-ready AI agents that can understand goals, plan multi-step tasks, select and execute tools, maintain memory and state, recover from failures, interact with humans, and complete real-world workflows autonomously.
Agentic RAG
A complete Agentic RAG journey covering retrieval planning, dynamic search, query decomposition, tool-based retrieval, iterative reasoning, corrective retrieval, multi-hop research, memory, evaluation, and production Agentic RAG systems.
You'll Build:autonomous Agentic RAG systems that can analyze user questions, decide when retrieval is required, plan multi-step searches, select retrieval tools, evaluate retrieved information, correct failed searches, and generate grounded final answers.
MCP & Tool Use
A complete Model Context Protocol journey covering MCP architecture, clients, servers, tools, resources, prompts, transport, tool discovery, permissions, authentication, security, integrations, and production MCP systems.
You'll Build:production-ready MCP-powered AI applications where agents can dynamically discover and securely use external tools, APIs, databases, files, and services through standardized MCP servers.
Multi-Agent Orchestration
A complete multi-agent systems journey covering agent collaboration, supervisor architectures, hierarchical teams, delegation, shared state, peer-to-peer collaboration, specialist agents, human-in-the-loop workflows, evaluation, security, and production orchestration with CrewAI and LangGraph.
You'll Build:a production-ready multi-agent software engineering team with specialized Product Manager, Architect, Developer, Researcher, Reviewer, Tester, and DevOps agents that collaborate to complete complex tasks.
AI Evaluation
A complete AI Evaluation journey covering LLM evaluation, RAG evaluation, agent evaluation, dataset design, automated metrics, LLM-as-a-Judge, hallucination detection, safety evaluation, regression testing, observability, and production evaluation pipelines.
You'll Build:an end-to-end AI evaluation platform that measures LLM, RAG, and agent quality using automated datasets, deterministic metrics, LLM-as-a-Judge, tracing, regression tests, and continuous evaluation pipelines.
AI Guardrails & Safety
A complete AI safety and guardrails journey covering input validation, output validation, prompt injection defense, jailbreak prevention, PII protection, content safety, tool permissions, hallucination controls, policy enforcement, monitoring, red teaming, and production AI security.
You'll Build:production-ready AI systems with input and output guardrails, prompt injection protection, PII detection, content moderation, tool access controls, hallucination prevention, policy enforcement, red-team testing, and real-time safety monitoring.
Voice AI Engineering
A complete Voice AI Engineering journey covering speech recognition, text-to-speech, audio processing, conversational AI, real-time streaming, interruption handling, voice agents, telephony, tool calling, memory, latency optimization, evaluation, safety, and production deployment.
You'll Build:production-ready real-time voice AI agents that can listen, understand, reason, speak naturally, use tools, maintain conversations, handle interruptions, connect to phone systems, and complete real-world tasks.
AI Automation
A complete AI Automation journey covering workflow automation, event-driven AI, APIs, webhooks, AI agents, tool calling, MCP, business process automation, document automation, email automation, browser automation, scheduling, human-in-the-loop workflows, monitoring, security, and production automation systems.
You'll Build:production-ready AI automation systems that can receive events, understand information, make decisions, call tools, update databases, communicate with users, execute multi-step workflows, and operate autonomously with human approval when required.
Production AI Systems
A complete production AI engineering journey covering system architecture, APIs, microservices, model serving, inference optimization, databases, queues, caching, observability, security, evaluation, CI/CD, cloud deployment, scalability, reliability, cost optimization, and production AI operations.
You'll Build:production-grade AI platforms that combine LLMs, RAG, agents, MCP, databases, APIs, asynchronous workers, observability, evaluation, security, and scalable cloud infrastructure.
AI Business Systems
A complete journey from AI workflows to autonomous business systems covering AI-powered customer support, sales, marketing, operations, document processing, CRM automation, knowledge systems, decision automation, analytics, human-in-the-loop workflows, and production business AI.
You'll Build:real-world AI business systems that automate customer support, sales, lead qualification, document processing, internal knowledge, reporting, operations, and decision-making using LLMs, RAG, agents, MCP, automation, and production infrastructure.
Computer Use & Browser Agents
A complete journey from browser automation to autonomous computer-use agents covering web navigation, DOM interaction, browser control, visual agents, computer-use models, task planning, authentication, form automation, web research, error recovery, security, evaluation, and production deployment.
You'll Build:autonomous browser and computer-use agents that can navigate websites, understand pages, fill forms, perform multi-step tasks, research information, interact with business applications, recover from failures, and complete real-world workflows safely.
AI Coding Agents
A complete AI Coding Agent journey covering code intelligence, repository understanding, planning, code generation, tool calling, terminal execution, debugging, testing, code review, Git workflows, autonomous software development, multi-agent coding teams, security, evaluation, and production deployment.
You'll Build:production-ready AI coding agents that can understand entire repositories, plan implementation tasks, modify multiple files, execute terminal commands, run tests, debug failures, review pull requests, manage Git workflows, and autonomously complete software engineering tasks.
Multimodal AI Engineering
A complete Multimodal AI journey covering vision-language models, image understanding, OCR, document intelligence, image generation, audio understanding, video intelligence, multimodal embeddings, multimodal RAG, vision agents, tool use, evaluation, safety, optimization, and production deployment.
You'll Build:production-ready multimodal AI applications that can understand images, documents, audio, and video, reason across multiple modalities, retrieve multimodal knowledge, generate content, use tools, and operate as intelligent vision and media agents.
AI Search & Deep Research
A complete AI Search and Deep Research journey covering search systems, web retrieval, query understanding, ranking, reranking, browsing agents, research planning, source verification, citation generation, multimodal search, knowledge synthesis, deep research agents, evaluation, security, and production deployment.
You'll Build:production-ready AI research systems that can understand complex questions, generate search strategies, browse multiple sources, retrieve relevant information, verify claims, resolve conflicting evidence, synthesize findings, and produce citation-backed research reports.
LLMOps & AI Infrastructure
A complete LLMOps journey covering model lifecycle management, inference infrastructure, model serving, GPU workloads, prompt management, datasets, evaluation pipelines, observability, experiment tracking, model routing, caching, CI/CD, deployment, scaling, security, cost optimization, and reliable AI infrastructure.
You'll Build:production-grade LLM infrastructure with automated evaluation, model deployment, inference services, prompt and dataset versioning, observability, model routing, scalable GPU workloads, CI/CD pipelines, and complete LLMOps workflows.
AI Product Engineering
A complete AI Product Engineering journey covering product architecture, frontend development, backend APIs, AI service integration, authentication, databases, streaming, RAG, agents, payments, subscriptions, analytics, notifications, testing, security, deployment, and scalable AI product development.
You'll Build:complete production-ready AI products with modern frontend and backend architecture, authentication, AI agents, RAG, real-time streaming, databases, subscriptions, payments, analytics, observability, and scalable cloud deployment.
AI Engineering Capstone
A complete end-to-end AI Engineering capstone covering system design, LLMs, RAG, Agentic RAG, AI agents, MCP, multi-agent orchestration, multimodal AI, voice AI, AI search, coding agents, automation, LLMOps, security, evaluation, observability, SaaS architecture, deployment, and production scaling.
You'll Build:a production-grade autonomous AI platform that combines LLMs, RAG, Agentic RAG, tool calling, MCP, multi-agent systems, multimodal intelligence, voice interaction, web research, automation, memory, evaluation, observability, authentication, billing, and scalable cloud infrastructure.