#ai_agents

3 items tagged #ai_agents

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: Asana replaced 5 years of engineering work with $12,000 in AI coding agents
GeneralTier 1

Asana replaced 5 years of engineering work with $12,000 in AI coding agents

OpenAI News · 5 min

Highlights

  • Codex eliminated 5 years of engineering work in 2 weeks
  • Reduced $6M project cost to $12K using AI agents
  • Parallel coding agents accelerated legacy framework removal significantly
  • Technical debt now feasible with AI-assisted engineering approaches

Asana used OpenAI's Codex to remove Enzyme, an outdated testing framework blocking frontend modernization, in roughly two weeks of engineering effort. The project cost approximately $12,000 in model and infrastructure fees, compared to an estimated $6 million and five-year timeline under the previous staffing plan. Asana's approach involved running up to four coding agents in parallel on separate codebase copies, with engineers reviewing proposed changes twice daily. This success has shifted the company's view of which long-running technical projects are now feasible to tackle, and the team plans to apply similar AI-assisted approaches to other migrations, rewrites, and performance improvements.

Videos

ManagementBeginner
0:00

AI expense tracker spots spending patterns by scanning your email

Matt Wolfe0:00

Highlights

  • Build multi-agent systems to automate repetitive business tasks
  • Extract structured data from unstructured sources like email
  • Identify spending patterns without manual data entry
  • Use AI agents to categorize and organize business expenses

Matt Wolfe demonstrates an AI-powered expense tracker built using Hyperagent that automatically extracts receipts and invoices from email, categorizes business spending, and identifies cost patterns—eliminating manual spreadsheet updates. The system uses multiple AI agents: one scans inboxes for financial documents, another organizes them by category (software, production, travel, etc.), and the workflow surfaces spending insights without user intervention. This is relevant for freelancers, small business owners, and anyone managing multiple expense streams who want to reduce administrative overhead and gain visibility into where money actually goes.