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

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

AI++

Great news in generative AI in the last week, advanced or experimental models from Google and OpenAI scored gold medals in the International Mathematical Olympiad. I never liked taking maths tests, so I'm very happy to see LLMs take up that challenge for me. This edition of AI++ looks at what makes up an agent under the hood, considers the parts of MCP you might not have thought about (LOL security), and has a couple of pieces on the way we should think about what we're building with AI...

Welcome to a new AI++! We're going to be packing this newsletter full of the best articles, tutorials, events and code for everything AI, agents and MCP. πŸ› οΈ Building with AI, Agents & MCP Langflow Launches 1.5 with Support for Docling and Windows Rodrigo Nader Langflow 1.5 brings a simplified, stable foundation for building AI workflows. With clean core components, improved execution, and a smoother UI, Langflow keeps evolving for real-world use. Langflow Desktop is now available for Windows,...