Be the first to find out what's next for RAG at the OpenRAG Summit on 11/13
gradient

Blog

Latest Post

Discover how to build a simple yet powerful coding agent using Langflow and MCP servers. Learn how to connect user input to a model that can read and write files, understand project structure, and autonomously code for you.

Older Posts

The Complete Guide to Choosing an AI Agent Framework in 2025

The Complete Guide to Choosing an AI Agent Framework in 2025

Written by Tejas Kumar

October 17, 2025

This is a developer-oriented, technical, and balanced review of Langflow, n8n, OpenAI's new AgentKit, LangChain (+ LangGraph), CrewAI, and AutoGPT—plus a decision matrix with 10 factors, use case recommendations, and honest pros/cons all oriented to helping you and your team choose the right tool for your specific use case.

Compare OpenAI's AgentKit and Langflow by building an agent

Compare OpenAI's AgentKit and Langflow by building an agent

Written by Phil Nash and Tejas Kumar

October 13, 2025

The recent launch of OpenAI's AgentKit has sparked excitement among developers, but how does it stack up against existing solutions like Langflow? In this in-depth comparison, we'll dive into the strengths and weaknesses of each platform, exploring their capabilities and trade-offs through a real-world example. By building the same AI agent in both platforms, we'll help you make an informed decision about which tool is right for your next project.

Build your own MCP server in Langflow

Build your own MCP server in Langflow

Written by Phil Nash

October 10, 2025

Langflow is a powerful tool for building custom AI agents, but did you know it can also be used to create MCP servers that grant access to private data and APIs? This blog post showcases how to use Langflow to build a custom MCP tool that provides documentation for a lesser-known library, making it accessible to coding agents.

Langflow 1.6 released: OAuth for MCP, OpenAI responses API compatibility, and more!

Langflow 1.6 released: OAuth for MCP, OpenAI responses API compatibility, and more!

Written by Phil Nash

October 2, 2025

Langflow 1.6 is out with OAuth for MCP, OpenAI API compatibility, Docling-powered parsing, Traceloop observability and Better UX.

Build an AI alt text generator with Langflow and Next.js

Build an AI alt text generator with Langflow and Next.js

Written by Phil Nash

August 26, 2025

Tired of the tedious task of writing alt text? This article will show you how to build AltTextr, an AI-powered app using Langflow, Next.js, and OpenAI that you collaborate with to generate high-quality alternative text, helping you create better, more accessible websites.

Build Your Own GPT-5: Smart Model Routing with Langflow

Build Your Own GPT-5: Smart Model Routing with Langflow

Written by Tejas Kumar

August 25, 2025

Between o3, o1, 4o, GPT-5, Claude-4.1-opus, Gemini, etc. choosing the right model name for our applications can feel like picking a health insurance plan. In this post, we fix this with Langflow by building a powerful Multi-Agent System (MAS) that implements the LLM-as-judge pattern: one agent decides "think" or "default," an if-else routes the query, and specialized agents do the work.