FEATUREDComputing Life · Share (鸭哥 research reports)· rssZH00:00 · 07·12
→Codex Merges into ChatGPT: Why Agents Are Going Cross-Interface
OpenAI merged Codex into ChatGPT and dropped its standalone desktop app. The same Codex tech that wrote code now handles docs, spreadsheets, and web pages, with over 5 million weekly active users—1 million of them for non-dev work. Anthropic and Cursor are making similar moves: putting different execution modes into one app so agents run in the background while users start tasks from the web, check progress on a phone, and approve results. Two axes drive this: agents are getting better at completing tasks on their own, and systems are compressing long execution runs into quick-to-review summaries, diffs, and anomalies. Coding got there first because software engineering already had mature verification tools like tests, diffs, and PRs. Knowledge work lacked that compression layer until recently, which is why reviewing a 30-slide deck on a phone in two minutes is now becoming feasible. Always-on doesn't require the cloud—a local Mac mini paired with a phone client can achieve the same pattern, with different trade-offs in responsibility and data boundaries. IDEs and desktop apps aren't disappearing; they're becoming specialized execution views beneath a cross-device, always-available delegation service.
#OpenAI#Codex#ChatGPT
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Codex merging into ChatGPT isn't a product cut—it's decoupling execution from the desktop IDE so phones can approve long-running tasks.
sharp
This piece connects several recent product moves into one clear trend: execution environments and human interfaces are decoupling. OpenAI folded Codex into ChatGPT, Anthropic put Chat/Cowork/Code in one app, and Cursor 3.0 split out a task manager—all three are letting agents run in the background while users start tasks from the web, check progress on a phone, and approve with a tap.
The article's framework hangs on two axes: can the agent finish the task on its own, and can the user verify the result cheaply. Coding got there first because software engineering already had mature verification tools—tests, diffs, PRs. Knowledge work (reports, decks) lacked that compression layer. You can't judge a 30-slide auto-generated deck in two minutes. The July 2026 shift is that systems are now adding source tracking, change highlighting, and outline pre-approval, shrinking review from "read 30 slides" to "scan a few anomaly markers."
I'd discount this a bit: the article is AI-generated and doesn't cite independent verification for OpenAI's claimed 5M weekly active users or 1M non-dev users. But the framework itself is useful—it explains why IDEs aren't dying, just becoming specialized execution views beneath a cross-device delegation layer. Also worth noting: always-on doesn't require the cloud. A Mac mini paired with a phone client can achieve the same pattern, which matters for people who care about data boundaries.
HKR breakdown
hook ✓knowledge ✓resonance ✓