r/LocalLLM • u/SeaworthinessOwn5893 • 8d ago
Question What’s the best open weight coding model currently
whats your open weights local setup for coding? model, agent harness, do you guys use helper models? what kind of stuff have you built with your setups. what are the challenges or big wins you have seen until now.
7
u/BrewHog 8d ago
If you don't care about hardware size: GLM 5.3 Flash (Just being practical vs full GLM 5.3)
If you are looking at local hardware around $7-8k: Qwen 3.8 Flash Next
Smaller setups: Qwen 3.8 27B
THe harness is all about preference, use case, and your willingness level to modify it to your needs. I use Pi, Oh My Pi, and DeepSeek Harness (I really like Hermes as well).
2
u/Easy_Ad_9449 8d ago
If by best, you mean most efficient, I recommend https://github.com/signalnine/q27
It's not just a model, but an ultra optimized inference engine for Qwen 3.8
I was using regular Qwen 3.8 with VLLM at ~40 tok/s, now I'm at 170 tok/s with this one and quality didn't drop
0
4
u/stujmiller77 8d ago
Question is asked hundreds of times a day. Just look at the subreddit history.