---
id: "entity-codex-5-3"
type: "entity"
entityType: "product"
canonicalName: "Codex-5.3"
aliases: ["Codex 5.3"]
source_timestamps: ["§ The Coupling of Model Training and Harness Design"]
tags: ["model", "documentation"]
related: ["claim-harness-overfitting", "concept-harness-model-coevolution"]
canonicalUrl: "https://openai.com/blog/openai-codex"
---
# Codex-5.3

## Profile

**Codex-5.3** refers to a specific versioned snapshot of OpenAI's Codex code-generation family along with its associated prompting guide. The Codex line was trained heavily on GitHub data and is known for tool-protocol idioms such as the `apply_patch` editing format.

## Role in This Source

Cited as the **evidentiary anchor** for [[claim-harness-overfitting]]: the Codex-5.3 prompting guide describes how changing the `apply_patch` tool logic leads to worse model performance — suggesting the model has overfit to a specific tool protocol baked in at post-training time.

## Verification Note

The specific “5.3” version designator and the exact `apply_patch` performance delta are not easily verifiable from public OpenAI documentation. The mechanism (tool-protocol overfitting via post-training) is well-documented in agent literature; the specific numbers should be treated as illustrative.
