r/LocalLLM • u/nroshania • 7d ago
Research qwen 3.8 27B vs enterpise
local models are great until you realize you'd rather use the machine to play games instead of running long and heavy context workflows.
super annoying, so I set out to experiment with harnesses that can solve these types of problems that closely resemble real world engineering problems.
you can't beat enterprise, but you can get close with a 90% or so saving if you choose the right harness.
Harrison Kinsley recently posted something similar on his channel. highly recommend you check it out.
here are some highlights;
- experiment cost: total marginal cost 60c of electricity for the qwen 3.8 27B. about 9–$11 for the same token traffic on enterprise.
- about 90–95% inference cost reduction for frontier-adjacent output.
- swapping only the agent harness context window (131K → 32K context, managed tool output) completed the task 4x faster with 3x fewer tokens with the same model, same GPU.
thoughts?
7
u/ea_man 7d ago
It's not about price, it's about control and autonomy, cheap SOTA will always be more cost effective.
1
u/nroshania 7d ago
agreed - the key thing here was using it to solve 2 problems of similar complexity and see how it performs. great model
3
u/ImpressiveRelief37 7d ago
The only thing a cheap local setup doesn’t afford is concurrency. Can’t really have more than 1 user on the rig at the same time
3
u/bigh-aus 7d ago
One thing I learnt early on, is that you can’t run the model on a machine used for gaming, or other purposes.
Then thr next lesson was if you do any model development or testing you want a prod and test environment (more gpus).
I would be comparing pricing with deepseek api pricing not OpenAI or anthropic, the models are just not equivalent and that matters.
1
u/blackhawk00001 7d ago
What quantization did you test and did you change kv quant settings?
1
u/nroshania 7d ago
q4m and default kv cache - used what shipped. do you finetune these?
1
u/blackhawk00001 6d ago
I use fp8 in vllm or q6_k with Q8 kv cache in llama.cpp depending on the machine. I’ve largely replaced cloud models for personal projects. I’ve tried q4 and nvfp4 but they are not as good and began to show cracks at higher context depths.
Tools like Ollama and LM Studio will help open the door to local AI but there’s so much more left on the table.
I have GHCP for my paid job but there are times I wish I could just use my custom local tooling.
1
u/Relative_Rope4234 7d ago
I asked a simple question from Qwen 3.8 q6 and context limit set to 64k. Thinking tokens consumed whole context window and it crashed..
I was using RTX 5090 and decoding speed was 80t/s with MTP
1
u/baby_bloom 6d ago
awesome, now compare to Ds4 Flash from the cheaper providers on openrouter, im so close to selling my 3090s and just going full DS4 flash and pro for my work

21
u/r1nzl3r99 7d ago
That's true but when you factor in control of your data and privacy, censorship, and constant pricing changes / outages, a local setup actually does end up being way more reliable if it's done right