Subscribe for all the latest news for developers on AI, Agents and MCP curated by the Langflow team.
Share
AI++ // Langflow 1.6 released, new dev tools from OpenAI and Anthropic, and much more
Published 6 months agoΒ β’Β 4 min read
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 to be launching AI search APIs. Thanks for checking it all out in this edition of AI++!
Phil Nash Developer relations engineer for Langflow
This is a significant new release as it bundles Docling to make for advanced file parsing. It also brings MCP Composer into the mix to power OAuth protection for your Langflow-powered MCP servers, integrated Traceloop for another observability option, tidied up the UI around components and MCP servers, and added a bunch of new components. Go try Langflow 1.6 now!
Then OpenAI DevDay happened and they announced Apps in ChatGPT, AgentKit, new models in the API including GPT-5 Pro, gpt-realtime-mini, and gpt-image-1-mini. Even Codex got an API too. All the announcements are on the DevDay site.
Cloudflare have taken a different approach to MCP, arguing that models have seen far more TypeScript in the world than training data on calling MCP tools. So they turned MCP tools into TypeScript functions and found that agents could handle more tools, more complex tools, and string tool calls together in custom code without having to go to the model with each individual result. You can try this out in the Cloudflare Agents SDK now.
I know most AI news is about Python or TypeScript, but I have a soft spot for Ruby as a language, so I was delighted to see that there are people out there trying to build agents in the Rails way.
ποΈ Other news
OpenAI also introduced ChatGPT Pulse. It's not something you can use as a developer, but it does change the story around user interactions with AI agents when they can start the conversation.
And finally an artist painted a banana and then used ChatGPT to bring it to life. Check out the banana portal, something that simply would not have existed without AI.
π§βπ» Code & Libraries
βAirweave is an open source tool that can help agents search within any application.
Google released an API for Jules, so now you can build agents that can build agents.
Also from Google, the Data Commons MCP server unlocks huge amounts of public data for your agents.
π¦ Langflow Spotlight
I've got to bring it back to the File component this week, as it just got new superpowers in Langflow 1.6. Add a file to the component, flip the Advanced Parser switch, then pick your pipeline and OCR engine and you now have the power of Docling waiting to accurately parse your documents for your agents.
Advanced parsing for the agents
ποΈ Events
It's a busy couple of weeks for the Langflow team, we're going to be all over the place and it would be great to meet you at any of these events!
October 9th, 5:00 PM PDT, San Francisco - It's SF Tech Week and you can catch Carter from the Langflow team, along with OpenAI, Vercel and Stytch at the MCP & AI Agents: Drinks + Panel.
October 14th, 6:30 PM BST, London - Come on down to JSMonthly where I'll be talking about Web AI.
October 15thβ16th, London β join the Langflow team at AI for the rest of us. 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. You can save 20% off the cost of a ticket with the code LANGFLOWCREW. And look out for me in the keynote session on 16th building an agent in 20 minutes.
Jensen Huang has declared on a podcast that we have reached AGI. For a very specific definition of AGI that probably doesn't agree with what you might think AGI is. One would have thought that the afterglow of NVIDIA GTC would have provided enough hype for at least the rest of the month. Meanwhile, for those building agents, there has been a lot of talk about CLIs and Agent Skills, and this week we focus on evaluating skills to make sure they do what they are supposed to. WebMCP has been an...
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...