
Blog
Latest Post
How we use Langflow AI workflows to gather content for the AI++ newsletter
Written by Phil Nash
November 14, 2025
We built a custom AI workflow to automate the repetitive task of gathering content for our developer newsletter. This article details how the flow ingests any URL, uses an LLM to generate a summary and category, and then saves the result to a Notion page. To make it even more efficient, they share a simple bookmarklet that triggers the entire process from any webpage with a single click.
Older Posts

Build your own AI coding agent with Langflow
Written by Phil Nash
November 10, 2025
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.

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
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
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!
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
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.