With a 1 million token context you'd think they'd let the LLM actually use it but all the tricks to save token count just make it... not useful.
Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
101–110 of 336 posts
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#102Here is a real coding problem that I might be willing to make a cash-prize contest for. We'd need to nail down some rules. I'd be shocked if any LLM can do this: https://github.com/solvespace/solvespace/issues/1414 Make a GTK 4 version of Solvespace. We have a single C++ file for each platform - Windows, Mac, and Linux-GTK3. There is also a QT version on an unmerged branch for reference. The GTK3 file is under 2KLOC.…
It's not AI, but I have good news for you though : what you seek already exists ! https://github.com/dune3d/dune3d
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#103Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#104Here is a real coding problem that I might be willing to make a cash-prize contest for. We'd need to nail down some rules. I'd be shocked if any LLM can do this: https://github.com/solvespace/solvespace/issues/1414 Make a GTK 4 version of Solvespace. We have a single C++ file for each platform - Windows, Mac, and Linux-GTK3. There is also a QT version on an unmerged branch for reference. The GTK3 file is under 2KLOC.…
It's not AI, but I have good news for you though : what you seek already exists ! https://github.com/dune3d/dune3d
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#105Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#106Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#107Compare and contrast https://aider.chat/docs/leaderboards/, https://web.lmarena.ai/leaderboard, https://livebench.ai/#/.
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#108TL;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.
How are you getting gemini 2.5 pro for free? In the gemini iOS app the only available models are currently 2.0 flash and 2.0 flash thinking.
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#109The evidence given really doesn't justify the conclusion. Maybe it suggests 2.5 Pro might be better if you're asking it to build Javascript apps from scratch, but that hardly equates to "It's better at coding". Feels like a lot of LLM articles follow this pattern, someone running their own toy benchmarks and confidently extrapolating broad conclusions from a handful of data points. The SWE-Bench result carries a bit…
Re: Gemini 2.5 Pro vs. Claude 3.7 Sonnet: Coding Comparison
#110Gemini takes parts of code and just writes (same as before) even when i ask it to provide full code. which for me is deal breaker