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.

New Orchard Road, Armonk, NY 10504
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

A study from Capraro, Marcoccia and Quattrociocchi, written up by The Next Web, gave people AI assistance on a reasoning task and watched their accuracy fall from 27% to 9%. Confidence went the other way, from 30% to 76%, and willingness to say "I don't know" collapsed from 44% to 3%. That gap between being wrong and feeling right is the same failure mode we keep building into our agents, and the mood is showing elsewhere too: Alec Scollon reckons he has LLM burnout, Yael Grauer would like...

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