Chapter overviews
20 episodes — short audio overviews on chapter overviews.
The Dev Environment — chapter audio overview
Setting Up Your Agent Development Workspace
The LLM Client — chapter audio overview
Connect to major LLM providers.
Internal Developer Platform Vision — chapter audio overview
Design platform architecture with self-service portal, service catalog, and golden paths.
Prompt Injection Defense — chapter audio overview
Implementing Multi-Layer Defense Against Direct and Indirect Prompt Injection
AI Use Case Discovery & Data Readiness Assessment — chapter audio overview
Build automated use case scoring and data readiness evaluation tools for client discovery workshops.
Git Workflows for AI Teams — chapter audio overview
Implement branching strategies, code review workflows, and merge policies for AI projects.
Chat Completion API with Streaming — chapter audio overview
Build FastAPI streaming chat endpoints using SSE for token-by-token delivery across four LLM providers.
GenAI ADR Engine — chapter audio overview
Build an automated ADR (Architecture Decision Record) system that captures, validates, and enforces GenAI-specific technology decisions across model selection, hosting strategy, and RAG-vs-fine-tuning trade-offs.
Document Ingestion with VLMs — chapter audio overview
Build document ingestion pipelines using Docling, Google Document AI, and vision-language models for PDF, HTML, and DOCX extraction with structure preservation.
Hiring GenAI Engineers — chapter audio overview
Design interview loops covering coding, system design, LLM-specific, and evaluation challenges.
Team Structure for AI — chapter audio overview
Design team topologies including platform team, agent team, ML team, and hybrid structures.
Career Ladders for AI Engineers — chapter audio overview
Build career frameworks with IC track early-career-distinguished, management track, and specialist tracks.
Evaluation Dataset Curation — chapter audio overview
Curate, version, and maintain evaluation datasets for hosted LLMs.
EU AI Act Compliance — chapter audio overview
Implement Technical Requirements for EU AI Act Risk Categories with Current Enforcement Timeline
Production Hosted LLM Architecture — chapter audio overview
Understanding API-Based Inference Systems
GenAI CI/CD Pipelines — chapter audio overview
Build CI/CD pipelines using Argo Workflows for prompts, model configs, RAG configs, and guardrail policies.
Containerizing LLM Applications — chapter audio overview
Build a Docker container for a Python app that calls the Gemini API, then run it locally and push to a registry.
Generators & Iterators — chapter audio overview
Processing Data Streams Efficiently
Functions — chapter audio overview
Write reusable, modular code.
FastAPI Fundamentals — chapter audio overview
Build REST APIs with FastAPI, Pydantic validation, and OpenAPI docs.