Build Agentic Apps Bootcamp
A hands-on 2-day sprint that takes you from LLM basics to a deployed AI agent — with tools, memory, RAG, guardrails, and evals baked in.
Download syllabus & resources
Grab the full syllabus PDF and a resources bundle with starter repos, prompt templates, an eval harness, and a curated reading list.
What you'll build
By the end of Day 2 you'll have shipped a working agent that plans, calls tools, retrieves grounded knowledge, remembers users across sessions, and runs behind a real API with logging and evaluation in place.
Learning outcomes
- Design agent loops with planning, tool use, and memory
- Implement function calling and structured outputs reliably
- Build a RAG pipeline with citations and freshness controls
- Add guardrails against prompt injection and unsafe outputs
- Write evals that catch regressions before users do
- Deploy an agent behind a real API with observability
Day 1 — Foundations & your first agent
Agentic AI, demystified
09:00 – 10:00What separates an 'agent' from a chatbot: planning, tool use, memory, and autonomy loops.
LLM foundations for builders
10:00 – 11:30Tokens, context windows, structured outputs, function calling, and cost/latency trade-offs.
Prompt engineering that scales
11:30 – 13:00System prompts, few-shot patterns, chain-of-thought, and prompt versioning.
Tools & function calling (lab)
14:00 – 15:30Wire your first agent to real tools — web search, calculators, and a custom API.
RAG for grounded answers (lab)
15:30 – 17:00Chunking, embeddings, vector search, and retrieval-augmented generation with citations.
Day 1 wrap + Q&A
17:00 – 18:00Review builds, debug common failure modes, and preview Day 2.
Day 2 — Memory, safety & shipping
Agent architectures
09:00 – 10:30ReAct, plan-and-execute, multi-agent, and when to use each pattern.
Memory & state (lab)
10:30 – 12:00Short-term context, long-term vector memory, and per-user personalization.
Guardrails & safety
12:00 – 13:00Prompt injection defenses, output validation, PII handling, and human-in-the-loop.
Evaluation & observability
14:00 – 15:30Build an eval suite, trace runs, track regressions, and score with LLM-as-judge.
Ship it (capstone)
15:30 – 17:00Deploy your agent behind an API + minimal UI, with auth, rate limits, and logging.
Demos & next steps
17:00 – 18:00Everyone demos, peer feedback, and a roadmap for taking your agent to production.
Who this is for
- Software engineers adding AI features to real products
- Data/ML practitioners moving from notebooks to shipped apps
- Technical founders prototyping agentic products
- Curious builders comfortable with JavaScript or Python
What you'll need
- • A laptop with Node.js 20+ or Python 3.11+ installed
- • A code editor (VS Code recommended)
- • An OpenAI, Anthropic, or Lovable AI Gateway API key (we'll help you set one up)
- • Basic familiarity with JavaScript or Python — no ML background required
Tech stack you'll touch
Ready to build your first agent?
Subscribe to be notified about the next cohort date and get the pre-work reading list.
Explore the curriculum