Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
11–20 of 336 posts
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#12From 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
#13And 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 at its core, Gemini feels like a better model.
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#14Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#15From 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
#16From 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
#17TL;DR If you want to jump straight to the conclusion, I’d say go for Gemini 2.5 Pro, it’s better at coding, has one million in context window as compared to Claude’s 200k, and you can get it for free (a big plus). However, Claude’s 3.7 Sonnet is not that far behind. Though at this point there’s no point using it over Gemini 2.5 Pro.
> has one million in context window Is this effective context window or just the absolute limit? A lot of the models that claim to support very large context windows cannot actually successfully do the typical "needle in a haystack" test, but I'm guessing there are published results somewhere demonstrating Gemini 2.5 Pro can actually find the needle?
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#18I've been coding with both non stop the last few days, gemini 2.5 pro is not even close. For complicated bug solving, o1 pro is still far ahead of both. Sonnet 3.7 is best overall
It really is miles ahead of anything else so far, but also really pricey so makes sense some people try to find something close to it with much lower costs.
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#19For some of these I see something like 15k followers on X, but then no LinkedIn page for example. Website is always a company you cannot contact and they do everything.
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#20Based on my own experience and anectodes, it's worse than Claude 3.5 and 3.7 Sonnet for actual coding tasks on existing projects. It is very difficult to control the model behavior.
I will probably make a blog post on real world usage.