Google goes full Apple...
Gemini 3
811–820 of 1001 posts
Re: Gemini 3
#812Seems to be the first model that one-shots my secret benchmark about nested SQLite and it did it in 30s,
Out of interest. Does it one shot it every time?
Re: Gemini 3
#813Earlier quoted context omitted.
Yeah, it is often pointed out as a brilliance in game analysis if a GM makes a move that an engine says is bad and turns out to be good. However, it only happens in very specific positions.
> Yeah, it is often pointed out as a brilliance in game analysis if a GM makes a move that an engine says is bad and turns out to be good. Do you have any links? I haven't seen any such (forget GM, not even Magnus), barring the opponent making mistakes.
https://chess.stackexchange.com/questions/29716/positions-th...
It basically comes down to “ideas that are rare enough that they were never programmed into a chess engine”.
Blockades or positions where no progress is possible are a common theme. Engines will often keep tree searching where a human sees an obvious repeating pattern.
Here’s also an example where 2 engines are playing, and deep mind finds a move that I think would be obvious to most grandmasters, yet stockfish misses it https://youtu.be/lFXJWPhDsSY?si=zaLQR6sWdEJBMbIO
That being said, I’m not sure that this necessarily correlates with brilliancy. There are a few of these that I would probably get in classical time and I’m not a particularly brilliant player.
Re: Gemini 3
#814More like 2 billion hostages
Re: Gemini 3
#815Earlier quoted context omitted.
Out of interest. Does it one shot it every time?
Will try again just tried once in the phone a few hours ago, other models were able to do quite a lot but usually missing some stuff this time it managed nested navigation quite well, lot of stuff missing for sure I just tested the basics with the play button in AI studio
Re: Gemini 3
#816Re: Gemini 3
#817Out of curiosity, I gave it the latest project euler problem published on 11/16/2025, very likely out of the training data Gemini thought for 5m10s before giving me a python snippet that produced the correct answer. The leaderboard says that the 3 fastest human to solve this problem took 14min, 20min and 1h14min respectively Even thought I expect this sort of problem to very much be in the distribution of what the mo…
Re: Gemini 3
#818I'm sure this is a very impressive model, but gemini-3-pro-preview is failing spectacularly at my fairly basic python benchmark. In fact, gemini-2.5-pro gets a lot closer (but is still wrong). For reference: gpt-5.1-thinking passes, gpt-5.1-instant fails, gpt-5-thinking fails, gpt-5-instant fails, sonnet-4.5 passes, opus-4.1 passes (lesser claude models fail). This is a reminder that benchmarks are meaningless – you…
Using a single custom benchmark as a metric seems pretty unreliable to me. Even at the risk of teaching future AI the answer to your benchmark, I think you should share it here so we can evaluate it. It's entirely possible you are coming to a wrong conclusion.
Re: Gemini 3
#819Earlier quoted context omitted.
> They are good at transforming one format to another. They are good at boilerplate. You just described 90% of coding
90% of writing code, sure. But most professionnel programmers write code maybe 20% of the time. A lot of the time is spent clarifying requirements and similar stuff.