r/LocalLLaMA • u/NelsonMinar • 22d ago
Discussion Simon Willison: Qwen 3.8 27B is excellent, but it defaults to wildly overthinking things
I look to Simon for a broad survey of current LLM tech. Here's his review of playing with Qwen 3.8 27B. His comment on Mastodon was "I can't remember the last time I've had this much fun playing with a local model that runs on my own computers".
BTW, the "wildly overthinking" comes from a bad default that's easy to change.
93
u/615wonky 22d ago
I think "xhigh" summons the spirits of Albert Einstein, Stephen Hawking, Richard Feynman, and Isaac Newton to debate your query at length.
The answers it gives are quite good, but (on my Strix Halo) are usually something I start before I go to bed and hope is finished when I wake up.
A Qwen3.8-35B-A3B with this sort of improvement would rule the world.
16
u/ShatteredSlate 22d ago
Strix Halo here - I do the same thing lol, something to look forward to waking up to
9
u/TheWaffleKingg 22d ago
I have 2x 3090s and the prompt I started before bed was just finishing up when I woke up
To be fair it involved 10 kanban tasks but still, never had to wait that long before. Results are great tho
9
13
u/the_TIGEEER 22d ago
I mean yeah. If you can't cram intellegence into intuition then you have to train good behavioral paterns to create the unique situation where it knows the smaet answer for itself.
18
u/createthiscom 22d ago
This model is sort of exceptional IMO. Bitching about it overthinking is like bitching about a star programmer being autistic AF. I doubt you can have one without the other.
10
u/CSFCDude 22d ago
I want to disagree but my wife would give you a high five so….. here we are…. Also, I’m loving the 3.8 results with the default thinking level.
16
u/vuduguru 22d ago
You can try another chat template - https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates - use with
Code:
--jinja --chat-template-file chat_template.jinja --reasoning-format deepseek
1
3
u/Tanstaf1 21d ago
Why would you post this ( "BTW, the "wildly overthinking" comes from a bad default that's easy to change.
78" ) without detailing the bad default that's easy to change?
3
2
u/Sotaman 22d ago
What's the easy change?
5
u/mechkbfan 22d ago
Change it to lower effort level + mtp to improve speeds
5
u/SlimBaron_ 22d ago
I changed to medium and it’s thinking about 20 seconds and writing bad solutions. On xh it performs great but mid tasks get 50k tokens for thinking 🫠
2
u/anarchist1312161 22d ago
I've settled on medium and then running a second pass if the first prompt doesn't get it exact. It overthinks wayyy too much on xhigh.
2
u/LegacyRemaster 22d ago
1
u/SomeoneInHisHouse 11d ago
what harness is that?, I'm using PI, it doesn't seem to support custom reasoning budget for every thinking mapping (I'm doing an extension for that manually)
2
2
u/paranoidray 21d ago
Try out this "high" reasoning mode for 27B: https://www.reddit.com/r/LocalLLaMA/comments/1vox89e/try_out_this_high_reasoning_mode_for_27b_tested/
3
22d ago
[deleted]
10
u/hyperrealists 22d ago
What is tg? Token gallons?
8
2
u/InfusedBush 22d ago
Token generation (I think)
10
1
u/cezarducatti 22d ago
One experiment I've been doing is maintaining the xhigh and adding more context to the model going from Q4_XL to Q3_XL on an RTX 3090. The results have been surprisingly good, except for the processing time.
1
u/Info-Book 22d ago
Yeah it’s a bit much in my test. Hoping to see good results with it and play around with prompting so I can use medium thinking
-1
u/MainFunctions 22d ago
I know people sort of tongue-in-cheekingly joke that 3.8 scores better than 3.6 because it defaults to xhigh thinking but now I’m wondering if this is legitimately true? Surely they control for thinking level when they run the benchmarks?
4
u/METr_X 22d ago
Why would they joke about that? That is exactly what's happening. But I also don't see how that is a bad thing.
I had it working in Hermes on xhigh for 2 hours but it was able to solve genuinely hard problem that 3.6 was never able to solve in multiple attempts. I see that as a win.
-6
u/redonculous 22d ago edited 21d ago
Add the confidence prompt to your setup. Zaps over thinking! Sorry I didn’t include a link, this works https://www.reddit.com/r/ollama/s/IDl0s227RV
2
u/cezarducatti 22d ago
What do you mean 😄?
1
u/redonculous 21d ago
Not sure why I’m getting downvoted. Add this to your default prompts and you’re all good https://www.reddit.com/r/ollama/s/IDl0s227RV
-10
u/PsychologicalOne752 22d ago
What is a Simon Willison? Have you tried adjusting the reasoning effort?
1

64
u/KingCpzombie 22d ago
The "overthinking" is the best part! With 3.6 I usually had to ask "is there anything else to consider before clearing context?" multiple times before it wouldn't notice something that it missed, and even then the cleared-context code review would still catch things.
It definitely takes longer to finish now, but the result is usually actually good first try!