AI++ // are MCP servers inefficient? What can we learn from coding agents?


There has been a flurry of new frontier models dropping over the last week that you can already use in your applications. Gemini 3 was released today, and Grok 4.1 and GPT-5.1 both arrived last week.

This week we're also learning a lot of lessons from how coding agents are built, including building a coding agent in Langflow if you want hands-on experience with your own. There's also much debate over the efficiency of MCP and whether other tools fit the job better.

Phil Nash
Developer relations engineer for
Langflow

🛠️ Building with AI, Agents & MCP

New model releases ✨

You know what it's like, you're trying to get on with building your world changing agent, and then three new models arrive on the scene within a week. Gemini 3 has just launched and it's has topped the LMArena leaderboard. Gemini also released some interesting new features, including a file search tool and improved structured outputs.

Grok 4.1 arrived just a couple of days ago, topping the LMArena board only to be unseated by Gemini. Still impressive.

It almost seems old news that GPT-5.1 was released a week ago and shortly after in the API, but things move fast in AI!

Lessons from coding agents

Coding agents have been one of the breakout successes so far, so there must be much to learn from them. AmpCode wrote a guide on context management, including some of the features they built into their agent that allow for intentionally including data in the context, as well as editing, restoring and forking context.

Cursor wrote about improving their coding agent with semantic search. The post also highlights using offline and online evals to recognise that a change improves the agent.

If we can learn about all agents by looking at what they can do now, here's a view into the future of agentic coding to take some inspiration from.

And again, you can start your own coding agent from the comfort of Langflow. See how good you can make with just drag-and-drop.

Optimizing MCP

There is great debate over whether MCP is inefficient and whether you would be better having your agent execute code or use a CLI. Perhaps some MCP servers are poorly implemented and using a CLI will result in poorly implementing MCP anyway?

With that in mind, Code-Mode is a library intended to help your agents call tools by executing code and MCP-Optimizer is an intermediary MCP server that optimizes the tools available to an agent.

🗞️ Other news

🧑‍💻 Code & Libraries 

🔦 Langflow Spotlight 

I normally like to show off a feature or component of Langflow in this section, but this week I want to share a blog post from Luiz Henrique Salazar on how to deploy Langflow with custom components on Kubernetes. It’s a fantastic and in-depth tutorial that walks you through a lot, from deploying Langflow with a Helm chart, to building a custom component and deploying it with just the back-end Langflow runtime.

For a simpler deployment recipe, check out Tejas’s post on deploying Langflow to services like AWS, Fly.io, Render, and Hetzner.

🗓️ Events 

December 4th, Sao Paulo, Brazil

Get down to the Langflow Meetup Sao Paulo to meet the founders of Langflow and learn about how people are using Langflow in production today.

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

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

The last couple of weeks has seen the explosion of OpenClaw (née ClawdBot), developers around the world have finally found the agent that acts like the AI they've been promised. I'm personally a little concerned over the security and privacy aspects of letting a powerful agent run wild with an all access pass to your computer and all your data, but I am excited to see the experimentation. It's fun, and maybe a little silly, to see the growth of social media for agents, with Moltbook providing...