Skip to content
LinkedInX

Codex Levels — Concept Guide

About 5 minutes

Target audience: Readers who want to assess their Codex proficiency and decide what capability to learn next
Prerequisites: Read Codex entry points

Codex Levels are a staged way to think about how much work you can safely delegate to Codex.

Start with chat-based advice, then move through repository reading, test execution, GitHub pull requests, and parallel task execution.

  1. Read How to Use Codex Levels to treat levels as a way to define delegation boundaries, not as a score or competition
  2. Compare deliverables and completion criteria in Codex Level 0 to 10: An 11-Stage Framework
  3. Open the detailed page for your current level, then practice the same level in Codex Level Up
LevelTitleConcept keywords
Level 0Chat Advisorcoding advice outside the repository
Level 1Repository Readercode investigation and related files
Level 2Focused Editorbounded edits and diff review
Level 3Verified Implementersmall features, tests, completion criteria
Level 4Context EngineerAGENTS.md and shared rules
Level 5GitHub Collaboratorissues, branches, PRs, and reviews
Level 6Harness Builderpermissions, approvals, checks, and constraints
Level 7Tool OperatorMCP, browsers, and connectors
Level 8Parallel Orchestratorthreads, worktrees, and subagents
Level 9Workflow OperatorCI, scheduled runs, monitoring, and recovery
Level 10Agent Platform Architectagent roles, evaluation, audit, and improvement

After learning the concepts, use Codex Level Up to apply them through a Next.js personal portfolio site in practical repository work.

For the detailed Level 6 implementation, use Codex Harness to work through AGENTS.md, config.toml, Rules, Skills, Hooks, and CI validation.