AI news and explainers at 7 AM weekdays, plus a Sunday weekly at 8Get it in your inbox

METAL LAB

ChatGPT Work: 98% of OpenAI staff use it, under 1% of outside users do

OpenAI's push to bring agents to white-collar work beyond coding is exposing a stark gap between internal and external adoption

이미지: METAL LAB 생성

Summary

  • TechCrunch looked into OpenAI's effort to extend agent capabilities to non-developers through ChatGPT Work, a reworked version of Codex
  • As of June, 98% of OpenAI employees used Codex, compared with 17% of organizational subscribers and under 1% of individual subscribers
  • Hands-on testing surfaced real limitations too, including finicky permission settings and features split awkwardly between the web and mobile apps
제품
챗GPT 워크 — 코덱스를 개조해 비개발자용 에이전트 기능을 제공하는 오픈AI 제품
출시 시점
지난달 오픈AI 최저 유료 구독 등급에 포함돼 출시
내부 채택률
6월 기준 오픈AI 직원 98%가 코덱스 사용(오픈AI 자체 조사)
외부 채택률
같은 시기 조직 구독자 17%, 개인 구독자 1% 미만이 코덱스 사용
이용자 규모
챗GPT 워크·코덱스 합산 이용자 2천만명, 챗GPT 전체 이용자는 10억명 이상
평가 기준
GDPval — 44개 직업, 수백 개 지식노동 과제로 구성된 오픈AI 자체 벤치마크
경쟁 제품
하비(법률), 클레이(영업) 등 모델 비종속형 버티컬 에이전트가 별도로 활동
주요 인물
앤드류 앰브로시노(데스크톱 앱 리드 엔지니어), 티보 소티오(코어 프로덕트 총괄)

The engineer who handed over his inbox

Andrew Ambrosino, who leads OpenAI's desktop app, has given ChatGPT access to his email, Slack account, phone, Notion, and Figma. Asked whether letting the model pull information from private DMs to draft a document could leak something it shouldn't, he told TechCrunch: "If it's for work, I'll take that risk. It hasn't happened yet." That answer says a lot about just how much control he's willing to hand an LLM.

Two arrows branch out from ChatGPT Work. One is a solid line pointing toward employees, showing 98% constant use. The other is a dotted line pointing toward outside users, blocked partway by a dashed gate labeled "permission barrier," with external usage stuck below 1%.
이미지: TechCrunch AI

What ChatGPT Work actually is

ChatGPT Work launched last month as part of OpenAI's lowest-priced paid tier. The goal is to bring agents to white-collar workers who spend their days at a computer — accountants, investors, doctors. It's essentially a version of Codex reworked so that people who don't code can tap into the same kind of autonomous task execution developers already get from coding tools. We covered this on August 11 when OpenAI added a feature that automatically syncs work between ChatGPT Work and Codex, letting projects, conversations, skills, and plugins move between the two products — groundwork that was already being laid around that time.

In its launch post, OpenAI described its goal as "a world where AI helps everyone bring their biggest ideas to life, not just answer questions." That shift is already well underway in coding, but by OpenAI's own read, it's been slower to spread into other parts of the business.

Why OpenAI is pushing so hard

Longer-running agents burn through more tokens, which means better per-user revenue for OpenAI. Coding has been the most profitable corner of the AI industry so far, but justifying the massive spend on training and compute means expanding into professional work more broadly. Meanwhile, vertical-specific rivals like Harvey (legal) and Clay (sales) are going after the same customers by staying model-agnostic and swapping in whichever AI works best for the job. As a16z's Christian Catalini put it in a blog post, "if the large model companies don't quickly lock down the complementary assets needed to scale AI in the market, the value migrates elsewhere."

98% inside, 1% outside

According to an OpenAI-backed survey, 98% of OpenAI employees were using Codex as of June. Organizational subscribers came in at 17%, and individual subscribers at under 1%. That gap is both the problem OpenAI needs to solve and the opportunity it's chasing.

GroupCodex usage (as of June)
OpenAI employees98%
Organizational subscribers17%
Individual subscribersUnder 1%

Ambrosino recalled that when non-developers first started using Codex, it "was hostile — asking what code even is, telling you there's an empty diff." Since February, the team has been reworking it to be usable by anyone. OpenAI says it uses GDPval, an internal benchmark covering hundreds of knowledge-work tasks across 44 professions, combined with user feedback, to decide what to fix.

Putting it to the test

TechCrunch's own hands-on testing produced mixed results. Pulling a child's oddly formatted preschool schedule out of an email and moving it into Google Calendar worked well and saved a lot of manual entry. Tasks that used to require writing a Python script — like building a financial analysis dashboard for public companies or a space-launch database — got handled automatically too. But trying to grant "read-only" access to a cloud drive kept failing, and the system eventually said it would only work if given full access through the mobile app. What's supported and what isn't also felt inconsistent: you can create events on Google Calendar, but you can't create a new calendar altogether.

FeatureCurrent status
Create Google Calendar eventsSupported
Create a new calendarNot supported
Grant read-only permissionsNot supported (full access only)
Change key settingsWeb app only

It's notable that Sam Altman himself reportedly uses the tool to plan his own vacations, which fits with the broader push to move beyond coding automation and into everyday task coordination. Akshay Nathan, who leads OpenAI's product engineering team, said that in an environment flooded with information, "the ability to look at something and act on it is actually the scarce part" — and that ChatGPT's value lies in making access people already have "actually usable."

The competitive landscape

ChatGPT Work isn't the only product chasing this space. Claude Cowork and Perplexity's browsing agents take a similar approach, stitching together email, browsers, and SaaS platforms to tap into a user's existing work context. Yet when asked how Codex differs from Claude Cowork, Joe Gershenson, who leads harness engineering at OpenAI, said plainly: "Honestly, I don't pay much attention to the harnesses other companies build." That's notable, since harness design — deciding what an agent can see and which tools it can reach behind the scenes — is shaping up to be the real battleground here, much like how CLI tools for coding reshaped how developers work in the first place.

Editor's take

The real bottleneck here isn't technical — it's evaluability. Code either runs or it doesn't. A good report or a good sales strategy doesn't resolve that cleanly. The moment OpenAI steps outside coding, it runs into a world where "what counts as correct" is hard to define, and the fact that it's leaning on benchmarks like GDPval to bridge that gap says a lot about how badly it wants a foothold in white-collar work.

Anyone who's tried wiring a coding agent into real workflows will recognize the permissions headaches described here — wanting read-only but only getting full access, settings that only change on the web. That kind of friction always shows up when a tool built for power users starts moving toward a general audience. It's the same pattern coding tools went through: a CLI was enough for early adopters, but reaching everyone else eventually required buttons and clear instructions.

For teams here evaluating whether to adopt agents like this, the 98%-versus-1% gap is worth reading not as a sign of failed adoption, but as a signal about onboarding design. Internal employees already had workflows that Codex could simply mimic; for outside users, getting stuck on permission settings became the first impression. Documenting the scope of access needed before rollout — and separating tasks that genuinely require read-only access from those that need full access — actually saves real time.

In the months ahead, harness design itself is likely to become a key axis of competition. As the gap in raw model performance narrows, what will really separate products is which screens and buttons let people actually put that performance to work.

Comments