← GenAI Foundations
Advanced

GenAI Foundations

Advanced

Operate production-grade systems · 15 tutorials · 35-45 min each

Understand and build the baseline AI application patterns used across the rest of the site.

Advanced 1 of 15

Production RAG Architectures and Self-Healing Patterns

Move beyond basic RAG to production-grade retrieval: hybrid search, self-query, re-ranking, and self-healing loops that detect and repair retrieval failures.

Advanced 2 of 15

Multi-Agent Systems and Orchestration Patterns

Supervisor, parallel, and sequential multi-agent patterns. Design systems where specialized agents collaborate, with state management and failure handling.

Advanced 3 of 15

AI System Observability and Monitoring

What to log, how to trace, and how to detect drift before users do. Build the observability stack that turns AI black boxes into diagnosable systems.

Advanced 4 of 15

Security: Prompt Injection, PII, and Red Teaming Your AI App

Prompt injection attacks, indirect injection via documents, PII leakage through context, and how to red team your AI application before attackers do.

Advanced 5 of 15

Fine-tuning vs RAG vs Prompting: A Decision Framework

When to prompt-engineer, when to RAG, and when to fine-tune. A decision framework with cost, complexity, and quality trade-offs mapped out.

Advanced 6 of 15

Writing AI Specifications for Engineers

The BA/PM guide to writing AI feature specs that engineers can actually implement. Eval criteria as acceptance criteria, prompt requirements, and edge case handling.

Advanced 7 of 15

AI Cost Optimization at Scale

Token costs, prompt caching, batching, model routing, and response caching. Techniques that turn a $50K/month AI bill into $12K without sacrificing quality.

Advanced 8 of 15

Deploying AI Systems: CI/CD, Eval Gates, and Rollbacks

AI deployments need eval gates, not just unit tests. Build the CI/CD pipeline that validates AI quality before every deploy and rolls back on degradation.

Advanced 9 of 15

Enterprise MCP and Tool Architecture

Move from ad-hoc function calls to protocolized, auditable tool integrations using MCP and enterprise connector patterns.

Advanced 10 of 15

Agent Runtime Durability: Checkpoints, Resume, and Human Approval

Build agent workflows that survive crashes, pauses, and human approvals without corrupting state or duplicating side effects.

Advanced 11 of 15

Context and Memory Engineering for Enterprise Agents

Design memory layers and context budgets that improve quality and lower cost in long-running enterprise workflows.

Advanced 12 of 15

Agent Evaluation Harness: Trace Grading and Release Gates

Build workflow-aware evals that grade not just final answers, but the trajectory of tool use and decisions.

Advanced 13 of 15

AI Governance: Guardrails, Prompt-Leak Defense, and Oversight

Implement governance controls that prevent data leaks, unsafe actions, and silent policy violations in agentic systems.

Advanced 14 of 15

Agent Interoperability and A2A Patterns

Design multi-agent systems with clear contracts so teams can mix runtimes and frameworks without brittle rewrites.

Advanced 15 of 15

Long-Running Agents and Async Operations

Build background agent workflows with polling, cancellation, retries, and user-visible progress for enterprise reliability.