Skip to main content

OpenAI now lets teams make custom bots that can do work on their own

Curated RSS Brief
OpenAI now lets teams make custom bots that can do work on their own
Published: April 22, 2026 at 20:09 | Source: theverge.com
AI Close AI Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All AI News Close News Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All News OpenAI Close OpenAI Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All OpenAI OpenAI now lets teams make custom bots that can do work on their own The new workspace agents can perform tasks like reporting on product feedback on their own in the cloud. The new workspace agents can perform tasks like reporting on product feedback on their own in the cloud. by Jay Peters Close Jay Peters Senior Reporter Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by Jay Peters Apr 22, 2026, 8:09 PM UTC Link Share Gift Image: Cath Virginia / The Verge Jay Peters Close Jay Peters Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by Jay Peters is a senior reporter covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. OpenAI is giving users of its Business, Enterprise, Edu, and Teachers plans access to cloud-based “workspace” agents available in ChatGPT that can perform business tasks. In its blog post , OpenAI gives examples of agents like one that finds product feedback on the web and sends a report in Slack and a sales agent that can draft follow-up emails in Gmail. These new agents follow increasing interest in agents across the AI landscape, especially after OpenClaw — the AI agent formerly known as Clawdbot and Moltbot that touts itself as the “AI that actually does things” — went viral . OpenClaw founder Peter Steinberger now works for OpenAI . OpenAI is also facing increased competition from Anthropic, which offers its own Claude Cowork agent that can complete tasks for you using files from your computer, as well as a separate platform for making autonomous agents . OpenAI’s new workspace agents can be shared within organizations, “so teams can build an agent once, use it together in ChatGPT or Slack, and improve it over time.” The company says that the agents are designed to “gather context from the right systems, follow team processes, ask for approval when needed, and keep work moving across tools.” However, the agents could signal the end of OpenAI’s “GPTs,” which are custom chatbots the company announced in 2023 . The company says that workspace agents are an “evolution” of GPTs and that “GPTs will remain available while teams test workspace agents with their workflows.” Sometime soon, OpenAI will also “make it easy to convert GPTs into workspace agents.” When reached for comment, OpenAI spokesperson Taya Christianson pointed back to the blog post but didn’t share additional information. Follow topics and authors from this story to see more like this in your personalized homepage feed and to receive email updates. Jay Peters Close Jay Peters Senior Reporter Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by Jay Peters AI Close AI Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All AI News Close News Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All News OpenAI Close OpenAI Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All OpenAI Most Popular Most Popular Anthropic’s most dangerous AI model just fell into the wrong hands Framework is building a better couch keyboard because everyone hates the Logitech one Sony’s PlayStation 5 is $200 off for the first time since December Behind the unraveling of Dan Crenshaw Powerplay 2: Logitech made its magic mousepad cheaper instead of better The Verge Daily A free daily digest of the news that matters most. Email (required) Sign Up By submitting your email, you agree to our Terms and Privacy Notice . This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Advertiser Content From This is the title for the native ad
  • AI Close AI Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All AI News Close News Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All News OpenAI Close OpenAI Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All OpenAI OpenAI now lets teams make custom bots that can do work on their own The new workspace agents can perform tasks like reporting on product feedback on their own in the cloud.

Market analysis reveals significant growth potential in the sector discussed in 'OpenAI now lets teams make custom bots that can do work on their own'. Investment patterns and market trends indicate strong confidence in these technologies, with venture capital and corporate investments driving further innovation and development.

User experience and accessibility are key themes that emerge from the analysis of 'OpenAI now lets teams make custom bots that can do work on their own'. The focus on creating intuitive, user-friendly interfaces demonstrates a commitment to making advanced technology accessible to broader audiences and diverse user groups.

The competitive landscape highlighted in 'OpenAI now lets teams make custom bots that can do work on their own' shows how different organizations are positioning themselves in this rapidly evolving market. Strategic partnerships, acquisitions, and research collaborations are shaping the future direction of technological development.

Environmental sustainability and energy efficiency considerations are increasingly important in the context of 'OpenAI now lets teams make custom bots that can do work on their own'. The industry is moving towards more sustainable practices and green technologies to address climate change and environmental concerns.

Education and skill development play crucial roles in the adoption and advancement of technologies discussed in 'OpenAI now lets teams make custom bots that can do work on their own'. The need for specialized talent and continuous learning programs highlights the importance of human capital in technological progress.

If you want the exact wording, examples, or full context from the publisher, open the original source article.
Open Original Article

Comments

Popular posts from this blog

The Metaverse: The Next Evolution of the Internet

  What is the Metaverse? The Metaverse is quickly becoming one of the most buzzed-about topics in the tech world. Described as a virtual reality space where users can interact with each other and digital environments in real-time, the Metaverse is often seen as the next iteration of the internet. Instead of simply browsing the web or engaging with apps on flat screens, users would be able to experience a 3D world that’s immersive and interconnected across various platforms. The Components of the Metaverse The Metaverse is built on a foundation of several technologies, including virtual reality (   VR ), augmented reality (AR), blockchain, and artificial intelligence (AI). These technologies work together to create a seamless, interactive virtual environment. For example,    VR  headsets and AR glasses will allow users to navigate the Metaverse as avatars in a digital world, while blockchain technology ensures secure and transparent transactions within the Metave...

Google Python Style Guide

  Google Python Style Guide Table of Contents 1 Background 2 Python Language Rules 2.1 Lint 2.2 Imports 2.3 Packages 2.4 Exceptions 2.5 Mutable Global State 2.6 Nested/Local/Inner Classes and Functions 2.7 Comprehensions & Generator Expressions 2.8 Default Iterators and Operators 2.9 Generators 2.10 Lambda Functions 2.11 Conditional Expressions 2.12 Default Argument Values 2.13 Properties 2.14 True/False Evaluations 2.16 Lexical Scoping 2.17 Function and Method Decorators 2.18 Threading 2.19 Power Features 2.20 Modern Python: from __future__ imports 2.21 Type Annotated Code 3 Python Style Rules 3.1 Semicolons 3.2 Line length 3.3 Parentheses 3.4 Indentation 3.4.1 Trailing commas in sequences of items? 3.5 Blank Lines 3.6 Whitespace 3.7 Shebang Line 3.8 Comments and Docstrings 3.8.1 Docstrings 3.8.2 Modules 3.8.2.1 Test modules 3.8.3 Functions and Methods 3.8.3.1 Overridden Methods 3.8.4 Classes 3.8.5 Block and Inline Comments 3.8.6 Punctuation, Spelling, and Grammar 3.10 Strings...