Learn to build a production-ready Retrieval-Augmented Generation system from scratch. We'll combine LangChain's RAG framework with Pinecone's vector database to create an AI assistant that answers questions from your documents with source citations.
Learn to build an autonomous coding agent that can read, write, and modify code files using OpenAI's function calling API. This hands-on tutorial walks through creating a self-directing agent that handles real development tasks with minimal human intervention.
Learn to build a ReAct (Reasoning + Acting) agent that thinks through problems step-by-step using Claude's tool calling capabilities. This tutorial walks you through creating an agent that can use web search, perform calculations, and read files to answer complex questions.