AI++ // for and against multi-agent systems and models playing werewolf


Who is naming these model releases? Gemini’s new image editing model is called Nano Banana (and they dropped a great tutorial on how to use it as a developer). Meanwhile, Microsoft AI launched two models in the new MAI series, presumably pronounced “my” because they’re not OpenAI models. At least OpenAI, the creators of gpt-4o-mini and o4-mini, were a bit more sensible with their recent release of gpt-realtime along with the generally available Realtime API. And that’s only some of the newly model and API releases in the last couple of weeks.

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

🛠️ Building with AI, Agents & MCP

Introducing the MCP Registry

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

On a related note, this article breaks down and implements an MCP server over STDIO using only standard Java libraries.

To build multi-agent systems or not

There seems to be splits in the community over how to build powerful agent systems. Some people espouse multi-agent systems, like in LangChain’s Open SWE coding agent, or these lessons building an AI data analyst. On the other side are the Cline team, who describe mutli-agent orchestration as a “seductive trap”, and Cognition who simply say don’t build mutli-agents.

Building with Langflow

Check out this project to build an AI-powered, Notion note organizer, get into smart model routing, and build your own GPT-5, or combine Langflow, Next.js, and multimodal models to create an alt text generator to help improve accessibility.

Lessons in agent building

Have you got some spare reading time? This is a huge guide, three whole books-worth, on building agentic systems. And here’s a five-post series on context engineering. On the (slightly) shorter side here’s an article on building a CLI coding agent with Pydantic-AI, some lessons on how to build agents with small language models, and a quick article on how a small, focused agent can be more predictable than trying to one-shot a feature with an LLM.

🗞️ Other news

🧑‍💻 Code & Libraries

🔦 Langflow Spotlight

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.

🗓️ 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.

Enjoy this newsletter? Forward it to a friend.

2755 Augustine Dr, 8th Floor, Santa Clara, CA 95054
Unsubscribe · Preferences

AI++ newsletter

Subscribe for all the latest news for developers on AI, Agents and MCP curated by the Langflow team.

Read more from AI++ newsletter

Over the last weekend the Langflow team was out at the CascadiaJS conference and Cascadia AI Hackathon. It was inspiring to meet so many developers, work with them on their AI hacks, and see fewer demo hiccups than a Meta product launch. The winning team built a full music sequencer, MIDI keyboard and visualizer that generated beats that could then be edited by hand or further with AI. Congratulations to the winning teams and to everyone who built something and learned something new over the...

Privacy has been a hot topic for consumer AI applications this month. Users have been finding out that chats with OpenAI, Grok, and MetaAI that they shared, were being indexed by Google and showing up in search results. Sharing a chat with your friend doesn't mean you want to share it with every search engine out there, so make sure your users know what they're doing and don't forget your robots.txt. Multi-agent systems are the theme for this newsletter, with tutorials on how to build them...

OpenAI dominated the AI headlines last week with the release of new open weights models (their first open release since GPT-2) and GPT-5. There’s been some user backlash against GPT-5 replacing all the models in ChatGPT, but as developers we can still pick the GPT we want to use. Not wanting to feel left out, Anthropic released Claude Opus 4.1 and the Qwen team impressed with Qwen-Image. This week in AI++ we have some great open-source examples of agents, we dive into UX and accessibility for...