OpenAI Codex
OpenAI's cloud coding agent. Runs in a sandboxed container, reads your repo, executes tasks, and submits PRs. Uses GPT-5.3 (codex model). Available in ChatGPT.
Codex is OpenAI's autonomous coding agent, accessible through ChatGPT. It clones your GitHub repo into an isolated cloud container, reads the codebase, and executes multi-step tasks — writing code, running tests, and creating pull requests. Because it runs in a sandbox, it can't accidentally break your local environment. It uses the codex-mini model (based on GPT-5.3) optimized for code. My Codex video hit 216,000 views, making it one of my top 5 videos of all time. I use it with the `codex exec` CLI for headless automation.
OpenAI Codex Videos
Get started with OpenAI Codex
OpenAI's cloud coding agent. Runs in a sandboxed container, reads your repo, executes tasks, and submits PRs. Uses GPT-5.3 (codex model). Available in ChatGPT.
Try OpenAI CodexMore AI Coding Tools
Claude Code
Anthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory across sessions. Powered by Claude Opus 4.
Cursor
AI-native code editor forked from VS Code. Composer mode rewrites multiple files at once. Tab autocomplete predicts your next edit. Pro plan is $20/mo.
Gemini CLI
Google's open-source coding CLI. Free tier with Gemini 2.5 Pro. Supports tool use, file editing, shell commands. 1M token context window.