Codex
OpenAI's coding agent — works in the terminal, IDE, and cloud, reviews GitHub pull requests, and runs on GPT-5 models.
Codex is OpenAI's coding agent — works in the terminal, IDE, and cloud, reviews GitHub pull requests, and runs on GPT-5 models. Runs one agent across CLI, IDE, desktop, and cloud — work moves between surfaces.
About Codex
Codex is OpenAI's agentic coding tool. It runs the same agent across a terminal CLI, an IDE extension, a desktop app, and a cloud environment, so work started in one surface can continue in another. It reads the shared AGENTS.md instructions file, speaks the Model Context Protocol (MCP), and can spin up a cloud code review on a GitHub pull request that comments inline and proposes fixes. Codex runs on OpenAI's GPT models — currently GPT-5.5 as the recommended frontier model — and is included with ChatGPT plans, from the free tier up through Pro.
Sources: the tool's official site, this listing
What it does well
- Runs one agent across CLI, IDE, desktop, and cloud — work moves between surfaces.
- Strong GitHub integration: a cloud code review on a pull request that catches real bugs and proposes fixes.
- Reads the shared AGENTS.md standard and supports MCP tools.
- Included with ChatGPT plans, from the free tier up through Pro.
Where it falls short
- Locked to OpenAI's GPT models — no Claude or Gemini out of the box.
- Fewer built-in customization primitives (hooks, sub-agents) than some rivals.
Tagged
- Supports GPT
- VS Code Extension
- CLI
- Web-based
- MCP Support
- Agentic Mode
- Multi-file Edits
- Git Integration
- Terminal Execution
- Enterprise Plan
- Freemium
Compared with similar things
Picked by shared tags inside the AI Coding Agents.
- 01Freemium →Claude Code
Anthropic's official CLI agent for Claude — runs in the terminal, edits files, executes commands, and ships PRs.
- 02Freemium →Amazon Q Developer
AWS's coding assistant (formerly CodeWhisperer) tuned for AWS APIs, infra-as-code, and migration tasks.
- 03Freemium →GitHub Copilot
GitHub's AI pair programmer with chat, inline completions, and agent mode across major IDEs.
- 04Freemium →OpenHands
Open-source autonomous coding agent platform, formerly OpenDevin, by All Hands AI.
- 05Paid →Devin
Cognition's autonomous software engineer — runs tasks in a managed cloud sandbox with browser, terminal, and editor.
- 06Freemium →Windsurf
AI code editor by Codeium with Cascade agent for autonomous multi-step coding tasks.
Related reading
- How to Build an MVP with AI
You don't start by building. You start by finding the one assumption that would kill the idea, then build the smallest thing that tests it. Here's the full idea-to-deployed workflow from a live AI build session: research the market with ChatGPT, pick a segment on unit economics, have AI write the PRD, then vibe-code and ship with Claude Code — in a couple of hours, not a quarter.
Read guide → - What Is an AI Agent Harness? The Runtime That Turns an LLM Into an Agent
A harness is the runtime wrapper that turns a bare language model into an agent — the layer that runs tools, holds memory, assembles context, and enforces limits. The model does the reasoning; the harness does everything the model can't do on its own. It's the part that decides whether you shipped a chatbot or a real agent — and it's why the same model feels brilliant in one tool and useless in another.
Read guide → - Claude Code Memory
Claude Code has built-in memory — a CLAUDE.md file it reads each session — but it only holds short, hand-written notes. To make it understand a large codebase or docs set, you add a second brain: turn the repo into a knowledge graph, fold that into an Obsidian vault, and let the agent query the map instead of re-reading every file.
Read guide →
Featured on Vibedonalds
Own Codex? Add this badge to your site to show you’re listed — and link back to your profile here.
<a href="https://vibedonalds.com/tools/codex" target="_blank" rel="noopener">
<img src="https://vibedonalds.com/badge/featured-on-vibedonalds.svg" alt="Codex — Featured on Vibedonalds" width="240" height="60" loading="lazy" />
</a>Frequently asked questions
- What is Codex?
- Codex is OpenAI's coding agent — works in the terminal, IDE, and cloud, reviews GitHub pull requests, and runs on GPT-5 models.
- Is Codex free?
- Codex offers a free tier and paid plans with higher limits or premium features.
- What platforms does Codex support?
- Codex runs on web, mac, win, linux, cli, vscode-ext.
- What category does Codex belong to?
- Codex is in the AI Coding Agents category — Autonomous agents that write, edit, run, and review code. Includes CLI agents, agentic IDE add-ons, and code-review bots.
- What are the downsides of Codex?
- Locked to OpenAI's GPT models — no Claude or Gemini out of the box. Fewer built-in customization primitives (hooks, sub-agents) than some rivals.