AI++ // gpt-oss, AI UX and accessibility, deep agents & more


OpenAI dominated the AI headlines last week with the release of new open weights models (their first open release since GPT-2) and GPT-5. There’s been some user backlash against GPT-5 replacing all the models in ChatGPT, but as developers we can still pick the GPT we want to use. Not wanting to feel left out, Anthropic released Claude Opus 4.1 and the Qwen team impressed with Qwen-Image.

This week in AI++ we have some great open-source examples of agents, we dive into UX and accessibility for agent interfaces, and run models like gpt-oss locally with Ollama.

Phil Nash
Developer relations engineer for Langflow

🛠️ Building with AI, Agents & MCP

How to run OpenAI’s gpt-oss and GPT-5 models on Langflow

The new OpenAI models are out, but can you run them in Langflow? Of course you can!

LangChain’s Deep Agents and Open-SWE

I love digging into example applications to see how they are built, and LangChain has produced two such agents to take inspiration from: an asynchronous coding agent and a deep research agent framework. Check out the Langflow and JigsawStack take on a deep research agent too.

AI UX Patterns

When developing agents there is a lot to consider in how the application works, but it’s just as important to consider how a user is going to interact with it. This collection of patterns captures many of the common scenarios giving names and examples. On a similar note, this article from Mike Gower in IBM design on Usable AI Chat discusses some of the differences between chatting with a person compared to an AI.

MCP Servers are surprisingly easy. I made one that runs code in a sandbox

Runno is a project that lets you run code written in many different languages in a web assembly sandbox. It’s a safe way to run untrusted (generated?) code. Ben also wrote an MCP server for Runno, so you can provide your agents with a safe place to run code without messing around with containers. Check it out.

Model Context Protocol (MCP) explained: An FAQ

Have you ever asked questions like “How will MCP help everyday internet users?” or “Are MCP servers secure?“

If you have, you’ll definitely enjoy this in depth FAQ on MCP from the fine folks at Vercel.

🗞️ Other news

Six Principles for Production AI Agents

The more people build successful agents, the more we can all learn from them.

AI Interaction Guidelines

From “An agent should always disclose that it's an agent” to “An agent cannot be held accountable” these are some principles you might want to consider in your own agents.

RateMyPrompt

It’s really fascinating seeing what works and what doesn’t with prompts and this collection of user generated prompts that others try and then rate is a good way to find much inspiration.

🧑‍💻 Code & Libraries

  • AI Elements is a component library built on shadcn/ui that provides a bunch of useful components for AI conversations.
  • Open Lovable is an open-source Lovable clone

🔦 Langflow Spotlight

If you want to build completely local agents, using an open model like gpt-oss-20b, say, then combining Langflow with Ollama is one of the best ways to go about it. Get to know the Ollama component and you’ll only be held back by the power of the model you can use locally.

Check out this great walkthrough that showed agentic capabilities from Qwen2 via Ollama in Langfllow from back in March!

🗓️ Events

11am PDT, August 13thDominik Kundel from OpenAI joins David and Carter on The Flow to breakdown everything about gpt-oss.

Can't make the live stream? Subscribe to The Flow wherever you like to get your podcasts.

September 18th–19th – Combine web, AI and community at CascadiaJS 2025 in Seattle. The Langflow team will be there and you can get tickets for a magical 50% off with the promo code LANGFLOW_50.

September 20th – The AI party keeps rolling with the Cascadia AI Hack Day in Seattle. Hang out for a day to see what you can build using AI, Agents and MCP.

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

If you like building agents that get work done, you're in for a treat in this newsletter. CUGA is a new agent framework that is topping benchmarks and using all sorts of cunning under the hood to help you build better agents that can execute complex tasks. There is also news on model releases, code execution sandboxes, and the latest podcast episode from The Flow, all on OAuth and MCP. Phil NashDeveloper relations engineer for Langflow 🛠️ Building with AI, Agents & MCP IBM Research releases...

I normally like to open the newsletter with general news in the world of AI, but I've been heads-down with the rest of the Langflow team working on the newly released Langflow version 1.6. With features like OAuth for MCP, a Docling powered file component, and compatibility with the OpenAI API, it's been worth it. What else has been going on then? OpenAI just hosted their DevDay event with a pile of new releases, while Anthropic had people queue for 2 hours for free hats. Everyone else seems...

Over the last weekend the Langflow team was out at the CascadiaJS conference and Cascadia AI Hackathon. It was inspiring to meet so many developers, work with them on their AI hacks, and see fewer demo hiccups than a Meta product launch. The winning team built a full music sequencer, MIDI keyboard and visualizer that generated beats that could then be edited by hand or further with AI. Congratulations to the winning teams and to everyone who built something and learned something new over the...