Pranav Srivastava
All tracks

Applied AI

LLMs, agents, semantic search — built for production.

LLMsAgentsLangGraphMCPSemantic SearchObservability

Why this track exists

The gap between "I can call the OpenAI API" and "I can build a reliable, observable AI system" is large. This track closes it.

It is where the foundations from Track 1 meet the practical engineering from Track 2 — and turn into systems that actually work in production.

What you will learn

  • How LLMs really work, what they are good at, and when they fail
  • Semantic search and RAG: building systems that retrieve the right context
  • AI agents with LangGraph: stateful workflows, tool use, human-in-the-loop patterns
  • MCP (Model Context Protocol): connecting agents to your tools and data safely
  • AI observability: tracing, cost tracking, error handling, budget limits

Who this is for

  • Engineers building AI-powered products or internal tools
  • Developers who want to go beyond prompting to building real agent systems
  • Anyone who wants their AI systems to be observable, debuggable, and production-safe

What this unlocks

  • Personal AI OS — the capstone track, where everything combines into a real running system

Courses in this track

1

The ReAct Loop

Available

Reason + Act: the Thought → Action → Observation loop behind every modern AI agent. From the 2022 research to production practice — with an interactive trace you can step through, move by move.

Intermediate5 lessons
2

MCP for Practical Builders

Available

Learn Model Context Protocol from scratch — how it works, how to build servers in Python, and how to give AI assistants safe access to your files, databases, and APIs. Ends with a complete hands-on project.

Beginner to Intermediate10 lessons
3

Semantic Search & Embeddings

Available

Move beyond keyword matching — dense vector search, embedding models, hybrid retrieval, and RAG pipelines that actually ground LLM responses in real knowledge.

Intermediate8 lessons
4

RAG in Production

Available

Start from 'what is RAG and why' and go all the way to a retrieval system you can trust in production — ingestion, chunking, retrieval quality, grounding, evaluation, and the hard edge cases (stale data, access control, prompt injection, cost). With interactive playgrounds to make it click.

Beginner to Advanced10 lessons
5

AI Agents — From Basics to Multi-Agent Systems

Available

Build AI agents from scratch — single-agent patterns, multi-agent pipelines, memory, observability with Langfuse, and a complete hands-on project. Covers LangGraph, CrewAI, AutoGen, and Agno with real code examples.

Beginner to Intermediate10 lessons
6

The Serverless Memory Table

Available

Give stateful, human-in-the-loop LangGraph agents a durable memory on stateless AWS Lambda by building a custom DynamoDB checkpointer. From the mental model to a production-ready, multi-tenant implementation you can deploy.

Advanced9 lessons
7

Giving AI a Memory

Available

A practical tour of what 'AI memory' actually means, how the tools people reach for day to day — claude-mem, mem0, Letta, LangGraph checkpointers, and the memory built into ChatGPT and Claude — really work, and when to choose which. Architect-level, hands-on, and honest about what's still unsolved.

Intermediate8 lessons
8

Designing Your AI Application

Available

The capstone decision framework: given a real problem, what do you actually reach for — a raw model call, RAG, tools, MCP, an agent loop, memory, or a Skill — and why, with honest cost trade-offs at both enterprise and bootstrapped scale. Architect-level, hands-on, and built to stop you overbuilding.

Advanced10 lessons

Complete first

This unlocks

Stay updated

New courses are added regularly — more of this track is on the way.

Get in touch