#chatgpt_work

2 items tagged #chatgpt_work

Articles

GeneralTier 2

ChatGPT Work adds code execution and web automation Chat doesn't have

Simon Willison · 5 min

Highlights

  • Code execution now has unrestricted internet access, unlike Chat
  • Headless Chrome browser enables web automation and form-filling
  • Persistent filesystem shared across Work sessions, unlike Chat's ephemeral storage
  • Deploy full websites via Cloudflare Workers directly from Work
  • Sub-agents and scheduled automations available only in Work tier

OpenAI's ChatGPT Work, launched in July 2026, is a paid-tier product ($20/month+) that splits into two variants: Work Cloud (web/mobile) and Work Local (desktop). Work Cloud distinguishes itself from regular Chat through several exclusive capabilities: code execution with unrestricted internet access, a headless Chrome browser for web automation, persistent cross-session filesystems, ChatGPT Sites deployment via Cloudflare Workers, sub-agent orchestration, and scheduled prompt automations. Model selection differs too—Work offers Sol, Luna, and Terra at various reasoning levels, while Chat uses different naming conventions. The code execution environment is particularly powerful, allowing repository cloning, dependency installation, and API interactions that Chat blocks. Work also enables browser automation including form-filling, screenshot capture, and JavaScript execution against page DOMs. However, the feature set remains poorly documented by OpenAI, and the combination of private data access, untrusted content exposure, and agent communication capabilities raises security questions around prompt injection attacks. Understanding these distinctions matters for power users deciding between Chat and Work for complex, multi-step tasks.

Learn AI card: OpenAI's Admin plugin handles 45% of support tickets automatically
ManagementTier 1

OpenAI's Admin plugin handles 45% of support tickets automatically

OpenAI News · 5 min

Highlights

  • Manage workspace admin tasks conversationally without switching tools
  • Automate approval routing to Slack or Teams
  • Handle 45% of support tickets automatically
  • Maintain role-based permissions and security controls
  • Reduce manual overhead for routine administration

OpenAI has released an Admin plugin for ChatGPT Work and Codex that consolidates workspace administration tasks into a single conversational interface. Admins can now review usage analytics, manage members and permissions, adjust spending limits, and approve requests without switching between tools or writing complex prompts. The plugin operates within existing role-based permissions and can automate recurring workflows—such as routing approval requests to Slack or Teams and granting access based on predefined criteria. OpenAI's own IT team uses the plugin to handle roughly 45% of support tickets automatically and has transformed reactive incident response into proactive capacity planning. This matters because growing workspaces typically require admins to navigate multiple systems to complete routine tasks; consolidating these workflows reduces manual overhead and improves consistency while maintaining security controls.