SShortSingh.
Back to feed

Codex Reaches 7M Users, but Claude Code Leads on Revenue Per User

0
·1 views

OpenAI's Codex coding agent surged from 600,000 to 7 million weekly active users between January and July 13, 2026, a roughly 730% increase in five months. Key growth drivers included a February desktop app launch, an April general-purpose agent update, and the July 9 GPT-5.6 release, which also merged Codex into the ChatGPT desktop app. Anthropic's Claude Code, by contrast, reported $2.5 billion in annualized recurring revenue as of February 2026, the fastest any developer tool has reached that milestone. Claude Code held 4.2 million weekly active users in Q1 2026 when Codex was still below 1 million, and is estimated to generate around $500 per user per year — significantly more than Codex. The comparison highlights a key distinction: Codex leads on raw user volume while Claude Code leads on revenue per user, making the two products difficult to rank by a single metric.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer builds custom orchestration layer after hitting Codex subagent limitations

A developer who uses OpenAI's Codex daily built a custom orchestration layer on top of it after finding that subagent capabilities vary inconsistently across the desktop app, CLI, and tool-backed sessions. While Codex natively supports parallel subagents, custom roles, and per-agent model settings, the developer found that fields like model choice and reasoning effort were not reliably exposed at spawn time in all surfaces. Two internal implementations, V1 and V2, handle subagent orchestration differently, with V2 still behind a feature flag and not recommended for stable use by OpenAI collaborators. The custom layer was not intended to replace Codex but to add programmatic control over model selection, reasoning effort, and job queue size. The developer also flagged Codex Ultra's multi-agent mode as a token-intensive option whose underlying architecture has not been publicly confirmed by OpenAI.

0
ProgrammingDEV Community ·

Engineer Shares Terraform Cloudflare DNS Checklist to Prevent Silent Outages

A software engineer at kuryzhev.cloud has published a 14-step checklist for safely running Terraform applies against Cloudflare DNS zones, prompted by a real incident last quarter. A staging record was accidentally set to proxied=true via the Cloudflare dashboard, causing Cloudflare to intercept SSH traffic on port 22 and making a bastion host unreachable for forty minutes. The checklist covers provider version pinning, API token scoping, secrets management, and state isolation across dev, staging, and production environments. It also addresses Cloudflare API rate limits — capped at roughly 1,200 requests per five minutes per token — which can become a bottleneck when managing large numbers of DNS records in bulk. The guide is intended as a recurring pre-apply discipline rather than a one-time setup reference, given that DNS misconfigurations surface immediately as user-facing failures.

0
ProgrammingDEV Community ·

Why AI Agents Fail: Poor Specs, Not Bad Code, Are the Real Bottleneck

Software developers using AI agents in 2026 are finding that output quality depends heavily on the specifications fed into the agent's context window, not just the code itself. A common workflow improvement — storing product requirement documents in a repository — initially boosts agent performance but breaks down as specs grow large, drift from actual code, or contradict each other across modules. When specs go stale or are owned by no one, AI agents can misinterpret outdated requirements as ground truth and inadvertently introduce regressions. The core argument is that plain markdown files in a repo lack validation, schema enforcement, or consistency checks, making them unreliable inputs for agentic pipelines over time. The article calls for purpose-built tooling focused specifically on keeping specifications accurate, current, and coherent rather than relying on general-purpose project management or documentation platforms.

0
ProgrammingDEV Community ·

Microsoft's AI security tool tripled monthly CVE patches with higher severity ratings

An independent analysis of Microsoft's Security Update Guide data found that monthly CVE counts surged roughly three times above the pre-2026 baseline after Microsoft deployed AI-powered vulnerability scanning. The July 2026 patch package contained 1,150 CVEs, compared to an average of 383 in the eight sampled months before the increase. Severity metrics also rose sharply, with the CVSS median jumping from 6.5 to 7.5 and remote code execution vulnerabilities nearly quadrupling. Microsoft had publicly warned in a July 2026 blog post that AI-assisted discovery would increase patch volumes, but offered no specific figures. Analysts suggest the surge reflects a long-standing backlog of discoverable bugs rather than a sudden increase in new vulnerabilities.

Codex Reaches 7M Users, but Claude Code Leads on Revenue Per User · ShortSingh