Best of langgraphOctober 2025

  1. 1
    Article
    Avatar of dailydoseofdsDaily Dose of Data Science | Avi Chawla | Substack·25w

    Every LangGraph User We know is Making the Same Mistake!

    The supervisor pattern in LangGraph has a fundamental limitation: it routes queries to only one specialized agent at a time, failing when users ask multi-topic questions. An alternative approach using dynamic guideline matching (implemented in the open-source Parlant framework) loads multiple relevant guidelines simultaneously into context, enabling coherent responses across topics. While LangGraph excels at workflow automation, Parlant is designed for free-form conversations, and both can work together complementarily.

  2. 2
    Article
    Avatar of langchainLangChain·26w

    LangChain and LangGraph Agent Frameworks Reach v1.0 Milestones

    LangChain and LangGraph have reached their 1.0 stable releases, marking a commitment to no breaking changes until 2.0. LangChain 1.0 introduces the create_agent abstraction with middleware support for customization, standardized content blocks across providers, and a streamlined package focused on core agent functionality. LangGraph 1.0 provides production-ready features including durable state, built-in persistence, and human-in-the-loop patterns for complex workflows. Both frameworks are backward compatible, with LangChain built on top of LangGraph's runtime, allowing developers to start with high-level abstractions and drop down to lower-level control when needed.