Frontline Hotspot
Frontline Hotspot

OpenAI's Data Shows Agents Became the Productivity Engine in Six Months

OpenAI's own report shows Codex went from novelty to mainstay in six months-Research usage up 56x, 70.2% of sampled users ran ≥1-hour tasks, 25.6% over 8 hours. Non-developers are now driving enterprise agent growth, and long tasks fit agents only when boundaries are clear.

Published July 29, 20267 min read
<!-- openai-codex-agent-work-hotspot | hotspot | OpenAI's Data Shows Agents Became the Productivity Engine in Six Months -->

OpenAI released a report itself, "How agents are transforming work." Over the past six months, Codex has been used deeper and deeper inside OpenAI. Look at the metric of merged output tokens from active internal users: the Research department in June 2026 was 56x higher than November 2025, Customer Support 32x higher, Engineering also climbing. Numbers from a company using its own people as the sample tell you most clearly what happened to agents this half-year.

1. From Novelty to Mainstay: What OpenAI's Own Report Says

Reading internal data means first admitting its value: OpenAI is genuinely rolling out Codex across its whole company, not just posting a demo video. That also carries a limit, since OpenAI's sample is "own company plus own product," and how far it generalizes to other companies needs a discount. Even so, a few sets of numbers are worth unpacking.

First set, depth of internal usage. By merged output tokens from active internal users, the Research category grew 56x in half a year, Customer Support 32x, Engineering also climbing. This isn't registration count or login count, it's the merged volume of tokens actually being produced, directly reflecting "how deep the use goes." The watershed for any new tool moving from novelty to production mainstay is the shift from "occasional click" to "daily output." OpenAI has crossed that line.

Second set, task complexity. Per OpenAI's paper and TechTimes reporting, in December 2025, 35.4% of users submitted at least one task that "would take a human ≥1 hour" to complete; by May 2026, that ratio rose to 70.2%. 25.6% of users delegated a task that "would take a human >8 hours." Axios reported the same caliber numbers on June 25, 2026: 70.2% of Codex users made at least one request that saved >1 hour of human labor, 25.6% over 8 hours.

This set of numbers carries more signal than "internal tokens up 56x." It says users are no longer using agents to tweak comments or write function names, they're starting to throw genuinely time-consuming work at them.

But the sample scope must be spelled out. Axios noted in its report: this is based on a 0.1% random sample of individual users, with thresholds estimated by models, not a full-volume statistic. Don't take "70.2%" as a universal industry verdict, it's a sampled ratio. Treat it as a trend signal that "roughly this order of magnitude of agent users is running long tasks," reasonable; cite it as a precise percentage and you're misusing it.

2. Non-Developers Rising: Who's Using Codex to Get Work Done

TechTimes's June 26 piece flagged a trend often missed: non-developers are becoming the main force of enterprise agent growth.

This runs counter to what most people picture. Mention Codex and the default assumption is a programmer tool. Yet OpenAI's report singles out Research and Customer Support as two departments, implicitly signaling that agents long since spilled outside Engineering. Customer service writing ticket summaries, researchers running literature reviews, operations doing data pivots, these tasks share a common shape: "long flow, many steps, but each step has a clear deliverable." This kind of work used to eat human hours; now it's naturally agent territory.

The significance is that agent's market ceiling is far higher than imagined. If it were only a programmer tool, it would cap out at a few million professional users; the moment it can steadily handle long-flow tasks for non-developers, the ceiling swaps out, and tens of millions of knowledge workers become potential users. OpenAI putting "non-developer growth" as a highlight in the report is the company itself confirming this path.

3. Can Long Tasks Go to Agents: It Depends on How Clear the Boundary Is

The data looks good, but landing on "which task should I hand to the agent right now" still depends on reliability boundaries.

Third-party test data is worth referencing. In his 2026 Codex review, zackproser offered an observation: for maintenance-class tasks with clear boundaries, Codex's success rate rose from about 40-60% to about 85-90%. This must be labeled clearly, it's third-party subjective impression, not official data, with sample and method not independently reproduced. It can only serve as corroborating evidence that "for boundary-clear tasks, agents do run stably."

That corroboration happens to nail the key variable: whether the boundary is clear. Maintenance tasks are naturally suited to agents, fixed codebase structure, locatable problems, test cases as objective verification, immediate feedback when something breaks. In this closed-loop feedback environment, agents hitting 85-90% is no surprise.

Flip it around: tasks with blurry boundaries, like "help me think of a growth strategy" or "write a viral piece," agents still can't run stably. Not because the model is dumb, but because these tasks have no objective verification loop; the agent can't judge "is it done" or "is it right," so it just keeps going until tokens run out. A simple way to tell if a task's boundary is clear: can you write down the standard for "done" in one sentence? If yes, the agent has an objective anchor; if no, the agent can only guess, and you may not even know whether it guessed well.

The dividing line is therefore clear: whether a task can be objectively verified and has a fast feedback loop decides whether it fits an agent. Maintenance, customer-service summaries, document cleanup, work where "right is right, wrong is wrong," agents can already carry the main load; strategy, creative, judgment, work where "good or not needs human rating," agents still have to drop back to assist.

4. Three Takeaways

First, don't get fooled by the old impression that "agents are still a novelty." Within half a year, OpenAI's internal Research usage grew 56x and 70.2% of sampled users ran ≥1-hour tasks; agents are crossing the "mainstay" line. Still using "it bugs out sometimes" as an excuse not to learn is like saying "phones are insecure, I won't use one" in 2023.

Second, non-developers are the real growth front for agents. TechTimes flagging this isn't accidental. If you do product, operations, or customer service, this wave of upside points at you, not programmers. To judge which task in your hand can go to an agent, one check is enough: does this task have objective right-or-wrong feedback.

Third, reading agent data must carry sample scope. 70.2% is 0.1% sampled, thresholds model-estimated; 85-90% is third-party subjective impression; 56x is OpenAI's own internal users. Behind every number stands a set of assumptions; carry the assumptions out with the number, or you'll mislead yourself and your team.

The value of OpenAI's report is that it's rare hard data from a vendor using its own whole company as the sample. But data, however hard, can't run your workflow for you. Pick the most time-consuming task in your hand, check whether it has an objective feedback loop, and if it does, hand it to the agent for a real try.


References

This article is AI-assisted and human-edited. Last updated: 2026-07-29

Related

Frontline Hotspot

GPT-Live-1 API: real-time voice signals and a cold look

OpenAI shipped the real-time speech model GPT-Live-1 to API on 2026-09-11: full-duplex dialogue (simultaneous speech in and out), handling interruptions, pauses and background noise, aimed at phone voice agents such as restaurant booking and customer service; the model fuses speech understanding and generation in one network to cut latency, and offloads complex reasoning to a backend text model. This piece breaks down each release claim, reads the two-part pattern of "fused understanding and generation" plus "a real-time speech shell around a strong reasoning core" (echoing the 9-10 ChatGPT voice-mode hand-off to GPT-5.6 Sol / GPT-6 Astra), flattens the traditional IVR / ASR+NLU pipeline into a comparison table, and closes with cold takes: quota cost includes backend model hand-offs, Chinese multi-dialect robustness is unverified, the cloud-versus-local boundary, and vendor-claim caveats. Note that GPT-Live-1 is a closed-source API model with no public code repository.

Sep 13, 20269 min read
Frontline Hotspot

ChatGPT Images 2.5: Half the Latency, Real Consistency

OpenAI launched ChatGPT Images 2.5 on 2026-09-09: up to 50% lower latency than 2.0, better preservation of reference-photo subjects and multi-turn edit consistency; ChatGPT adds sketch mode, templates, image comments and prompt sharing; the API ships two models, Flare and Sunburst. This piece breaks down each upgrade, argues the real leap is latency plus consistency rather than raw image quality, reads the two-model split as capability tiering and pricing segmentation (analysis, not official wording), and weighs the long-term lock-in cost of closed APIs.

Sep 9, 20269 min read
Frontline Hotspot

OpenAI Ships GPT-6 Astra, Declares AGI Era Begun

OpenAI released its new flagship GPT-6 Astra on 2026-09-03, with president Greg Brockman declaring "welcome to the AGI era." Core specs: 1.05M token context, 128K token output, knowledge cutoff 2026-04-30, text-and-image input with text output; API pricing \$10/\$50 per million tokens (2.5x GPT-5.6 Sol). Capability leaps: 97.6% on FrontierMath Tier 4, 99.9% on ARC-AGI-3, 100% on ExploitBench (the first model rated at the "Critical" cyber tier), 72.6% on OSWorld 2.0, 57.9% on Terminal-Bench 4.0; alignment overreach dropped from Sol's 48% to 0%. Rollout starts with Trusted Access enterprises and the Daybreak cyber program, then extends to the API, ChatGPT tiers, and AWS.

Sep 4, 20269 min read