Best of langgraphSeptember 2025

  1. 1
    Article
    Avatar of javarevisitedJavarevisited·33w

    LangGraph and n8n in 2025: The AI Stack You Can’t Ignore?

    LangGraph and n8n serve complementary roles in AI system architecture. n8n excels as a workflow automation tool for connecting APIs, databases, and services, while LangGraph specializes in building intelligent AI agents with multi-step reasoning, state management, and complex tool-calling capabilities. The key insight is using n8n for data movement and integrations, and LangGraph for AI reasoning and agent orchestration, rather than treating them as competing solutions.

  2. 2
    Article
    Avatar of langchainLangChain·33w

    Building LangGraph: Designing an Agent Runtime from first principles

    LangGraph was designed as a low-level agent framework prioritizing production readiness over ease of getting started. Built to address LangChain's feedback about customization and scaling challenges, it focuses on six core features: parallelization, streaming, task queues, checkpointing, human-in-the-loop capabilities, and tracing. The framework uses a structured execution model based on the Pregel algorithm with channels and nodes, enabling deterministic concurrency and fault tolerance. Performance scales gracefully with agent complexity while maintaining low latency, making it suitable for production deployments at companies like LinkedIn, Uber, and Klarna.

  3. 3
    Article
    Avatar of tdsTowards Data Science·32w

    How to Build an AI Budget-Planning Optimizer for Your 2026 CAPEX Review: LangGraph, FastAPI, and n8n

    A comprehensive guide to building an AI-powered budget planning system that automates CAPEX portfolio optimization. The solution combines LangGraph for agent orchestration, FastAPI for linear programming optimization, and n8n for workflow automation. Users can send budget requests via email and receive optimized project portfolios that maximize ROI while respecting constraints like sustainability requirements. The system includes email parsing, mathematical optimization using PuLP library, and automated report generation for executive decision-making.