Posts
All the articles I've posted.
An Introduction to Agentic RAG
Published:A comprehensive introduction to agentic RAG, common design patterns, as well as a few example pipelines.
Guest Lecture at Yale: February 2025 - Agentic Systems with LangGraph
Published:Slides from my guest lecture at Yale for Generative AI & Entrepreneurship class (MGT 899).
Building AI Agents with LangGraph: My First O'Reilly Course!
Published:Announcing my first video course with O'Reilly—Building AI Agents with LangGraph! This course dives deep into AI agent design, action-taking, and multi-agent architectures using Python and OpenAI.
An Overview of Multi Agent Frameworks: Autogen, CrewAI and LangGraph
Published:A brief look at the components of multi-agent frameworks and the current cutting edge options.
Building a Corrective RAG workflow with LangGraph
Published:A deep dive into the process building a corrective RAG workflow using langgraph to handle scenarios where the documents retrieved from a vector database in a traditional RAG workflow are not relevant to answer a question.