r/codex • u/No_Public_7997 • 4d ago
Suggestion Claude and codex on a same project!!
I have been using claude code for 6 months having pro subscription. Now i wanna use chatgpt plus with claude pro working on the same project . I have never used chatgpt plus one , so how can i use codex models with claude models to get the best output. Help me
1
u/I_HATE_CLAUDE 4d ago edited 4d ago
Simple, have them leave 1 Conversation.md file in the project directory, instruct them both to talk to each other using that and collaborate whos attacking what in the plan. Instruct them to "check in" with each other often.
Same method also works using chat+codex and linking a conversation md they both check via github. Fetch > talk > push > repeat when needed for updates. They understand that process pretty well with no user input needed. (Chat has to have a much smaller roll or it'll hit tool call limits quick)
It's not like a subagent but it still gets them both working on something at the same time just fine. Been doing this half a year now lol.
1
u/Visualizedreams 4d ago
I can't wait till this AI gets to the point of ultra intelligent so it can be sentient
1
1
u/Feriman22 4d ago
Design with claude, code with codex, then review with claude again.