March 2025. Using three models. Each has its own character.
Claude
Precise. Careful. If unsure - will say so. Good for architecture and complex logic. Code is clean, but sometimes too conservative.
"You could do it this way, but also consider..." - typical Claude.
GPT
Creative. Fast. Gives solution immediately. But might invent a method that doesn't exist in the library. Or use deprecated API.
Good for prototypes and ideas. Must verify.
Gemini
Argues. If it thinks you're wrong - will say so. Sometimes useful, sometimes annoying. Good for code review.
"This approach works, but better to do it differently..." - typical Gemini.
How I use them
- Architecture, complex logic - Claude
- Quick prototype, ideas - GPT
- Review, second opinion - Gemini
Switch between them. One is stuck - try another. Sometimes give the same task to all three, compare solutions.