AI++ // Langflow 1.7 released, context engineering and agentic security under the microscope


It is almost the end of the year, so this is the last edition of the AI++ newsletter for 2025. But we're going out with a bang, announcing the release of Langflow 1.7. This release upgrades Langflow's MCP transports to use Streamable HTTP, adds more agent options with CUGA and ALTK, and brings a bunch of new components for your flows.

In other news, Anthropic, OpenAI and Block founded the Agentic AI Foundation gifting the community with the MCP, AGENTS.md, and goose projects. Meanwhile OWASP released their top 10 security risks for agentic applications, gifting the community with a bunch of things to worry about. So good news and bad news I guess.

2025 has been an exciting year for building AI-powered applications, I can't wait to see what 2026 will bring. All I know is that AI++ will be there to help keep you up to date.

Phil Nash
Developer relations engineer for
Langflow

🛠️ Building with AI, Agents & MCP

Langflow 1.7 released

There is a lot to love about the new Langflow 1.7 release: the MCP client and server functionality now supports Streamable HTTP, you can set up authentication for webhook flow triggers, and there are some model-powered flow control components that will level up your flows. Check out the launch video for more on those features.

Also new to Langflow 1.7 is the CUGA agent component. CUGA is a benchmark topping agent built by IBM that reliably supports complex, multi-step tasks. You can read more about using CUGA in Langflow and check out this intro to CUGA on Hugging Face.

The Agentic AI Foundation

The Agentic AI Foundation was co-founded under the Linux Foundation by Anthropic, OpenAI and Block with support from Google, Microsoft, AWS, Cloudflare and Bloomberg. Anthropic donated MCP to the foundation, OpenAI contributed AGENTS.md and Block donated its open source agent goose.

Context Engineering

Context engineering is evolving and Phil Schmid shares the challenges that need to be solved, including context rot, pollution and confusion. Google also wrote up how their ADK has been designed to support the discipline of context engineering.

Agentic security

What do goal hijacking, tool misuse, and unexpected code execution have in common? They are all potential attacks on agentic systems highlighted in OWASP's top 10 for agentic applications for 2026. Take a read and consider all the ways your agents could be compromised.

One interesting paper that came out recently discussed how "semantic leakage" means that seemingly innocent phrases can weigh the probabilities of LLM output towards particular answers. Just because you like yellow doesn't make you a school bus driver.

And in a reminder that old security practices should not be forgotten, one developer reverse-engineered a legal AI tool valued at over a billion dollars.

🧠 New models

🗞️ Other news

🧑‍💻 Code & Libraries

🔦 Langflow Spotlight

I've mentioned this in the newsletter already, but there's so much more I can say about the CUGA Agent component. It performs task decomposition, sequences multiple step processes, and has robust error handling. It does this by handing tasks to specialist subagents that make decisions and perform actions without bloating the context. Check out this tutorial in which we build a CUGA agent that uses the file system and two different APIs to automate a fiddly process.

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

The AI Engineer World’s Fair was in San Francisco last week. No, I wasn’t there, and yes, I was feeling all of the FOMO. If you’re in the same position, then you can catch up with what went on with Latent Space’s write-ups from the event and subscribe to the YouTube playlist as it starts to to publish the talks. You can also check out the talks from the online track while you wait. In this edition of AI++ we take a look at the skills it takes to build great Skills, get hands-on with some...

When we last published AI++ Anthropic had just launched Fable 5 and everyone was very excited about another step-change in the quality of models. That excitement didn’t last long as the US government issued an export directive that effectively meant Anthropic had to withdraw access. If you missed out, Ethan Mollick wrote about what it was like to work with Fable 5. I found two interesting looks at the world of AI this week. First, Anthropic published the results of 81,000 interviews with...

Claude Mythos is here, except it’s called Fable 5 and comes with a few restrictions. It appears to be the largest model released and, according to the benchmarks, the most accomplished. Even more so than Opus 4.8 that was only released 2 weeks ago. It’s also the most expensive model, so you might want to think twice before swapping it into your RAG support chat bot. While it’s impressive to see the frontier march forward, this week in AI++ we’ll take a look at some of the techniques people...