AI++ // multi-agent systems are go


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 and many, many lessons learned from having built them.

Phil Nash
Developer relations engineer for Langflow

πŸ› οΈ Building with AI, Agents & MCP

​How to Build a Deep-Research Multi‑Agent System​

Get five agents doing all the business of planning, sourcing, summarizing, reviewing, and reporting for you and explore why multi-agent systems might be right for your project.

​Teaching GPT-5 to Use a Computer​

One developer's project to build an agent that controls your computer in front of you using a hierarchical agent architecture, not bad for a hackathon project! The post goes into great depth into how it works and how it was optimized and trained.

​Best Practices for Building Agentic AI Systems: What Actually Works in Production​

Are stateless subagents in a two-tier system the secret for a powerful agent application? After much experimentation, this developer thinks so.

​What makes Claude Code so damn good (and how to recreate that magic in your agent)!?​

This article breaks down all the neat tricks Claude Code uses to create a delightful AI agent experience. Turns out it also only uses one level of subagent, so maybe there's something in that.

​APIs don't make good MCP tools​

APIs and MCP servers have two very different consumers, so you shouldn't just wrap one in the other. This article shows why and includes tips for your MCP server, check out why CSVs are back in fashion.

​Wicked Python trickery - dynamically patch a Python function's source code at runtime​

Did you know you can dynamically change a Python function’s source code at runtime? What if you could use an LLM to write new code and then dynamically execute it within the context of your application? It might not be a secure idea, but it’s definitely possible!

πŸ—žοΈ Other news

​MCP Vulnerabilities Every Developer Should Know​

OK, I think I've put an article about MCP vulnerabilities into every edition of AI++ so far, but it might be the most important thing you can consider when building your own MCP server, so I'm probably going to continue.

​Context Rot​

This is a great bit of research on how LLM performance can drop off as the context increases. It's quite in-depth, so if you want the quick version, the video summary is worth a watch.

πŸ§‘β€πŸ’» Code & Libraries

πŸ”¦ Langflow Spotlight

The spotlight is normally a place to show off one of the great components you can use in your flows, but Langflow recently crossed 100,000 stars on GitHub so this week we're just celebrating instead πŸŽ‰

Thanks to all the users, contributors and maintainers. The mission to democratize AI goes on!

πŸ—“οΈ Events

11am PDT, August 27th – James Le from TwelveLabs joins David and Carter live on The Flow to investigate searching, analyzing, indexing and editing videos with TwelveLabs AI.

Can't make the live stream? Subscribe to The Flow wherever you get your podcasts.

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.

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

If you like building agents that get work done, you're in for a treat in this newsletter. CUGA is a new agent framework that is topping benchmarks and using all sorts of cunning under the hood to help you build better agents that can execute complex tasks. There is also news on model releases, code execution sandboxes, and the latest podcast episode from The Flow, all on OAuth and MCP. Phil NashDeveloper relations engineer for Langflow πŸ› οΈ Building with AI, Agents & MCP IBM Research releases...

I normally like to open the newsletter with general news in the world of AI, but I've been heads-down with the rest of the Langflow team working on the newly released Langflow version 1.6. With features like OAuth for MCP, a Docling powered file component, and compatibility with the OpenAI API, it's been worth it. What else has been going on then? OpenAI just hosted their DevDay event with a pile of new releases, while Anthropic had people queue for 2 hours for free hats. Everyone else seems...

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