#2 of the day · Sunday, 16 August 2026 ·Today’s edition →
Agent

Codex
AgentOpenAI’s coding agent for the terminal and the cloud.
Codex CLI works in a local checkout. Cloud tasks run in a sandbox. Same model family as ChatGPT, pointed at a repo.
latest·Proprietary·Updated this month·github.com/openai/codex
npm i -g @openai/codexBy OpenAI
- Runtime
- Local CLI or hosted task
- Autonomy
- Sandboxed by default in the cloud; local runs stay in the repo
openai.com/index/introducing-codex/
Scope
Takes a task or a PR comment and writes a plan.
Work
Edits, runs, and iterates inside the sandbox.
Review
Shows the diff and the log. You merge.
Stop
No leftover runner after the task ends.
Local CLI or hosted task
How it runs
Four beats, then it hands back.
- 1
Scope
Takes a task or a PR comment and writes a plan.
- 2
Work
Edits, runs, and iterates inside the sandbox.
- 3
Review
Shows the diff and the log. You merge.
- 4
Stop
No leftover runner after the task ends.
Other agents shipping
Discussion
No notes yet. Be the first hunter to report back.

