(aider joke)
Gemini 2.5 Pro Preview
41–50 of 728 posts
Re: Gemini 2.5 Pro Preview
#42Would be ideal if they incremented the version number or the like.
Re: Gemini 2.5 Pro Preview
#43Re: Gemini 2.5 Pro Preview
#44I agree it's very good but the UI is still usually an unusable, scroll-jacking disaster. I've found it's best to let a chat sit for around a few minutes after it has finished printing the AI's output. Finding the `ms-code-block` element in dev tools and logging `$0.textContext` is reliable too.
Re: Gemini 2.5 Pro Preview
#45I don't understand what I'm doing wrong.. it seems like everyone is saying Gemini is better, but I've compared dozens of examples from my work, and Grok has always produced better results.
Re: Gemini 2.5 Pro Preview
#46My frustration with using these models for programming in the past has largely been around their tendency to hallucinate APIs that simply don't exist. The Gemini 2.5 models, both pro and flash, seem significantly less susceptible to this than any other model I've tried. There are still significant limitations, no amount of prompting will get current models to approach abstraction and architecture the way a person doe…
I have been asking if AI without hallucination, coding or not is possible but so far with no real concrete answer.
But I wonder when we'll be happy? Do we expect colleagues friends and family to be 100% laser-accurate 100% of the time? I'd wager we don't. Should we expect that from an artificial intelligence too?
Re: Gemini 2.5 Pro Preview
#47Re: Gemini 2.5 Pro Preview
#48So, are people using these tools without the org they work for knowing? The amount of hoops I would have to jump through to get either of the smaller companies I have worked for since the AI boom to let me use a tool like this would make it absolutely not worth the effort. I'm assuming large companies are mandating it, but ultimately the work that these LLMs seem poised for would benefit smaller companies most and I…
Not every coding task is something you want to check into your repo. I have mostly used Gemini to generate random crud. For example I had a huge JSON representation of a graph, and I wanted the graph modified in a given way, and I wanted it printed out on my terminal in color. None of which I was remotely interested in writing, so I let a robot do it and it was fine.
Junior engineers will complete a task to update an API, or fix a bug on the front-end, within a couple days with lets say 80 percent certainty they hit the mark (maybe an inflated metric). How are people comparing the output of these models to that of a junior engineer if they generally just say "Here is some of my code, what's wrong with it?". That certainly isn't taking a real ticket and completing it in any capacity.
I am obviously very skeptical but mostly I want to try one of these models myself but in reality I think that my higher-ups would think that they introduce both risk AND the potential for major slacking off haha.
Re: Gemini 2.5 Pro Preview
#49Earlier quoted context omitted.
You can ask to not use comments or use less comments, you can put this in the system prompt too.
I've tried this, aggressively and it still does it for me. I gave up.
Re: Gemini 2.5 Pro Preview
#50I don't know if I'm doing something wrong, but every time I ask gemini 2.5 for code it outputs SO MANY comments. An exaggerated amount of comments. Sections comments, step comments, block comments, inline comments, all the gang.
You can ask to not use comments or use less comments, you can put this in the system prompt too.
I don't have problems with getting lot's of comments in the output, I am just deleting it while reading what it did