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