▲ | CuriouslyC 4 days ago | |||||||||||||||||||||||||
Gemini is amazing for taking a merge file of your whole repo, dropping it in there, and chatting about stuff. The level of whole codebase understanding is unreal, and it can do some amazing architectural planning assistance. Claude is nowhere near able to do that. My tactic is to work with Gemini to build a dense summary of the project and create a high level plan of action, then take that to gpt5 and have it try to improve the plan, and convert it to a hyper detailed workflow xml document laying out all the steps to implement the plan, which I then hand to claude. This avoids pretty much all of Claude's unplanned bumbling. | ||||||||||||||||||||||||||
▲ | seanwessmith 3 days ago | parent [-] | |||||||||||||||||||||||||
mind typing this up? i've got a basic GPT -> Claude workflow going for now | ||||||||||||||||||||||||||
|