Back home

Track B · Technical AI

From prompts to production.

Who it's for

Developers, technical PMs, data folks, ML-curious engineers. Comfortable in a terminal and with at least one programming language.

Outcome

You can design, build, evaluate, and ship AI systems — from prompt-engineered apps to RAG, agents, fine-tuning, and reasoning about model internals.

Prerequisites

Python 3.11+, a code editor, API credits (~$30–50 over the course).

Level 1 Fundamentals 3 sessions · 90 min
01

How LLMs Actually Work Tokens · Attention · Training

Tokens, embeddings, and attention at an intuition level, plus why context, latency, and cost are shaped the way they are.

02

Prompt Engineering as a Discipline System prompts · Structured output

System vs. user prompts, JSON/XML output, few-shot and chain-of-thought — hitting a target structured output reliably.

03

Calling the API SDKs · Streaming · Cost control

Anthropic and OpenAI SDKs, streaming, retries, rate limits, and caching — building a CLI tool with proper error handling.

Level 2 Building Real Applications 4 sessions · 2 hrs
04

Tool Use & Function Calling Schemas · Routing · Failure modes

Schema design, parallel tool calls, and failure modes like bad args and hallucinated tools — building an agent that queries a real API.

05

RAG: Retrieval-Augmented Generation Chunking · Reranking

Vector DBs, hybrid search, and reranking — plus when RAG beats long context and when it doesn't, measured on your own docs.

06

Agents: Design Patterns ReAct · Reflection · Multi-agent

Plan-and-execute, memory tiers, and browser agents — building an agent that completes a real multi-step task.

07

Evals: How You Know It Works Eval-driven development

LLM-as-judge, rubrics, and golden sets — writing 30+ evals for your own system and running them in CI.

Level 3 Production 3 sessions · 2 hrs
08

Shipping AI Systems Observability · Guardrails

Tracing, logging, replay, and input/output validation — deploying an instrumented app and fixing a bug in real traffic.

09

Safety, Security & Cost Threat modeling agentic systems

Prompt injection, data exfiltration, and cost engineering — red-teaming your own agent and patching what breaks.

10

Fine-Tuning & Distillation SFT · DPO · RLAIF

When fine-tuning is worth it, building a dataset from production traces, and beating the base model on evals.

Level 4 Frontier 3 sessions · 2 hrs
11

Model Internals & Interpretability Features · Circuits · SAEs

Mechanistic interpretability and activation steering — probing a small open model and finding a feature to steer.

12

Reasoning, RL & Frontier Training o-series · R1 · Claude thinking

What changed with reasoning models, RL from verifiable rewards, and where post-training is heading next.

13

Capstone Project Demo day · Write-up

Ship a non-trivial system — agent, RAG, evals, deployed, and monitored — with peer review and a lessons-learned write-up.

By the end you can

  • Explain LLM behavior to a non-technical stakeholder without lying
  • Build a tool-using agent that survives real user input
  • Design a RAG pipeline that beats long-context by the numbers
  • Write evals before you write features
  • Instrument, deploy, and observe an AI system in production
  • Threat-model an agent and patch prompt-injection vectors
  • Decide when fine-tuning is worth the operational cost
  • Read a frontier paper and know which ideas matter for your stack