From my use case, the Gemini 2.5 is terrible. I have a complex Cython code in a single file (1500 lines) for a Sequence Labeling. Claude and o3 are very good in improving this code and following the commands. The Gemini always try to do unrelated changes. For example, I asked, separately, for small changes such as remove this unused function, or cache the arrays indexes. Every time it completely refactored the code a…
For me I had to upload the library's current documentation to it because it was using outdated references and changing everything that was working in the code to broken and not focusing on the parts I was trying to build upon.
Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
31–40 of 336 posts
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#32Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#33Also I generally dislike thinking models for coding and prefer faster models, so if you have something easy gemini 2.0 is good
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#34Earlier quoted context omitted.
For me I had to upload the library's current documentation to it because it was using outdated references and changing everything that was working in the code to broken and not focusing on the parts I was trying to build upon.
using outdated references and docs is something i've experienced more or less with every model i've tried, from time to time
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#35Theo video detected = opinion rejected Also I generally dislike thinking models for coding and prefer faster models, so if you have something easy gemini 2.0 is good
They're just different tools for different jobs really.
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#36yesterday Gemini refused to write a delete sql query because is dangerous! So I am feeling super safe. /sarcasm
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#37From my use case, the Gemini 2.5 is terrible. I have a complex Cython code in a single file (1500 lines) for a Sequence Labeling. Claude and o3 are very good in improving this code and following the commands. The Gemini always try to do unrelated changes. For example, I asked, separately, for small changes such as remove this unused function, or cache the arrays indexes. Every time it completely refactored the code a…
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#38From my use case, the Gemini 2.5 is terrible. I have a complex Cython code in a single file (1500 lines) for a Sequence Labeling. Claude and o3 are very good in improving this code and following the commands. The Gemini always try to do unrelated changes. For example, I asked, separately, for small changes such as remove this unused function, or cache the arrays indexes. Every time it completely refactored the code a…
Yup, gemini 2.5 is bad.
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#39For Gemini: play around with the temperature: the default is terrible: we had much better results with (much) lower values.
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#40Gemini is the only model which tells me when it's a good time to stop chatting because either it can't find a solution or because it dislikes my solution (when I actively want to neglect security). And the context length is just amazing. When ChatGPT's context is full, it totally forgets what we were chatting about, as if it would start an entirely new chat. Gemini lacks the tooling, there ChatGPT is far ahead, but a…
Claude used to also do that. Only ChatGPT starts falling apart when I start to question it then gives in and starting to give me mistakes as answers just to please me.