---
title: "OpenAI"
description: "AI research and deployment company developing GPT models, ChatGPT, Codex, and agent harness infrastructure."
section: "entities"
type: "entity"
created: "2026-08-27"
updated: "2026-08-27"
confidence: "high"
tags: ["company", "agents", "evaluation", "security"]
canonical: "https://pyweb.dev/wiki/openai"
---
# 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](/wiki/codex-harness-architecture) 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](/wiki/codex-harness-architecture) (`openai/codex`):** An open-source Rust agent workspace (`codex-rs`) implementing [Clean Architecture](/wiki/clean-architecture) and [Hexagonal Architecture](/wiki/hexagonal-architecture). It decouples the core turn loop from client frontends via `codex-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_patch` for 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]](/wiki/raw/articles/openai-swe-bench-verified-audit-2026)

## Cross-links
- [codex harness architecture](/wiki/codex-harness-architecture) — architectural deep dive into OpenAI's Codex harness
- [agent harness engineering](/wiki/agent-harness-engineering) — runtime infrastructure, sandboxes, and tool contracts
- [agentic quality evidence](/wiki/agentic-quality-evidence) — benchmark validity and code-quality evidence
- [anthropic](/wiki/anthropic) — peer AI frontier research lab
- [deepseek](/wiki/deepseek) — developer of open-weights models and modular harness runtimes
- [simon willison](/wiki/simon-willison) — analysis of coding agent loops and harness patterns

## Primary Sources
- [OpenAI Codex Repository (GitHub)](https://github.com/openai/codex)
- [OpenAI Harness Engineering Field Report](https://openai.com/index/harness-engineering/)
- [Unlocking the Codex Harness: App Server](https://openai.com/index/unlocking-the-codex-harness/)

---

## Agent Navigation

cluster: person (170 pages) | betweenness: 208.6

### References (outbound)
- [Codex Harness Architecture](https://pyweb.dev/wiki/codex-harness-architecture.md)
- [Agent Harness Engineering](https://pyweb.dev/wiki/agent-harness-engineering.md)
- [Agentic Code Quality — Evidence Map](https://pyweb.dev/wiki/agentic-quality-evidence.md)
- [Anthropic](https://pyweb.dev/wiki/anthropic.md)
- [DeepSeek](https://pyweb.dev/wiki/deepseek.md)
- [Simon Willison](https://pyweb.dev/wiki/simon-willison.md)

### Referenced by (inbound)
- [Codex Harness Architecture](https://pyweb.dev/wiki/codex-harness-architecture.md)
- [GitHub](https://pyweb.dev/wiki/github.md)
- [Stripe](https://pyweb.dev/wiki/stripe.md)
- [Agentic Code Quality Evidence — Entity Accounting](https://pyweb.dev/wiki/agentic-code-quality-entity-accounting.md)

### Evidence (verified primary sources)
- [openai-codex-repository-architecture-2026](https://pyweb.dev/wiki/raw/articles/openai-codex-repository-architecture-2026.md) | origin: https://github.com/openai/codex | ingested: 2026-08-27 | sha256: 45788dafc27357bf9e9c323f46f57878d22dfb425b0373df899ea2284cfb7db5
- [openai-swe-bench-verified-audit-2026](https://pyweb.dev/wiki/raw/articles/openai-swe-bench-verified-audit-2026.md) | origin: https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/ | ingested: 2026-08-27 | sha256: abbd740bbd2c6255f040fedde71b35764742bc503d3218c7921c7458b19824d3
- [picrew-awesome-agent-harness-2026](https://pyweb.dev/wiki/raw/articles/picrew-awesome-agent-harness-2026.md) | origin: https://github.com/Picrew/awesome-agent-harness | ingested: 2026-08-24 | sha256: 23785adad495721aa2e74aadeea442b74946c76e8cf89e3d7e32c3ac8a92735c
- [anthropic-multi-agent-research-system-2025](https://pyweb.dev/wiki/raw/articles/anthropic-multi-agent-research-system-2025.md) | origin: https://www.anthropic.com/engineering/multi-agent-research-system | ingested: 2026-08-24 | sha256: ea59deea6bf46c19a1b61cb74cad5da0f5ad62f4c5d2c555209538ee99566626

### Machine endpoints
- Knowledge graph: https://pyweb.dev/api/graph.json
- Graph analysis: https://pyweb.dev/api/graph-analysis.json
- Context index: https://pyweb.dev/llms.txt
