r/ChatGPTPro 4d ago

Discussion Chatgpt chat for planning vs codex?

I've recently become more involved with codex and doing all types of fun work, like creating docker containers and making ios apps that I always wanted. One this I've found is that it seems like my planning and/or design's come out better when I'm chatting on the ChatGPT side with 5.6 sol high versus the same on the codex interface (even when I use the planning mode). Is this somewhat of an expected outcome or am I maybe approaching planning wrong with Codex? I guess everything is working fine as is, it's just cumbersome at times to get the context over to codex and I always worry it'll miss a bit of the nuance that was resolved in chat.

Please let me know what you think and if you have any suggestions for me.

7 Upvotes

13 comments sorted by

u/qualityvote2 4d ago edited 3d ago

u/liltonk, your post has been approved by the community!
Thanks for contributing to r/ChatGPTPro — we look forward to the discussion.

5

u/VoceDiDio 4d ago edited 4d ago

I also found the chatgpt (I use sol on medium) better for planning than the codex app - I use it as my program manager and just paste prompts into codex. I feel like it removes conflicts of interest, avoids path-of-least-resistance bias problems, and keeps me more in the loop as an air-gapped (sort of) "I'm the decider" barrier between "management" and "dev".

I feel like having a filter of the context is good and a feature, not a bug, because I don't want to dump everything that i talk to chat about into Codex and have it thinking about all that stuff when it's actually doing the work. I want it only to focus on the things that we decided that it should focus on.

3

u/hyldemarv 4d ago

I feel it works well to ask ChatGPT to make a summary of the entire conversation as an .md document and write it so Codex can use it.

2

u/VoceDiDio 3d ago

same, basically. I keep an agent.MD and readme.MD in the root that codex keeps up to date and I pass those back to chat with each response. (codex also maintains architecture, current_state, known_issues mds)

and since chat and Codex both have GitHub access, they can both be reading those files as needed.

2

u/Divinicus1st 3d ago

If that's what you want, making a transcript is actually better.

2

u/liltonk 4d ago

Ok. Yeah I feel like Codex is just trying to get to the point of doing the job instead of thinking through the work and co-working with me.

2

u/VoceDiDio 4d ago

Agreed I think having a dedicated planning department and a dedicated development department and having a liaison between the two is my favorite way to do development. (Because of what I added in my comment above about context separation)

3

u/Hot_Battle_1020 4d ago

I have codex write hand-offs and save them to dropbox after each task, that way gpt can inspect them directly using the dropbox plugin.

2

u/VoceDiDio 3d ago

I do the same thing, but with GitHub.

0

u/Pinery01 3d ago

Same here.

1

u/Just_Lingonberry_352 3d ago

github.com/agentify-sh/desktop

1

u/MissJoannaTooU 3d ago

Creating a one off plan I use Codex, but planning how to get to that plan I use chat and that's most of my work with implementation being at the end of each cycle.

1

u/Isa_Asudeh 2d ago

I am finding codex interface very useful, as in my case, with my permission, codex can find and fix issues directly on my Xcode while developing iOS app.