In AI++ today there are competing views on whether multi-agent systems are the right solution, some diverse examples of Langflow-powered applications and many lessons on building agents. For fans of the game werewolf, you can also find out which model is best at playing.
Phil Nash Developer relations engineer for Langflow
The official MCP registry is an open catalog and API for publicly available MCP servers. You can register MCP servers that you've built, and there is an API to access the data. I noticed there’s no MCP server for the MCP server registry though...
The Prompt Template is one of the core components of Langflow and it features in almost every flow I build, so you should get to know it. It’s a seemingly simple component, initially just a template input.
When you add a mixture of static text and curly brace surrounded variables you can add as many external inputs as you need. You can bring together message history, user queries, and any other context that will be useful to your agents.
The prompt template turns normal text into the prompt of your dreams
🗓️ Events
September 10th – AI-Driven Development Day is a free online event digging into AI workflows, prompting techniques and agent strategies that make you a better developer with these new tools. Tejas and Phil from the Langflow team will be presenting. If you can't make the event, register to receive the recordings.
September 18th–19th – Combine web, AI and community at CascadiaJS 2025 in Seattle. The Langflow team will be there, and you can get tickets for a magical 50% off with the promo code LANGFLOW_50.
September 20th – The AI party keeps rolling with the Cascadia AI Hack Day in Seattle. Hang out for a day to see what you can build using AI, Agents and MCP.
October 15th–16th – join the Langflow team at AI for the rest of us in London. Promising two days of inspiring and practical sessions that demystify jargon, share real world stories of AI in action, and include developer focused sessions and hands-on workshops, this will be a fantastic community event.
Agents are starting to take on a life of their own, and as agent builders we need to consider the potential outcomes. The story of the autonomous agent that was denied when it opened a pull request to contribute to matplotlib and consequently wrote a hit piece on the maintainer had opinions on the internet veering between a fabrication or the beginning of Skynet. I think the lesson we should be taking away from this is that the the end user of an agent is not the only human that may come into...
The last couple of weeks has seen the explosion of OpenClaw (née ClawdBot), developers around the world have finally found the agent that acts like the AI they've been promised. I'm personally a little concerned over the security and privacy aspects of letting a powerful agent run wild with an all access pass to your computer and all your data, but I am excited to see the experimentation. It's fun, and maybe a little silly, to see the growth of social media for agents, with Moltbook providing...
It seems I can't look at the internet without seeing talk of Ralph Wiggum or Gas Town. Developers are either running their coding agent in loops or strapping together many parallel coding agents. Coding agents are far and away the most successful agents out there right now, so I always think it's worth keeping an eye on. It's fun to see multiple sub-agents, roles, memory and coordination on one side and a loop on the other. This week in AI++ we have articles on building agent memory,...