Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

The Alignment Waltz: Jointly Training Agents to Collaborate for Safety – Takara TLDR

Integration Brings Anthropic Claude AI Models to Copilot — THE Journal

SViM3D: Stable Video Material Diffusion for Single Image 3D Generation – Takara TLDR

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
VentureBeat AI

OpenAI open sourced a new Customer Service Agent framework — learn more about its growing enterprise strategy

By Advanced AI EditorJune 18, 2025No Comments5 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Join the event trusted by enterprise leaders for nearly two decades. VB Transform brings together the people building real enterprise AI strategy. Learn more

Editor’s note: Carl will lead an editorial roundtable on this topic at VB Transform next week. Register today.

OpenAI has released a new open-source demo that gives developers a hands-on look at how to build intelligent, workflow-aware AI agents using the Agents SDK.

As first noticed by AI influencer and engineer Tibor Blaho (of the third-party ChatGPT browser extension AIPRM), OpenAI’s new Customer Service Agent was published earlier today on the AI code sharing community Hugging Face under a permissive MIT License, meaning any third-party developer or user can take the code, modify it, and deploy it for free for their own commercial or experimental purporses.

This agent example demonstrates how to route airline-related requests between specialized agents — like Seat Booking, Flight Status, Cancellation, and FAQ — while enforcing safety and relevance guardrails.

The release is designed to help teams go beyond theoretical use and start operationalizing agents with confidence.

This practical demonstration arrives just ahead of OpenAI’s upcoming presentation at VentureBeat Transform 2025 next week in San Francisco, June 24-25, where OpenAI’s Head of Platform Olivier Godement will go deeper into the enterprise-grade agent architecture powering use cases at companies like Stripe and Box.

Olivier Godement, OpenAI Head of Product, Platform
Meet Olivier Godement, OpenAI Head of Product, Platform at VB Transform 2025

A blueprint for routing, guardrails, and specialized agents

Today’s release includes both a Python backend and a Next.js frontend. The backend leverages the OpenAI Agents SDK to orchestrate interactions between specialized agents, while the frontend visualizes these interactions in a chat interface, showing how decisions and handoffs unfold in real time.

In one flow, a customer asks to change a seat. The Triage Agent determines the request and routes it to the Seat Booking Agent, which confirms the booking change interactively. In another scenario, a flight cancellation request is processed through the Cancellation Agent, which validates the customer’s confirmation number before completing the task.

Importantly, the demo also shows how guardrails function in production: a Relevance Guardrail blocks out-of-scope queries like asking for poetry, while a Jailbreak Guardrail prevents prompt injection attempts, such as requests to expose system instructions.

The architecture mirrors real-world airline support flows, showing how organizations can build domain-focused assistants that are responsive, compliant, and aligned with user expectations. OpenAI released the code under the MIT license and encouraged teams to customize and adapt it for their own needs.

From open source to real world enterprise use cases: read OpenAI’s foundations for building practical AI agents

This open-source release builds on OpenAI’s broader initiative to help teams design and deploy agent-based systems at scale.

Earlier this year, the company published “A Practical Guide to Building Agents,” a 32-page manual for product and engineering teams looking to implement intelligent automation.

The guide lays out foundational components—LLM model, external tools, and behavioral instructions—and covers strategies for building both single-agent systems and complex multi-agent architectures. It offers design patterns for orchestration, guardrail implementation, and observability, drawing from OpenAI’s experience supporting large-scale deployments.

Key takeaways from the guide include:

Model Selection: Use top-tier models to establish performance baselines, then experiment with smaller models for cost-efficiency.

Tool Integration: Equip agents with external APIs or functions to retrieve data or perform actions.

Instruction Crafting: Use clear, action-oriented prompts and conditionals to guide agent decisions.

Guardrails: Layer safety, relevance, and compliance constraints to ensure safe and predictable behavior.

Human Intervention: Set up thresholds and escalation paths for cases that require human oversight.

The guide emphasizes starting small and evolving agent complexity over time—an approach echoed in the newly released demo, which shows how modular, tool-using sub-agents can be orchestrated cleanly.

Learn more from OpenAI at VB Transform 2025

Teams looking to move from prototype to production will get a deeper look at OpenAI’s enterprise-ready approach during Transform 2025, hosted by VentureBeat.

Presently scheduled for Wednesday, June 25th at 3:10 PM PT, the session—titled The Year of Agents: How OpenAI is Powering the Next Wave of Intelligent Automation—will feature Olivier Godement, Head of Product for OpenAI’s API platform, in conversation with me, Carl Franzen, Executive Editor at VentureBeat.

The 20-minute talk will cover:

Agent architecture patterns: when to use single loops, sub-agents, or orchestrated handoffs.

Built-in guardrails for regulated environments, including policy refusals, SOC-2 logging, and data residency support.

Cost/ROI levers and benchmarks from Stripe and Box, including 35% faster invoice resolution and zero-touch support triage.

Roadmap insights: What’s coming next for multimodal actions, agent memory, and cross-cloud orchestration.

Whether you’re experimenting with open-source tools like the Customer Service Agent demo or scaling agents into critical workflows, this session promises a grounded look at what’s working, what to avoid, and what’s next.

Why it matters for enterprises and developers

Between the newly released demo and the principles outlined in A Practical Guide to Building Agents, OpenAI is doubling down on its strategy: enabling developers to move past single-turn LLM applications and toward autonomous systems that can understand context, route tasks intelligently, and operate safely.

By offering transparent tooling and clear implementation examples, OpenAI is pushing agentic systems out of the lab and into everyday use—whether in customer service, operations, or internal governance. For organizations exploring intelligent automation, these resources provide not just inspiration, but a working playbook.

Daily insights on business use cases with VB Daily

If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.

Read our Privacy Policy

Thanks for subscribing. Check out more VB newsletters here.

An error occured.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleHere are the 24 US AI startups that have raised $100M or more in 2025
Next Article Recent AI Funding Flows Into Four ‘F’s: Food, Fitness, Fashion, Finance
Advanced AI Editor
  • Website

Related Posts

Will updating your AI agents help or hamper their performance? Raindrop's new tool Experiments tells you

October 11, 2025

When dirt meets data: ScottsMiracle-Gro saved $150M using AI

October 11, 2025

Nvidia researchers boost LLMs reasoning skills by getting them to 'think' during pre-training

October 10, 2025
Leave A Reply

Latest Posts

The Rubin Names 2025 Art Prize, Research and Art Projects Grants

Kochi-Muziris Biennial Announces 66 Artists for December Exhibition

Instagram Launches ‘Rings’ Awards for Creators—With KAWS as a Judge

Museums Prepare to Close Their Doors as Government Shutdown Continues

Latest Posts

The Alignment Waltz: Jointly Training Agents to Collaborate for Safety – Takara TLDR

October 11, 2025

Integration Brings Anthropic Claude AI Models to Copilot — THE Journal

October 11, 2025

SViM3D: Stable Video Material Diffusion for Single Image 3D Generation – Takara TLDR

October 11, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • The Alignment Waltz: Jointly Training Agents to Collaborate for Safety – Takara TLDR
  • Integration Brings Anthropic Claude AI Models to Copilot — THE Journal
  • SViM3D: Stable Video Material Diffusion for Single Image 3D Generation – Takara TLDR
  • China issues port crackdown on all Nvidia AI chip imports, says report — enforcement teams deployed to quash smuggling and investigate data center hardware, targeting H20 and RTX 6000D shipments
  • MIT rejects Trump compact, first to stand up to partisan demands

Recent Comments

  1. 신용카드현금화 on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  2. BlipZorpK9Nalay on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  3. KeithCoiva on Steven Pinker: AI in the Age of Reason | Lex Fridman Podcast #3
  4. ThomasFum on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  5. BlipZorpK9Nalay on Steven Pinker: AI in the Age of Reason | Lex Fridman Podcast #3

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.