AI++ // agent memory and architecture, and how Nano Banana got its name


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, evaluating your agents, and some different agent design patterns. Also, see how ServiceNow shipped a very vulnerable agent (it wasn't the AI's fault), and find out how Nano Banana got its name.

Phil Nash
Developer relations engineer for
Langflow

🛠️ Building with AI, Agents & MCP

Agent architectures and patterns

The LangChain blog published a great round-up of multi-agent architectures, including the trade-offs you make between them. For each of those agents, check out the design patterns you can use to get them to work well, from giving them a computer to different ways to handle context. Vercel have been arguing that complex agents aren't required, they can be great as long as they have access to a filesystem and bash. Although if you're working with smaller models there's some work to do to make them smarter for your use-case.

Memory is hot

OpenAI published a very in-depth tutorial on building long-term memory using the Agents SDK. Meanwhile GitHub described how they have added memory to Copilot. Copilot specifically includes links to lines of code as citations for its memories, meaning it can correct or update itself if things change.

Building your own coding agents

The Claude Agent SDK is the engine behind Claude Code, and Nader Dabit uses it to build a code review agent. On the Langflow blog, we look into a small part of the coding lifecycle, generating commit messages using a git MCP server.

🗞️ Other news

  • Google, Shopify, Etsy, and others have been working on the Universal Commerce Protocol to give agents the ability to buy things for you. Here's how UCP works under the hood
  • OpenAI released the Open Responses spec, a shared schema based on their Response API and supported by NVIDIA, Ollama, LM Studio, and more
  • At Block they've been working on red-teaming Goose, their open source agent. It's a great look into adversarial attacks on agents
  • ServiceNow released an agent that was all kinds of vulnerable. The kicker? The vulnerabilities were around authentication, identity and excess privileges in the functions that the agent was given access to, not in the agent itself. Check out Snyk's breakdown of the issues
  • Google is working on adding gRPC as a transport for MCP
  • Ever wondered how Gemini's Nano Banana got its name? Wonder no more

🧑‍💻 Code & Libraries

  • Tool UI and JSON Render are two projects that provide schemas for UI components so that LLMs can produce output that will generate UIs
  • Headroom provides various tools to compress tool content and context to give LLMs more space
  • Vercel's love for CLIs for agents produced Agent Browser, a CLI that can power a headless browser
  • On the same note, MCP-CLI is a CLI that allows for dynamic discovery of MCP

📅 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

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

Claude Mythos is here, except it’s called Fable 5 and comes with a few restrictions. It appears to be the largest model released and, according to the benchmarks, the most accomplished. Even more so than Opus 4.8 that was only released 2 weeks ago. It’s also the most expensive model, so you might want to think twice before swapping it into your RAG support chat bot. While it’s impressive to see the frontier march forward, this week in AI++ we’ll take a look at some of the techniques people...