Interestingly, when compering benchmarks of Experimental 03-25 [1] and Experimental 05-06 [2] it seems the new version scores slightly lower in everything except on LiveCodeBench. [1] https://storage.googleapis.com/model-cards/documents/gemini-... [2] https://deepmind.google/technologies/gemini/
Sounds like they were losing so much money on 2.5-Pro they came up with a forced update that made it cheaper to run. They can't come out with "we've made it worse across the board", nor do they want to be the first to actually raise prices, so instead they made a bit of a distill that's slightly better at coding so they can still spin it positively.
Gemini 2.5 Pro Preview
151–160 of 728 posts
Re: Gemini 2.5 Pro Preview
#152Why can't they just use version numbers instead of this "new preview" stuff? E.g. call it Gemini Pro 2.5.1.
Re: Gemini 2.5 Pro Preview
#153Now if there was a way to add prepaid credits and monitor usage near real-time on a dashboard, like every other vendor. Hey Google are you listening?
I have LiteLLM server running locally with Langfuse to view traces. You configure LiteLLM to connect directly to providers' APIs. This has the added benefit of being able to create LiteLLM API keys per project that proxies to different sets of provider API keys to monitor or cap billing usage.
I use https://github.com/LLemonStack/llemonstack/ to spin up local instances of LiteLLM and Langfuse.
Re: Gemini 2.5 Pro Preview
#154Re: Gemini 2.5 Pro Preview
#155Earlier quoted context omitted.
LLMs are extremely poor at following negative instructions, tell them what to do, not what not to do.
Ok, so saying "Implement feature X" leads to a ton of comments. How do you rewrite that comment to not include "don't write comments" while making the output not containing comments? "Write only source code, no plain text with special characters in the beginning of the line" or what are you suggesting here in practical terms?
Refractor this. Do not write any comments.
As a reminder your task is to refractor the above code and do not write any comments.
Re: Gemini 2.5 Pro Preview
#156Oof. G and others are way behind
Re: Gemini 2.5 Pro Preview
#157Is it just me that finds that while Gemini 2.5 is able to generate a lot of code that the end results are usually lackluster compared to Claude and even ChatGPT? I also find it hard-headed and frequently does things in ways I explicitly told it not to. The massive context window is pretty great though and enables me to do things I can't with the others so it still gets used a lot.
I find that I get the best results from 2.5 Pro via Google AI Studio with a low temperature (0.2-0.3).
Re: Gemini 2.5 Pro Preview
#158Now if there was a way to add prepaid credits and monitor usage near real-time on a dashboard, like every other vendor. Hey Google are you listening?
You can do this with https://openrouter.ai/
Re: Gemini 2.5 Pro Preview
#159Also, why doesn't Ctrl+C work??
Re: Gemini 2.5 Pro Preview
#160I 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.