OpenAI Hands Over the Agent's Engine: Codex Harness Goes Fully Open Source, and the Secret to Tripling Benchmark Scores Was Never in the Model
OpenAI's 2026-08-19 announcement "Codex as a platform" formally consolidates the Codex Harness into a platform with three third-party entry points: codex exec (scripts/CI, one command), the Codex SDK (TS/Python programmatic calls via npm @openai/codex-sdk / pip openai-codex), and codex app-server (a JSON-RPC 2.0 production runtime over stdio/ws/unix). The openai/codex repo is Apache-2.0 with 111,646 stars (GitHub API snapshot 2026-08-22). The headline data: in a specific ARC-AGI-3 configuration, retained reasoning plus context compression took GPT-5.6 Sol from 13.3% to 38.3% (~2.88x) while cutting output tokens to about one-sixth - same model, different Harness. Three boundaries: the IDE Extension and Codex Cloud are not open source, models are not free, and "code on GitHub" is not "dependable as a platform." The signal: competition is shifting from the model layer to the execution layer, positioning against Claude Agent SDK, with xAI/browser-use/phone-harness moving in the same window - harness engineering is now a category.