The Evolution of AI Application Stack: 2020 to 2024
How RAG, LangChain, LangGraph, and GraphRAG built on each other to shape the modern LLM application stack.
Read ArticleBlog / Writing
Notes on voice AI, SaaS architecture, frontend performance, and full-stack engineering.
How RAG, LangChain, LangGraph, and GraphRAG built on each other to shape the modern LLM application stack.
Read ArticleRAG retrieves relevant documents for LLMs, grounding generation in external knowledge instead of model memory alone.
Read ArticleLangChain is a framework to build LLM applications, released by Harrison Chase in October 2022.
Read ArticleLangGraph is a framework to orchestrate complex agents built with LangChain, supporting cycles, state, and multi-agent workflows.
Read ArticleGraphRAG is advanced RAG using knowledge graphs, introduced by Microsoft Research in July 2024.
Read ArticleHow RAG retrieval and LangGraph agent orchestration work together in a production AI booking platform.
Read ArticleCombining Elasticsearch BM25 keyword search with pgvector semantic search for better RAG retrieval quality.
Read ArticlePractical guidance on when classic RAG is enough and when GraphRAG's knowledge graph approach adds value.
Read ArticleWhen and how to move from LangChain linear chains to LangGraph graph-based agent orchestration.
Read ArticlePractical React and Next.js optimizations that improve real user experience without over-engineering the codebase.
Read Article