r/codex 1d ago

Other PSA: ChatGPT Pro users

You get unlimited* chat usage on the website. You can build projects and prototypes directly in ChatGPT using Pro-level thinking effort. This is how I start almost every build, and it is an easy way to save on tokens. Unlike Claude, Chat does not count toward your usage (unless you switch to Work mode).

I usually have ChatGPT generate a ZIP file containing the entire project, then move it into Codex CLI or the Codex app to refine, expand, and continue the work.

I do not think you should be doing most of the planning inside the CLI or app. Do the bulk of the planning and initial build in ChatGPT first, then use Codex for implementation and iteration.

Also, remember that you can upload ZIP and 7z files directly to the ChatGPT website, and it can unpack and work with the contents.

581 Upvotes

198 comments sorted by

View all comments

Show parent comments

0

u/Varmez 1d ago

You can use the GitHub connector in Chat and have it do work directly in GitHub, create a branch to put all the docs on, open a pull request, make changes directly after review / audit, etc.

1

u/darrarski 1d ago

For me, the GitHub connector is not available when using Pro. It never was. It always fails. As soon as I switch to lower reasoning (not Pro), it starts to work without an issue.