#329 · Primary category: AI Coding Assistants
codex-with-chatgpt
ChatGPT thinks. Codex works. Use ChatGPT as the planning brain while keeping the Codex harness.
Project last updated:08/30/26
GitHub Stars
1.0K
Forks
120
Contributors
6
License
MIT
Why we included this project
Most coding agents burn a surprising share of their API budget just on planning and reviewing their own work. This project moves that thinking to the ChatGPT web app you already pay for, so Codex can spend its tokens on execution instead. The link between them is a read-only, OAuth-protected MCP connection: ChatGPT reads only the lines it needs from your workspace, and your repository is never uploaded. There are no API keys or reverse proxies to wire up, and the install is a single instruction block you paste into the agent, which makes it approachable even for non-technical users. If you write agent-driven code and subscribe to ChatGPT anyway, this is a practical way to keep planning free while Codex does the heavy lifting.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.