Add dual model collaboration functionality

During my use, I found that Claude has excellent coding skills but very poor planning abilities. Gemini excels in planning but struggles somewhat with actual coding. It would be very interesting if Gemini could take responsibility for task planning while Claude handles the implementation

2 Likes

you can expect to pay far more for this feature to be added. it also helps if you just switch back and forth between the models.

1 Like

I am achieving this funtionality by having two chat tabs open at the same time. I do coding in one tab, and analysis in the other. Unfortunately the tabs all default to the same model when you flip between them, so its a minor extra step to toggle the LLM.

The model chosen inside each chat tab, needs to be “sticky” for this functionality to be seamless.

I will also just leave a tab open if I reach a point when the solution arrived at needs further consideration on my part. I can then move on to other tasks.

I often have 3rd and 4th tabs open for server management and configuration.

Multi tabs = Easy Multi tasking, and when you just leave them open you are conviently bookmarked as well

1 Like

A good workflow for this is actually to use out custom modes:

With this, you can make a ‘Plan’ and a ‘Code’ mode which has a pre-defined model, system prompt and a keyboard shortcut to easily switch to it with.

Then, as you are working, you can just jump between the modes within the same chat without too much difficulty!

1 Like