Earlier quoted context omitted.
The hurdle for OpenAI is going to be on the profit side. Google has their own hardware acceleration and their own data centers. OpenAI has to pay a monopolist for hardware acceleration and beholden to another tech giant for data centers. Never mind that Google can customize it's hardware specifically for it's models. The only way for OpenAI to really get ahead on solid ground is to discover some sort of absolute game…
> OpenAI has to pay a monopolist for hardware acceleration and beholden to another tech giant for data centers. Don't they have a data center in progress as we speak? Seems by now they're planning on building not just one huge data center in Texas, but more in other countries too.
Gemini-2.5-pro-preview-06-05
201–210 of 237 posts
Re: Gemini-2.5-pro-preview-06-05
#202Earlier quoted context omitted.
People quite like aider! I’m not as much of a fan of the CLI workflow but it’s quite comparable, I think.
I enjoy using Aider, but it's not agentic: it cant run your tests for you, for example.
Re: Gemini-2.5-pro-preview-06-05
#203I found all the previous Gemini models somewhat inferior even compared to Claude 3.7 Sonnet (and much worse than 4) as my coding assistants. I'm keeping an open mind but also not rushing to try this one until some evaluations roll in. I'm actually baffled that the internet at large seems to be very pumped about Gemini but it's not reflective of my personal experience. Not to be that tinfoil hat guy but I smell at lea…
Re: Gemini-2.5-pro-preview-06-05
#204Direct chat and copy pasting code? Seems clunky.
Or manually switching in cursor? Although is extra cost and not required for a lot of tasks where Cursor tab is faster and good enough. So need to opt in on demand.
Cline + open router in VSCode?
Something else?
Re: Gemini-2.5-pro-preview-06-05
#205Is there a no brainer alternative to Claude Code where I can try other models?
Re: Gemini-2.5-pro-preview-06-05
#206Earlier quoted context omitted.
the leeway comes from the grotesque fanboyism the company benefits from they haven't been number one for quite some time and still people can't stop presenting them as the leaders
People said much the same thing about Apple for decades, and they’re a $3T company; not a bad thing to have fans. Plus, it’s a consumer product; it doesn’t matter if people are “presenting them as leaders”, it matters if hundreds of millions of totally average people will open their computers and use the product. OpenAI has that.
Re: Gemini-2.5-pro-preview-06-05
#207Earlier quoted context omitted.
I just realized that Opus 4 is the first model that produced "beautiful" code for me. Code that is simple, easy to read, not polluted with comments, no unnecessary crap, just pretty, clean and functional. I had my first "wow" moment with it in a while. That being said it occasionally does something absolutely stupid. Like completely dumb. And when I ask it "why did you do this stupid thing", it replies "oh yeah, you'…
> Code that is simple, easy to read, not polluted with comments, no unnecessary crap, just pretty, clean and functional I get that with most of the better models I've tried, although I'd probably personally favor OpenAI's models overall. I think a good system prompt is probably the best way there, rather than relying in some "innate" "clean code" behavior of specific models. This is a snippet of what I use today for…
Re: Gemini-2.5-pro-preview-06-05
#208I have two issues with Gemini that I don't experience with Claude: 1. It RENAMES VARIABLE NAMES even in places where I don't tell it to change (I pass them just as context). and 2. Sometimes it's missing closing square brackets. Sure I'm a lazy bum, I call the variable "json" instead of "jsonStringForX", but it's contextual (within a closure or function), and I appreciate the feedback, but it makes reviewing the chan…
i've noticed with ChatGPT is will 100% ignore certain instructions and I wonder if it's just an LLM thing. For example, I can scream and yell in caps at ChatGPT to not use em or en dashes and if anything it makes it use them even more . I've literally never once made it successfully not use them, even when it ignored it the first time, and my follow up is "output the same thing again but NO EM or EN DASHES!" i've not…
Re: Gemini-2.5-pro-preview-06-05
#209Impressive seeing Google notch up another ~25 ELO on lmarena, on top of the previous #1, which was also Gemini! That being said, I'm starting to doubt the leaderboards as an accurate representation of model ability. While I do think Gemini is a good model, having used both Gemini and Claude Opus 4 extensively in the last couple of weeks I think Opus is in another league entirely. I've been dealing with a number of gn…
I’ve been giving the same tasks to claude 4 and gemini 2.5 this week and gemini provided correct solutions and claude didn’t. These weren’t hard tasks either, they were e.g. comparing sql queries before/after rewrite - Gemini found legitimate issues where claude said all is ok.
Re: Gemini-2.5-pro-preview-06-05
#210Earlier quoted context omitted.
How do you find o3 vs o4-mini?
For coding at least, I don't bother with anything less than the top thinking models. They do have their place for some tasks in agentic systems but time is money and I don't want to waste time trying to coral less skilled models when there are more powerful ones available.