wiki / entities / openai
OpenAI
loading…
OpenAI
OpenAI is an AI research and deployment company known for the GPT family of large language models, ChatGPT, and agent runtime infrastructure including the Codex coding harness and the Agents SDK.
Agent Harness Engineering & Architecture
OpenAI develops production agent harnesses and execution runtimes characterized by modular separation and system-level isolation:
- Codex Harness (
openai/codex): An open-source Rust agent workspace (codex-rs) implementing Clean Architecture and Hexagonal Architecture. It decouples the core turn loop from client frontends viacodex-app-server(JSON-RPC) and enforces OS-level process isolation via multi-platform sandboxing (bwrap, Seatbelt, Windows restricted tokens). - Tool Specialization: Reinforcement learning alignment around structured tool interfaces such as
apply_patchfor unified diffs, integrated alongside the Model Context Protocol (codex-mcp). - Bounded Output Streams: Harness-level protection against context blowouts through head/tail stream buffers (
unified_exec) and session time-travel primitives (thread_rollback,thread_fork).
Multi-Agent & Orchestration Research
OpenAI’s orchestration work spans:
- Agents SDK: Multi-agent handoff patterns, guardrails, and persistent sessions.
- Symphony: Issue-tracker-driven control plane for isolated autonomous agent execution.
- BrowseComp: Benchmark evaluating browsing agent information retrieval in complex environments.
Benchmark Auditing
OpenAI’s 2026 audit of SWE-bench Verified reported two distinct validity problems at frontier performance levels: tests that reject functionally valid solutions and evidence that public tasks and gold patches have entered model training data. The organization stopped treating the benchmark as a reliable frontier launch measure and recommended less contaminated alternatives. [source: openai-swe-bench-verified-audit-2026]
Cross-links
- codex harness architecture — architectural deep dive into OpenAI’s Codex harness
- agent harness engineering — runtime infrastructure, sandboxes, and tool contracts
- agentic quality evidence — benchmark validity and code-quality evidence
- anthropic — peer AI frontier research lab
- deepseek — developer of open-weights models and modular harness runtimes
- simon willison — analysis of coding agent loops and harness patterns
Primary Sources
| openai-codex-repository-architecture-2026 | https://github.com/openai/codex | ingested 2026-08-27 sha256:45788dafc273… |
| openai-swe-bench-verified-audit-2026 | https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/ | ingested 2026-08-27 sha256:abbd740bbd2c… |
| picrew-awesome-agent-harness-2026 | https://github.com/Picrew/awesome-agent-harness | ingested 2026-08-24 sha256:23785adad495… |
| anthropic-multi-agent-research-system-2025 | https://www.anthropic.com/engineering/multi-agent-research-system | ingested 2026-08-24 sha256:ea59deea6bf4… |