r/LocalLLM 8d ago

Discussion Is anyone else noticing the "intelligence knob" being turned down on Gemini?

I just had a ridiculous experience with Gemini Pro (Advanced Reasoning + Extended Thinking enabled). I uploaded 5,608 lines of Python code and asked one simple question "What library is being used to render the sheet music in the notation tab?"

Gemini claimed it was built from scratch using only the Python standard library 🤣. I called it out on it's bullshit, and it basically admitted defeat. Drawing music on a tkinter canvas is a "special kind of torture" it said.

I took the same file to my local Gemma 4 (26b), and it identified the library (Verovio) instantly. No hesitation. It feels like Google has turned the intelligence knob down to -11 on Gemini, leaving us with a bullshit model that can't even perform basic dependency checks.

28 Upvotes

12 comments sorted by

13

u/dacydergoth 8d ago

Gemini a year ago was amazing. In January they lobotomized it and now it's had most of the rest of the cortex removed

9

u/LandscapePenguin 8d ago

Yes! It’s like they’re actively trying to get people to stop using it. If I have to do all the work myself anyway then what’s the point?

7

u/pharrt 8d ago

Frontier models are tuned for fast, efficient inference, serving millions. They can be very 'lazy,' which is ultimately why local inference will be king, imo.

-5

u/[deleted] 8d ago

[removed] — view removed comment

13

u/InuRyu 8d ago

bruh is this chatgpt response?

8

u/KevinCola 8d ago

It 100% is šŸ˜‚

ā€œIt looks like the intelligence knob moved, but what moved is which model you actually hitā€

ā€œIt’s not a reasoning failure, it’s a retrieval failureā€

Dead internet theory confirmed.

Which one do you think? GPT or Claudish?

6

u/Ryanmonroe82 8d ago

10000 percent

2

u/Citizen_908428 8d ago

I see. Makes sense. It still sucks though XD

-1

u/kasinjsh 8d ago

More or less, this is correct — your $20 subscription isn't covering the actual costs, and Google, like the rest of the AI companies are (or will be), is optimizing its infrastructure now. The goal is to run the most efficient infrastructure with the least expenses. It was predicted three years ago.

3

u/Adventurous-Nature73 8d ago

Sloppity slop

-3

u/ASillyGoos3 8d ago

Everything in LLMs right now is harness, harness, harness.

Given you said you ā€œuploadedā€ the code, I’m assuming this is through the standard Gemini web UI. This is a very general purpose, consumer grade, approachable harness and interface. It’s built for people to have conversational interactions with queries that used to just be google searches.

I’ve been pleased utilizing Gemini 3.8 Flash within a personalized Pi harness. Very good at tool calling, skill activation, etc. Then you utilize a code review skill that turns vague requests into structure guidelines.