Top Podcasts
Health & Wellness
Personal Growth
Social & Politics
Technology
AI
Personal Finance
Crypto
Explainers
YouTube SummarySee all latest Top Podcasts summaries
Watch on YouTube
Publisher thumbnail
Greg Isenberg
26:5310/8/25

I got a private lesson on OpenAI's NEW Agent Builder

TLDR

OpenAI's new Agent Builder enables non-technical users to visually create sophisticated multi-agent AI workflows for tasks like customer support and lead generation, integrating with websites via ChatKit.

Takeways

OpenAI's Agent Builder simplifies multi-agent AI workflow creation with a visual, code-free interface.

ChatKit allows easy integration of custom agents into website chatbots, reducing developer reliance.

Leverage Agent Builder for tailored solutions, empowering non-technical teams, and optimizing customer interactions.

OpenAI has launched Agent Builder, ChatKit, and widgets, significantly lowering the barrier for non-technical users to build complex multi-agent AI workflows. Agent Builder provides a visual interface for orchestrating agents, tools, and logic, while ChatKit allows seamless integration of these agents into website chatbots, removing developer dependency. This suite of tools enables highly customizable AI solutions for customer interaction, data collection, and internal operations.

OpenAI's New Offerings

00:00:52 OpenAI's recent Dev Day introduced three key innovations: Agent Builder, ChatKit, and widgets. Agent Builder is a visual interface for building multi-agent workflows, allowing users to orchestrate parallel or sequential agents, call tools, and perform web searches without writing code. This significantly reduces the technical barrier for creating sophisticated AI systems. ChatKit is an SDK designed to connect these agent workflows to a front-end, enabling easy deployment of custom chatbots on websites, while widgets offer dynamic components to display data within chat interfaces.

Building a Custom Chatbot

00:04:03 A practical demonstration showcased how to build a multi-agent chatbot using Agent Builder, classifying user input as either an existing customer with a support ticket or a new lead. The workflow starts with a text input, which a classifier agent analyzes to determine its type based on predefined prompts and examples. This logic then routes the inquiry to one of two specialized agents: a customer support agent trained on an internal knowledge base (vector store) or a sales lead agent designed to collect specific information for follow-up, such as company name and monthly visits.

Key Features & Benefits

00:12:19 Agent Builder includes crucial features like guardrails for safety and quality, allowing users to moderate content, hide personal information, and prevent hallucinations, which helps build trust in agent responses. It also offers customizable reasoning levels (minimal to high) for agents, enabling precise control over complexity and cost. A significant benefit is the reduction in developer dependency, as non-technical teams can build, deploy, and update these agentic workflows on websites using ChatKit without requiring engineering intervention, offering full control and ownership over the customized solution.

Getting Started & Opportunities

00:23:21 To get started with Agent Builder, accessible via platform.openai.com, users should first identify a specific use case, like automating customer support or lead capture, and then design a multi-agent workflow with specialized roles. Key steps include building data context by cleaning and storing data as a vector store, using minimal context for optimal performance, and specifying roles for each agent. Founders should explore integrating these tools to empower non-technical teams like product, support, and sales, leveraging Agent Builder for internal efficiency and ChatKit for enhanced customer-facing applications, though Claude currently offers more extensive Model Context Protocol (MCP) capabilities.