AI++ // email agents, MCP updates, built-in AI and more


Welcome to a new AI++! You might have noticed this is the first you've received in a while (or ever). The developer relations team at Langflow have recently revamped the newsletter, with a new design and a new outlook which we hope you're going to enjoy. We're going to be packing this newsletter full of the best articles, tutorials, and code for everything AI, agents and MCP.

Let's get into the latest that's happening in the world of AI for developers. Read on for articles about making the most of email with gen AI, building MCP servers, and built-in AI in web browsers. And check out the spotlight on our favorite Langflow component, the Agent component.

Phil

Developer relations engineer for Langflow


πŸ› οΈ Building with AI and Agents

​From 'no-reply' to 'please-reply': How to build an AI-Powered Email Assistant with Langflow and SendGrid​​

Tejas Kumar​
The internet is full of articles going back years telling people that sending emails from a "noreply" email address is terrible for your business and users. However, receiving and responding to emails from your users is time consuming and costly. What if you could just get an agent to reply? Tejas dives into how to set this up using Twilio SendGrid and Langflow.

We actually sent this email from please-reply@langflow.org, so you can just reply and ask anything about Langflow.

​Multimodal Support in Chrome's Built-in AI​

Raymond Camden​
At Google I/O in May, Google announced that they were experimenting with a multimodal language model built into Chrome Canary. Raymond shows how to use the prompt API to analyze images directly in the browser. Local models cost developers less to build with and most importantly preserve user privacy. Check out what you can achieve!

​How we built our multi-agent research system​

Anthropic
​
This article contains many, many lessons from building multi-agent systems at Anthropic.

⚑️ Everything MCP

​What's new with MCP​

A big update was released to the protocol last week, including a focus on security. MCP, like everything else in generative AI, is very new and changes are to be expected, so keep an eye on these updates.

​Building an MCP Server with Nx​

Max Kless
​
This article doesn't just show you how to build an MCP server, but how to do so in an Nx monorepo, debug it with the MCP inspector, and release it as an executable package to npm. Comprehensive.

​The remote GitHub MCP Server is now in public preview​

There is going to be a trend of MCP servers moving from local to remote. The GitHub remote MCP server runs the same code as the open-source, local version, you just don't need to run it yourself.

πŸ—žοΈ Other news

​The lethal trifecta for AI agents: private data, untrusted content, and external communication​

Simon Willison
​
If you've seen mentions of MCP vulnerabilities recently, Simon explains why they exist. It's really just a form of prompt injection, which remains hard to circumvent. There are some ideas, but this is important to think about as both a user and builder of these systems.

​Check out the videos from LangChain Interrupt​

The line-up is just full of people building agents and sharing their experiences. You can catch up on the videos now.

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

πŸ”¦ Langflow Spotlight

Each newsletter we like to share a Langflow component that you can use to create your AI flows. As this is the first iteration of our new newsletter, there can be no other component to share than the Agent component.

The Agent component is the centerpiece to so many flows, coordinating tools and other agents seamlessly. Just pick your model provider and model, hook up a few components as tools and you're away. You can even make agents, or entire flows, into tools that an Agent component can use.

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

The topic of security, specifically around prompt injection, is often raised and then dropped with a bit of a shrug as the path to a solution isn't very clear. Thankfully there are people out there thinking hard about it. In AI++ today, there are articles from Meta and Perplexity on this, with ways to mitigate the issue that we should all read and learn from. We've also got news of some great AI events coming up, including the online OpenRAG Summit, along with news of introspective AI models,...

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