AI++ // agents and MCP in 2026 and how less can be more


Happy 2026! I hope your year has kicked off well and that you're looking forward to a year of building ever more impressive and successful agents. As we head into 2026 I'm looking forward to seeing how MCP continues to evolve under the Agentic AI Foundation, the blossoming of many AI-powered workflows, and how harnesses grow to help us build even better agents. What do you think will be the growth areas for the next few months?

In this edition of AI++ we check in with some reviews of 2025, consider how less can be more for some agents, and take a look at memory and context.

​Phil Nash​
Developer relations engineer for
Langflow​

πŸ› οΈ Building with AI, Agents & MCP

A real life agent

​Reachy Mini is a programmable desktop robot from Hugging Face. This walkthrough shows how you can turn Reachy into an agent using locally hosted NVIDIA models. Don't worry if you don't have a robot of your own, there is also a simulator that you can play with. This is a fun, and expressive, way to interact with your agent.

Langflow 1.7 released

Just in case you missed it at the end of last year, Langflow 1.7 was released. The new features include Streamable HTTP support for MCP clients and servers, new components for flow control, and a powerful new agent component CUGA.

Fewer tools makes for a better agent

Vercel have an agent called d0 that they use for understanding their data. After spending a long time building a complicated system with many specialized tools, they stripped a lot away from their agent, reducing the number of tools and ways they tried to control the model, and found that it worked better. As models improve, getting out of the model's way can result in better outcomes.

This is a similar story of a developer that wrote an agent that just had access to bash and some custom scripts. The agent wasn't over-engineered but could easily control a web browser for their dev tools use-case.

What is memory?

"If you're building agents without learned memory, you're leaving performance on the table." is the bold claim from this article on how memory makes for a good agent.

Speaking of memory, Factory looked into evaluating ways to compress memory. Retaining memory while avoiding context rot is going to be key for long running agents this year.

πŸ—žοΈ Other news

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

πŸ”¦ Langflow Spotlight

In Langflow 1.7 there are new components that help you control a flow dynamically. One of those components is the Smart Router. It's an LLM-powered variation of the If-Else component, but it uses a model to judge an input by a criteria that you provide and then creates ports for different routes out of the component. This is a far more powerful way to control a flow and means your flow can be intelligently routed based on any content that flows through it.

πŸ“… Events

On January 29th IBM is hosting AI Demystified, a virtual event and hackathon covering many different open-source AI tools including Langflow, CUGA, Granite models, and the Agent Lifecycle Toolkit (ALTK).

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

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