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

Privacy has been a hot topic for consumer AI applications this month. Users have been finding out that chats with OpenAI, Grok, and MetaAI that they shared, were being indexed by Google and showing up in search results. Sharing a chat with your friend doesn't mean you want to share it with every search engine out there, so make sure your users know what they're doing and don't forget your robots.txt. Multi-agent systems are the theme for this newsletter, with tutorials on how to build them...

AI++

Great news in generative AI in the last week, advanced or experimental models from Google and OpenAI scored gold medals in the International Mathematical Olympiad. I never liked taking maths tests, so I'm very happy to see LLMs take up that challenge for me. This edition of AI++ looks at what makes up an agent under the hood, considers the parts of MCP you might not have thought about (LOL security), and has a couple of pieces on the way we should think about what we're building with AI...

Welcome to a new AI++! We're going to be packing this newsletter full of the best articles, tutorials, events and code for everything AI, agents and MCP. 🛠️ Building with AI, Agents & MCP Langflow Launches 1.5 with Support for Docling and Windows Rodrigo Nader Langflow 1.5 brings a simplified, stable foundation for building AI workflows. With clean core components, improved execution, and a smoother UI, Langflow keeps evolving for real-world use. Langflow Desktop is now available for Windows,...