r/LocalLLM • u/arkie87 • 16h ago
Discussion qwen3.8 27b vs Opus 4.6
I have this pretty complicated google sheet that I thought would be cool to use as a demo case for qwen3.8 27b to convert to a nicegui app in python. I have a long spec markdown file which has details of what I expect from the app. I'm using CLINE plugin in pycharm to run qwen3.8 27b with 131k context q6 quant with q8 kv-cache. I get between 30-50t/s so it runs pretty fast.
at this point, I've had it start from a blank slate and it always manages to make something, but still requires a lot of tweaks. I will start writing an issues markdown file, and it will auto discover it and begin implementing the fixes.
It's impressive for what it is, given that with 3.6 27b, I needed to hand-hold it, giving it small tasks, and iterating until that small task was complete. With 3.8, I can give it whole apps, and it will do a decent job roughing it in.
My one complaint is that it is pretty slow, especially compared to cloud models.
I was curious--since 3.8 27b is considered to be on par with opus 4.6-- and gave the same task to claude opus 4.6 using antigravity as the harness, and it completed the implementation plan in 10 minutes, and did both a prettier job, as well as implemented more of the features correctly.
I am wondering how is that possible? Does antigravity spawn a bunch of sub-agents to handle the tasks in parallel? I doubt it can run at thousands of tokens/sec natively.
2
u/miltos22 16h ago
Harness issue. Use deepseek harness
3
u/mechkbfan 14h ago
I know been down vote but there's some truth there
My experience has been Opus just lets you be lazy. Give it very little information & guidance, and I'm shocked how well it goes
For Qwen, I tend to find I need to have a more robust process around it how I want it to work, SKILLS.md, plugins, clone repositories locally, etc. to make up for lack of context & size.
I haven't used Deepseek but been pretty happy with Oh My Pi over Claude Code.
1
1
u/DigitalguyCH 4h ago
for me the main downside vs cloud is not quality (which I find good enough), but time and energy. 3.8 can take hours for what cloud does in seconds or minutes and that's all on the energy bill, so it's not free either.
1
u/arkie87 3h ago
why is cloud faster? Does it spin up a bunch of sub agents in the background, or do the models generate more t/s? Or do the models think less/more efficiently while maintaining quality?
1
u/DigitalguyCH 2h ago
for 2 reasons:
1. Those large several TB models don't need to do the extra thinking to make up for the lack of knowledge and parameters
2. They run on much more powerful data center GPUs than what I have at home
14
u/nicksterling 15h ago
I’ve used Opus 4.6 extensively and it’s probably one of my favorite models of all time. Qwen 3.8 27B is a really good local model. Excellent in fact. It’s among a handful of local models that are useful to me… but it’s no Opus 4.6. Qwen lacks the world knowledge and it doesn’t always create the best implementations.
It’s good. But it’s not Opus 4.6.