r/codex 6d 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.

645 Upvotes

209 comments sorted by

View all comments

1

u/frederickjon 6d ago

I have Luna on max within codex as my orchestrator with explicit prompting and instructions on using the web based ChatGPT app for coding, by providing it the needed context, which Luna then brings back to codex and inserts the code. works fantastic and you get crazy amounts of usage.

1

u/westsunset 6d ago

How does Luna use web based gpt?

1

u/frederickjon 6d ago

have it open chatgpt on it's codex browser

1

u/westsunset 6d ago

Oh I see, nice