Subscribe for all the latest news for developers on AI, Agents and MCP curated by the Langflow team.
Share
AI++ // Langflow 1.7 released, context engineering and agentic security under the microscope
Published 5 months agoΒ β’Β 3 min read
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.
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.
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.
claude-mem is a Claude Code plugin that captures everything Claude does, compresses it, and injects relevant context when required https://github.com/thedotmack/claude-memβ
Working with LLMs is weird, but I never thought it would be as weird as OpenAI having to specifically tell their models not to talk about goblins, gremlins, raccoons, trolls, ogres, or pigeons. It raises so many questions. Thankfully after someone spotted the instructions in the Codex base instructions, OpenAI did give an explanation as to where the goblins came from. They never mentioned why raccoons and pigeons got caught up in the fantasy creature fascination though. In this edition of...
Is a token crunch coming? This week GitHub paused sign-us for GitHub Copilot Pro, Pro+ and Student plans, tightened up their usage limits, and removed Opus from their Pro plans. And today, Anthropic seemed to remove Claude Code from new Pro plans, though that has been reversed quickly. In general, while this is only seeming to affect individual plans related to coding agents, it could point to an inflection point where AI companies start considering how their pricing matches up to their...
The big news last week was that Anthropic mistakenly leaked the source code of Claude Code by leaving source maps in the package. Part of the source code referenced Claude Mythos, which has been properly announced this week as a model thatβs incredibly good at finding software bugs and creating security exploits. Itβs so good that itβs only being shared with 40 partners as part of Project Glasswing. Hereβs a quick heads up, this newsletter is going to be changing format soon. As Langflow...