9 июля 2026 OpenAI одновременно с релизом семейства моделей GPT-5.6 выполнила продуктовый pivot: автономное приложение Codex снимается с поддержки и интегрируется в новое desktop-приложение ChatGPT, параллельно запускается рабочий AI-агент ChatGPT Work. Ниже — технически точный разбор архитектуры трёх режимов, feature set, comparison matrix против Claude Cowork и пошаговый onboarding.
01 События 9 июля: shutdown Codex app и desktop с тремя режимами
В один день произошло три релиза:
- Codex merge в ChatGPT Desktop: с 9 июля 2026 standalone desktop Codex app offline. Весь функционал переносится в новое приложение ChatGPT. Существующие пользователи обновляют Codex app — проекты, settings и workflows сохраняются без migration script.
- GA ChatGPT Work: автономный cross-app agent для knowledge workers; runtime — часы; output — finished files.
- Rollout GPT-5.6: backend для agent capabilities; заметный прирост скорости Computer Use inference loop.
Предыдущее desktop-приложение ChatGPT переименовано в ChatGPT Classic и остаётся доступным.
| Режим | Назначение | Аудитория |
|---|---|---|
| Chat | Диалог, Q&A | Все tier |
| Work | Cross-app autonomous tasks с deliverables | Knowledge workers |
| Codex | Coding agent: code review, PR workflow | Developers, platform teams |
| Доступность | Все планы включая Free — desktop access ко всем трём режимам | |
02 Технические pain points до merge
До слияния desktop stack OpenAI был фрагментирован:
- Context fragmentation: ChatGPT desktop, Codex app и web client без shared project state — высокий switching cost.
- Chat output = drafts: стандартный Chat генерирует suggestions/fragments; last mile в Slack, Google Docs, Excel остаётся ручным.
- Web-only agents без local FS: file-heavy pipelines ломаются без stable read/write local files и desktop app control.
- Long-running tasks без plan gate: multi-hour agent runs без «plan → approve → execute» drift-ят без human-in-the-loop checkpoints.
- Dev vs non-dev silo: OpenAI заявляет ~5M weekly Codex users, из них 1M+ на non-coding workloads — но isolated Codex UI отталкивал business users.
Ставка ChatGPT Work: deliverables, а не ещё один quality draft. Тот же вектор, что у Anthropic Claude Cowork — конкуренция смещается от model benchmarks к workflow embedding depth.
03 ChatGPT Work: feature breakdown
ChatGPT Work — core product update: goal in → planning → tool orchestration → multi-step execution → documents/spreadsheets/decks/web apps out.
1400+ integrations через unified plugin directory
Launch integrations включают:
- Collaboration: Slack, Microsoft Teams, Zoom
- Storage: Google Drive, SharePoint, Dropbox
- Email/Calendar: Gmail, Outlook, CRM calendars
- Sales/Marketing: Salesforce, HubSpot, LinkedIn, Adobe
- Dev/Creative: GitHub, Canva, Zapier
Invocation: @AppName в prompt или natural-language task — agent resolves data source.
Plan Mode
Для complex tasks agent emits numbered execution plan; user approves/edits pre-run — снижает drift и даёт intervention points.
Computer Use
На desktop ChatGPT Work через Computer Use:
- read/write local files
- browse в built-in multi-tab browser
- UI automation: click, type, file moves
- one-shot tasks или Scheduled Tasks (cron/event triggers)
Deliverables pipeline
- Documents: Word/PDF reports, analysis, email drafts
- Spreadsheets: Excel/Sheets, financial models
- Presentations: Slides/PPT с templates
- Web apps: interactive pages via Codex Sites
Scheduled Tasks
Periodic или conditional runs — weekly reports, CRM rollups — без постоянного presence пользователя.
04 Codex post-merge upgrades и ChatGPT Work vs Claude Cowork
Codex не deprecated — получает новые capabilities:
- Diff inline editing: правки прямо в diff view
- PR sidebar review: без context switch
- Faster Computer Use: GPT-5.6-accelerated action loop
- Multi-repo projects: один project span нескольких repositories
Developers могут set Codex as default launch mode; macOS — сохранение Codex app icon. Mobile ChatGPT app sync с desktop Codex projects.
Claude Cowork (Anthropic, April 2026) — тот же product category, другая architecture:
| Dimension | ChatGPT Work | Claude Cowork |
|---|---|---|
| Runtime environment | Cloud + desktop hybrid | Primarily local desktop |
| File access | Desktop: local FS; Web: upload mode | Sandboxed local folder scope |
| Integration ecosystem | 1400+ plugins | 20+ official MCP connectors, native M365 |
| Best fit | Cross-web SaaS orchestration | Local file-heavy document pipelines |
| Non-technical UX | High (familiar chat shell) | Very high (tech abstracted) |
| Pricing model | Usage-based (task complexity) | Seat subscription (Pro from $20/mo) |
| Free tier | Yes — desktop with limits | No |
| Native M365 add-ins | Web-only (no native add-in) | Yes — Word/Excel/PPT native |
| Rule of thumb | Browser + SaaS centric → Work | Local files + doc factory → Cowork |
Production teams в 2026 часто run both: Work для cloud collaboration, Cowork для local document factory.
05 Getting started, rollout schedule, pricing
Desktop (recommended, all tiers):
- Install/update: chatgpt.com/download (Mac/Windows). Existing Codex app → update triggers auto-migration.
- Verify three modes: Chat, Work, Codex in top nav — including Free tier.
- Switch to Work mode.
- Authorize plugins: Plugins Directory — Gmail, Slack, Google Drive, etc.
- Submit task, review Plan Mode output, approve/edit, then execute.
- Validate deliverable, log consumption для cost baseline при scale-out.
- (Optional) Configure Scheduled Tasks для recurring reports.
Web/mobile rollout:
- Pro, Enterprise, Edu: available 9 July 2026
- Plus, Business: rolling out over following days
- Free: web restricted — use desktop for full experience
ChatGPT Work — not a separate SKU; bundled in existing plans with usage-based billing (same model as Codex). OpenAI has not published unit rates.
| Plan | Monthly (US) | ChatGPT Work |
|---|---|---|
| Free | $0 | Desktop, limited |
| Go | $8 | Desktop, extended |
| Plus | $20 | Desktop + web/mobile |
| Pro | $100–200 | Full access, highest quota |
| Business/Enterprise | Team pricing | Full access + Admin Console |
06 Key metrics, sources, strategic implications
- Plugin scale: 1400+ integrations in unified directory at launch.
- Codex user base: ~5M/week, 1M+ non-coding — now reachable via unified ChatGPT shell.
- Cutover date: 9 July 2026, same day as GPT-5.6 GA; standalone Codex app EOL.
- Billing: Work shares consumption model with Codex; Enterprise admins set workspace/group/user limits in Admin Console.
Three strategic shifts:
- Competition axis: model scores → workflow embed depth.
- Codex TAM expands from developers to all knowledge workers.
- Super-app pattern: Chat + agent + coding + file I/O + scheduling + plugin mesh in one desktop binary.
Primary sources (verify against official pages post-release):
OpenAI: ChatGPT for your most ambitious work
The Verge: GPT-5.6, Codex, ChatGPT Work
MacRumors: ChatGPT Work launch
07 FAQ
Q: Standalone Codex app ещё работает?
A: Нет. С 9 июля 2026 Codex integrated в новое ChatGPT desktop app. Update достаточно; projects preserved.
Q: Free users могут использовать Work?
A: Да на desktop с limits. Web/mobile пока closed для Free.
Q: Work vs standard Agent mode?
A: Work — long-running multi-app deliverables, Plan Mode, plugins. Standard Agent — short single-step tasks.
Q: Будет дорого?
A: Consumption scales with complexity; no published unit price. Test small task in Plan Mode first.
Q: Codex projects потеряются?
A: Нет — settings/projects persist; mobile app sees desktop projects.
Q: Work vs Operator?
A: Operator = browser automation agent. Work = broader: plugins, local files, finished docs, multi-hour projects.
Q: Migrate с Cowork на Work?
A: Depends on workflow. Work wins on cloud/SaaS + Free tier; Cowork on local sandbox + native M365. Many teams run both.
Last updated: 2026-07-10 | Features/rollout per OpenAI announcements.
ChatGPT Work + Codex merge bring «AI colleague» to mainstream desktop — но multi-hour agent jobs требуют stable runtime: local Mac sleep прерывает session, shared cloud desktops contend за resources, VM hypervisor overhead slows Computer Use action loop. Pure SaaS agent не заменяет scenarios с dedicated Apple Silicon и native macOS toolchain (Xcode builds, Claude Code / Codex persistent dev machine, local inference). ZUKCLOUD bare-metal Mac mini nodes — dedicated physical host без hypervisor tax, 7×24 uptime, flexible day/week/month rental — для Codex multi-repo или stable host под ChatGPT Work desktop automation. См. Mac Mini M4: аренда vs покупка 2026.