Each module builds on the last — from TypeScript foundations through production-ready agentic systems, evaluated with hands-on projects throughout.
Module 01 // Fundamentals
Fundamentals for AI Engineers
TypeScript essentials for AI work. Types, interfaces, generics, async/await, streaming patterns, Zod validation, and building AI backends with Node.js and Express.
TypeScript Async/Await Zod Node.js
Module 02 // Foundations
Foundations of Generative AI
How LLMs work: tokenization, context windows, model selection, prompt engineering fundamentals, embeddings, and a RAG pipeline conceptual introduction. Hands-on token counter tool and first API calls.
LLMs Embeddings Prompt Eng. RAG Intro
Module 03 // Integration
Working with LLMs using TypeScript
Production-ready LLM integration: OpenAI, Anthropic, Gemini, and Vercel AI SDKs. Streaming responses, function calling, tool use, error handling, content moderation, and advanced prompting techniques.
OpenAI SDK Claude Streaming Tool Use
Module 04 // Retrieval
RAG with TypeScript
Retrieval-Augmented Generation end-to-end. Document chunking, vector databases (pgvector, Pinecone, Weaviate, Qdrant), LangChain vector stores, and Mastra framework integration.
RAG LangChain Pinecone Mastra
Module 05 // Agents
AI Frameworks & Agent Development
Agentic AI with Mastra, VoltAgent, and LLM-EXE. Tool use, memory, multi-provider APIs, function calling, Zod-typed workflows, and building specialized agents for real tasks.
Agents Mastra VoltAgent Memory
Module 06 // Applications
Building Real-World GenAI Web Apps
End-to-end GenAI applications with React, Node.js, Express, and LangChain. Chatbots with chat history, vector-based retrieval, NestJS backends, Redux state, and deployment strategies.
React NestJS LangChain Deployment
Module 07 // Ethics & Security
Ethics, Evaluation & Security
Bias, hallucination detection, safety challenges, model evaluation metrics, regulatory trends, EU AI Act compliance, multimodal search, and security pipelines for production AI.
Ethics Evaluation EU AI Act Security
Module 08 // Capstone
Final Project
Build and present a complete GenAI application — a RAG Q&A system, autonomous AI agent, multimodal app, or domain-specific chatbot — reinforcing all prior learning in a real-world scenario.
Capstone RAG Multimodal Deploy