Harness Engineering — OpenAI
FreeOfficial OpenAI post: "leveraging Codex in an agent-first world"
About Harness Engineering — OpenAI
This blog post from OpenAI details an internal experiment where a team of engineers built and shipped a software product entirely using Codex agents, with zero lines of manually-written code. Over five months, a small team generated approximately one million lines of code across application logic, tests, CI configuration, documentation, and tooling, achieving an average throughput of 3.5 pull requests per engineer per day. The post explores the shift in engineering roles from writing code to designing environments, specifying intent, and building feedback loops that enable AI agents to work reliably. Key lessons include the importance of underspecified environments, depth-first task decomposition, and that human attention is the scarce resource. The methodology aims to increase engineering velocity by an order of magnitude.
Key Features
Pros & Cons
- Estimated 1/10th the time required to write code manually
- Enables small teams to produce large codebases (millions of lines)
- Forces focus on system design, scaffolding, and agent capabilities
- Throughput increased as the team grew, contrary to typical expectations
- Early progress was slow due to underspecified environments for agents
- Requires high-level engineering skill to design agent workflows and feedback loops
- Dependency on agent capabilities; failures must be addressed by adding missing abstractions, not by trying harder
- Not suitable for scenarios requiring strict manual oversight or proprietary code constraints