AI++ // voice agents, subagents, memory, and how repeating yourself can get better results


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 contact with it and we should design accordingly.

In this edition we have practical ways to build with subagents, build voice agents, and build memory for agents. Plus plenty of model releases and a reminder not to get LLMs to generate passwords for you.

​Phil Nash​
Developer relations engineer for
Langflow​

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

Context control

Taking control of your agent's context is key to their success, this article on how LangChain improved their coding agent by improving the harness has some good lessons on how to take advantage of tracing and self-verification. On the other hand, you might be trying to keep your token costs, and thus the size of your context, down. This article on the LLM Context Tax has actionable ways to use caches and avoid sending excess context. Here's an in-depth look at how prompt caching works within OpenAI.

Different ways of building agents

This developer built a sub-500ms latency voice agent from scratch and this is a good practical project on how to build memory for your agent with Python and SQLite. If you want to go beyond agents to subagents, this explainer from Builder covers a lot of ground.

As agents get more complex so do evals. Finding out what to eval, and that sometimes the thing you built didn't help, were part of this developers first evals.

Building skills

This is a great guide on how to build an Agent Skill for a developer tool. Did you know that Skills are supported in the OpenAI API now too?

🧠 New models

It's been a little while since I sent a newsletter, so there has been a lot of new models. Some interesting ones are:

πŸ—žοΈ Other news

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

πŸ“… Events

I'll be out at OpenSearchCon China on March 16th-17th, speaking about document ingestion with Docling and OpenSearch with Carol Chen from Red Hat.

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

It seems I can't look at the internet without seeing talk of Ralph Wiggum or Gas Town. Developers are either running their coding agent in loops or strapping together many parallel coding agents. Coding agents are far and away the most successful agents out there right now, so I always think it's worth keeping an eye on. It's fun to see multiple sub-agents, roles, memory and coordination on one side and a loop on the other. This week in AI++ we have articles on building agent memory,...

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