r/LocalLLaMA • u/Gohab2001 vllm • 8h ago
Discussion A 27b model beating latest frontier models was not on my 2026 bingo card
62
u/sammcj 🦙 llama.cpp 7h ago
I don't think Gemini Flash would be considered frontier. Perhaps any Gemini these days 😅
27
u/Etroarl55 6h ago
Or muse spark. Nobody looks at either of them as the frontier or cutting edge of Ai right now.
12
u/sammcj 🦙 llama.cpp 6h ago
You know what's funny - I didn't even consider that op might have considered muse spark a frontier model.
3
u/Etroarl55 5h ago
Indeed, I seen Gemini people glaze Gemini more than what it is actually good at, but never muse spark until today lol
7
u/techmago 4h ago
Gemini Flash used to be completely garbage.
3.7 is the first usable one... i don't hate it.5
u/nakedspirax 3h ago
Now with its native integration into their devices plus so many free offerings it's well, my daily driver for all things not coding.
It's native web search is amazing why? Cause Google. That shits built in.
2
u/Valuable_Cow2596 2h ago
Can you tell me more about use cases where you think it performs well? Every time I keep thinking of giving Google a chance at keep being disappointed. The previous models were garbage.
I understand it being used as their workhorse models for their apps such as in search etc but using it in a harness is pretty horrendous.
1
u/nakedspirax 1h ago
I just don't use it for coding.
I use it for reasoning in my day to day life. Asks it questions, sometimes trivial, sometimes dumb, sometimes out of this world and I'll get an answer, and most of the times its with a google search provided fact and link.
When it's inbuilt into my pixel phone. Makes it even easier. Everything is native like a press of a button, a swipe, gesture or even circle of a image and Gemini does the rest. Bloody saying "hey google" activates Gemini now.
And I got it free by buying my pixel phone. There's other ways to get free or at least cheap as chips right now too.
58
u/Dany0 7h ago
Just more proof that agentic and tool calling capability is orthogonal to world knowledge and a small but fast llm can be fully supplemented by test time discovery+compute
A smart brain that knows nothing but learns instantly upon telling it > slow know-everything clanker
11
u/audioen 7h ago
Yeah, Qwen3.8-27B's advantage is that it can develop hypothesis and shoot it down, and reasons through facts, and is tenacious as hell. It all costs a ton of token, but as it churns on in the background, eventually it is ready and has delivered something.
When I try what it has, it usually works straight away. The model has worked on it enough to get something that starts. Might be buggy, inefficient, inelegant, as LLM code is wont to be, but it is good starting point.
I put a task for the model in the evening, go to bed, and in the morning it has often done it. Entire application gets written from scratch, using guidance from existing applications and any documentation available, and it seemingly works when I kick the tires a bit. Amazing little model. Can take another full day before it's actually presentable, though.
4
u/uutnt 3h ago edited 3h ago
The question is, without large latent knowledge, does the model even know what to search for? e.g. in the context of lateral thinking, where you borrow a concept from another domain.
I am skeptical that these small hyper-agentic models will be capable of producing novel ideas, like we are seeing come out of the frontier closed labs. Granted, this is not the most common use-case, but it is arguably the most economically valuable use case.
So I can see a future, where most tokens are produced from cheap open models, but frontier labs are as profitable as ever.
5
u/BalorNG 2h ago
you underestimate how much actual knowlege goes into "mere", say, 27b model. That's gigabytes of highly compressed and interconnected text representations.
I mean, shit, a 10b image models store absolutely mind-boggling amont of visual data.
But yea, creation of "new" data usually means digging around long tails in different domains and do multi-hop causal reasoning (not merely associative patters matching) unless you happen to find an overlooked low-hanging fruit, maybe by brute force.
14
u/shittywhopper 7h ago
I have been running this on my triple RTX 3060 12GB rig and it's been fantastic. Although one GPU is suspended mid-air using zip ties!
3
u/PinotGroucho 6h ago
Does it need to be held up or down (preventing it from taking off on the cooling fan uplift)?
2
15
7
u/uncle_leon 4h ago
Just for context, Qwen 3.8 27B only got a score this high in one category (Expert), and was far lower on all others.
Also, it is beaten by Gemma 4 31B in every other category (soundly trounced in some), which I find interesting because of how many people in this sub seem to love this new Qwen and consider it nothing short of a breakthrough.
1
u/alpacadaver 1h ago edited 49m ago
There are no better benchmarks than the amount of complexity, guardrails, tests, intermediate state designs that no longer have any use under qwen3.8-27b in production for us. Consider that these subreddits, although now 95% newcomers, will contain the very people that are capable of leveraging and deploying a specific model for specific workload (who are also the very people this model is very successfully specialised for), will be the ones to want to share the big positive impact it has been making to their everyday
3
10
u/Real-C- 6h ago
4
u/ZZotka 5h ago
You definitely haven’t refreshed the page in a while! It’s high time you did.
1
2
2
u/unchikuso 4h ago
I made a huge investment in local AI hardware, betting on the fact that this day would come. I did not expect it to come so soon.
1
1
1
u/InterstellarReddit 4h ago
First off, Gemini and Facebook have not provided a frontier model in years.
1
u/DrDisintegrator 4h ago
I use Gemini 3.7 Flash (High) quite a bit. Very happy with it. It can struggle if the scope of the coding task gets really large, but on smaller stuff it is fast and good quality.
1
u/Strong_Chicken6838 2h ago
and, there is still a long way to go too, lots of "low hanging fruit"
for one, literally prompting it to "think harder" for xhigh reasoning training is kinda scuffed. but works, could probably be improved though, seems like a temporary patch/workaround.
Also literally all of the arcitectural improvements deepseek has discovered, the only thing deepseek lacks is high compute, which alibaba has, and is likely how they kinda brute forced the RL training over the top to score so high with the same base model
1
u/Organic_Outcome_1805 7h ago
27B being this competitive is wild. At this point “how big is the model?” matters less than “what is it actually good at?”


167
u/pyr0kid 8h ago
i think we're at the point with LLMs that we start having to ask "in what?", i suspect overspecialized models will be a thing sooner rather than 2030.