資料來源#
摘要#
Codex 是 OpenAI 的代理式編程與工作平台——在本 wiki 中,它是 Claude Code 的 OpenAI 端對應產品。它於 2025 年 4 月以命令列工具形式發布,後來成長為多介面 agent harness:以 threaded 互動模型(每項任務各自獨立的工作區)、可重複使用的 skills 與可安裝的 plugins、供程式化工作階段使用的無頭式 App Server Protocol,以及將 Linear 轉化為控制平面的 Symphony orchestrator。它最初是為軟體開發打造——這是一個輸出可驗證、具經濟價值且模組化的領域——但使用範圍已遠超程式碼,延伸至研究、草擬、資料分析與營運。
在這個語料庫中的定位#
- 代理 harness。 建立於 GPT-5 系列 Codex models 之上;可執行多步驟、使用工具並修改檔案的任務。其 threaded 模型讓平行代理編排成為可能——可同時執行許多獨立代理。
- 系統化層。 Skills(
SKILL.md工作流程規格)+ plugins(可安裝的 skills、MCP 整合與 hooks 套件)是代理式工作系統化的基礎;skill 撰寫工作流程,plugin 負責分發。 - 無頭式協定。 App Server Protocol(透過 stdio 傳輸的 JSON-RPC)可非互動式驅動 Codex——也是編排與 CI 式使用的基礎。
- 編排器。 Symphony(OpenAI 的開源專案,2026 年 3 月)從 Linear 看板協調各議題的 Codex 工作區。
- 使用研究對象。 OpenAI 2026 年 6 月的Shift to Agentic AI 研究,透過個人、組織與 OpenAI 內部族群衡量 Codex 的採用情況——2026 年上半年每週活躍使用量成長超過 5 倍,且越來越多使用者來自開發者以外的族群。
桌面應用程式(Ambrosino 的說法)#
本 wiki 原本的 Codex 條目是 CLI + 編排堆疊。Andrew Ambrosino 於 2026 年 6 月的訪談描述了桌面應用程式——一個有自身歷史與發展軌跡的獨立介面:
- 時間線。 團隊於 2025 年 11 月開始打造這款應用程式,在內部進行 dogfooding,並於 2026 年 2 月發布。Ambrosino 強調它是大小適中的介面——「有點像聊天機器人,但不只是聊天機器人;你可以看到程式碼,但我們不會讓你編輯它」——刻意不做成 IDE。
- 使用情況(第一方、未驗證)。 他表示 OpenAI 全公司約 90% 的人(不只是工程師)使用 Codex,約 100% 的員工每週都會使用;每週活躍使用者超過 500 萬,自 1 月以來成長了 約 6 倍。這些是產品負責人提供的
vendor-claim等級數據。 - 從開發者工具到一般知識工作。 關鍵的內部發現是:非工程師(行銷、溝通、財務、法務)使用 Codex 應用程式,「即使它對這些人其實很不友善」——會向他們顯示程式碼,要求他們執行
rg。打造獨立的一般用途介面的嘗試都失敗了,因為「沒有人會離開 Codex 應用程式。」策略於是變成一個**「home base」**——從簡單開始,依使用者需求逐步變複雜,並連接專業工具(它會與財務用的 Excel add-in 對話;也會開啟其他應用程式完成工作)——至於 Ambrosino 說自己很後悔不得不聽到的「super app」標籤,則另當別論。 - 自我延伸。 最具代表性的軼事是:OpenAI 的內部攝影師用 Codex 編輯發布影片;Codex 並不是影片編輯器,卻自行建立了 Premiere Pro extension,透過編輯底層檔案控制 Premiere,接著再與自己寫出的 extension 對話。這個代理將自身延伸到原本未針對它設計的專業工具中。
- 互動模態設計。 這款應用程式同時運用 connectors、應用程式內瀏覽器(現在採用 Atlas 的「owl」堆疊與企業登入)、Chrome-extension bridge,以及 computer use——Ambrosino 認為如何在這些方式之間選擇,仍是正在演變且尚未定案的設計問題(鍵盤快速鍵對應、「瀏覽器位於頂層,還是只供代理使用的瀏覽器」)。Computer use 讓它能在沒有 API 的情況下「直接開始點擊」使用者介面(例如 Google Cloud 控制台)。
- 作為 OpenClaude 式操作員的自動化。 Ambrosino 執行排程任務,將他的約 3,000 個 Slack 頻道整理成每日簡報,再以自然語言引導結果——這是一種正在形成的一級模式,團隊希望讓非建置者也能免設定使用。
這款應用程式也是 Ambrosino 提出產品論點的場景:Implementation Abundance Inverts Product Work、「二月的應用程式若在十一月推出會失敗——改變的只有模型」,以及 Why AI Lags at Design。
Codex 與 Claude Code#
這兩者是本 wiki 的參考 harness,經常被放在一起比較。Loop Engineering 的核心結構性主張是,兩者現在都提供相同的五項基元(automations、worktrees、skills、connectors/plugins、sub-agents),只是名稱不同,因此同一個代理迴圈可在兩者中運作——這也是 harness 縮減的證據。兩者的差異在於制度環境:Codex 位於 OpenAI 的 GPT-5 生態系與 Symphony/App-Server 編排堆疊之內;Claude Code 則位於 Anthropic 的生態系內。「harness engineering」這個框架(OpenAI,2026 年 4 月)是 Codex 對代理優先工作流程的內部哲學。
相關連結#
- OpenAI——製作者;在這個語料庫中,Codex 是 OpenAI 的代理工具鏈脈絡
- Claude Code——與 Codex 比較的 Anthropic 端同類 harness(相同的五項迴圈基元,不同的生態系)
- Symphony——從 Linear 驅動 Codex 的 OpenAI 開源 orchestrator
- Codex App Server Protocol——Codex 的無頭式 JSON-RPC 協定
- Conversation-to-Delegation Shift——建立於 Codex 遙測資料上的 2026 年 6 月使用研究;包含其採用曲線與 token-share 資料
- Agentic Work Systematization——Codex 的 skills/plugins 所在的系統化基礎,也是該研究衡量的對象
- Parallel Agent Orchestration——Codex 的 threaded 模型使研究所記錄的並行性成為可能
- Loop Engineering——Codex 是目前提供全部五項迴圈基元的兩個工具介面之一
- Harness Shrinkage as Models Improve——Codex 將 harness 能力(skills、automations、worktrees)吸收到具名產品基元中
- Andrew Ambrosino——Codex 桌面應用程式的產品與工程負責人;是該應用程式歷史、使用情況與一般知識工作轉向的來源
- Implementation Abundance Inverts Product Work——Ambrosino 從打造 Codex 得出的產品流程論點
- Build for the Next Model——以 Codex 應用程式為案例研究:相同形態、不同智慧的發布(11 月→2 月;Operator→Atlas→Codex)
- Why AI Lags at Design——Ambrosino 在打造應用程式前端時形成的設計能力觀察
- Role Averaging, Not Role Elimination——Codex 組織比 OpenAI 其他部門更常看到的「角色崩解」
資料來源#
- The Shift to Agentic AI: Evidence from Codex——OpenAI,2026 年 6 月(涵蓋三個族群的 Codex 使用情況)
- OpenAI Codex lead on the new shape of product work——Lenny's Podcast,2026 年 6 月(Ambrosino 談 Codex 桌面應用程式、其使用情況與發展軌跡)
- 另參考:An open-source spec for Codex orchestration: Symphony.、Harness engineering: leveraging Codex in an agent-first world、Loop Engineering
Cited by 26
- Andrew Ambrosino×2
Codex — the product he owns; his account is the wiki's richest description of the app (vs. the CLI)
- Build for the Next Model×2
Andrew Ambrosino supplies the second concrete, retrospective case — and the sharpest formulation of…
- Claude Code×2
Pwn2Own Berlin 2026 stood up a dedicated Coding Agents category with Claude Code, OpenAI Codex, and…
- Conversation-to-Delegation Shift×2
The central thesis of OpenAI's The Shift to Agentic AI: Evidence from Codex (Johnston, Holtz,…
- Harness Build-vs-Buy×2
Every organization that decides it needs "our own coding agent" is making a make-or-buy decision,…
- OpenAI×2
Codex — OpenAI's agentic coding/work platform; the tool whose adoption the June 2026 study measures
- OpenHands×2
OpenHands is an open-source coding-agent platform, and also the company that maintains and sells…
- Orchestration Sets Token Economics×2
Does the effect survive against a competent third-party baseline rather than a vendor's own frozen…
- Shared Harness, Differentiated Surfaces×2
OpenHands' July 2026 GitHub analysis (openhands coding agents technical debt, case-study) reaches…
- Write-Then-Trusted×2
Claude Code / Codex / Google Deepmind — the affected agent products; the .claude hook-configuration…
- Agent Data Injection (ADI)
Codex / Google Deepmind — Codex and Gemini CLI are equally vulnerable to the origin- and…
- Agent Review Comment Resolution
Cynthia, Widyasari, Roy, Zhang & Lo (Saskatchewan/SMU/Monash, arXiv 2607.21997): 54,713 agent-generated review comments…
- Agentic Work Systematization
OpenAI Codex study's 'systematization' margin: the shift from ad-hoc agent use (describe task → agent does it → done) t…
- Capability Gating Is Not Authorization
Permissive-framework agents (Claude Code, Codex CLI, Gemini CLI) show substantially higher…
- Dogfooding as Product Discipline
Product sense is built by relentless first-hand use ("ant food"); Mr. Peanut catch; cross-source (Cat Wu vibe-checks, G…
- Emergent
Indian AI coding / app-builder startup ("basically getting an engineering team in a box," per…
- Garry Tan
Tool ecumenism with a ranking: "OpenClaw is the Ferrari… Codex is a really good Honda. It will do…
- Gemini Enterprise Agent Platform
The Google-side counterpart to Claude Code's and Codex's agent stacks — but where those entries…
- Harness Shrinkage as Models Improve
Every measurement above is taken on the system prompt. OpenHands' July 2026 GitHub analysis…
- Memory and Context Poisoning
Everything above is threat taxonomy from a defense framework. bad memory (University of Washington…
- Entities — People, Orgs, Tools & Projects
Codex — OpenAI's agentic coding and work platform: a CLI (April 2025) plus a desktop app (built Nov…
- OpenClaw
An institution-scale harness. Per Garry Tan (July 2026), Y Combinator runs internally on OpenClaw…
- Parallel Agent Orchestration
Codex — the threaded-interaction tool whose concurrency this measures
- Same-Model Review Blindness
Two datasets of 500 pull requests each, one authored by Claude Code and one by Codex, identified by…
- Security Debt of Agent-Generated Code
Agent and language stratification (Figure 4, corpus average 38.9%): Copilot 45.5%, Claude Code…
- The Three Loops of AI-Native Building
Two days before Ng's letter, Andrew Ambrosino — who leads the Codex desktop app at Openai — told…
Related articles
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React on Bun (itself Claude-rewritten…
- OpenAI
AI lab and maker of the GPT-5 series and Codex; in this corpus it appears as a frontier-safety research source (Deploym…
- Harness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- Shared Harness, Differentiated Surfaces
OpenAI merged Codex and ChatGPT Work onto one agent harness and differentiated only the UX layer — git-state visibility…
- Open Questions Backlog
_456 actionable open questions across 205 pages · 107 predictions · 9 notes · 147 in progress · 69 watching (entities),…
