Comment by davidjade

8 hours ago

I stumbled into this same workflow idea. I hadn't really used anything other that Chat GPT Sol (medium) and when I wanted to start using code agents, I just asked GPT how to start. This evolved into having GPT do the brainstorming and writing the initial prompt for a project feature/change to hand over to Codex working in Sol light mode. These prompts where often a couple pages long as they had a lot of the architecture details worked out already. Codex would then come up with a plan and I'd take that back to GPT to review. GPT would make some suggestions, which I'd throw back to the agent and off it went.

I got super great results working this way. Maybe there is a better way to integrate the two modes though. But my first real project was end-to-end 100% working correctly from the first run - about 10,000 lines (including tests) of greenfield code. I did have it work in manageable chunks that I could easily review - not one-shotting the whole thing.

Now I'm thinking about plugging Deepseek into Codex to be the coding model and see how it goes.