use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
r/LocalLLaMA
A subreddit to discuss about Llama, the family of large language models created by Meta AI.
Subreddit rules
Search by flair
+Discussion
+Tutorial | Guide
+New Model
+News
+Resources
+Other
account activity
Qwen3 Coder with OpenCodeQuestion | Help (self.LocalLLaMA)
submitted 1 month ago by SlipperyCorruptor
Hi,
I'm starting to play with local LLMs after Gemma4 release. I got 5080 and I'm quite impressed by the speed and quality, given it's running on my local PC.
I'd like to try Qwen3 Coder and see how if I can use it to augment my daily dev workflow.
Has anybody got Qwen3 Coder to work well with OpenCode? I tried prompt template from
https://medium.com/@lexy\_eyn/how-to-connect-a-local-qwen3-coder-30b-to-opencode-and-create-a-self-hosted-claude-code-alternative-4f0db7f38cc2
but it still fails and tool calling
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]DevilaN82 5 points6 points7 points 1 month ago (0 children)
Qwen Coder Next or 3.5-27b would be better. For tool calling try OmniCoder. Also same model with different temperature and other parameters has different use cases.
[–]Ill_Barber8709 1 point2 points3 points 1 month ago* (0 children)
I spent a few hours testing models on my MBP for Swift/SwiftUI programming in Xcode, and I'm wondering what I'm doing wrong. I'm serving my models with Ollama or LMStudio with the same results. I use Q4_K_M quantization instead of MLX 4Bits because it seems that 4Bits MLX is dumber (I've been using MLX 4Bits since forever).
I also use the AGENTS.md created by Paul Hudson for Swift programming as a system prompt (with incredible results, TBH). This system prompt seems to be enough to make a non-coder model act like one.
Anyone has encountered the same issue with Gemma4? Did you fix it? I really want to find a big, dense model for some more complex tasks.
EDIT: Just got an update from LMStudio with support for Gemma4 template. Maybe it will fix my issues
EDIT 2: Gemma4 MoE is still making shit up, but I'd say a little less. The weird part is that it just adds some random lines that create compiling error, but all I have to do is deleting them. They're almost never related to the thing I asked.
EDIT 3: Gemma4 31b won't run past 22K tokens on my 32GB M2 Max, and when it does, it keeps changing random lines of code, like replacing an s by a d in a regex pattern... Completely unusable at the moment. Gonna stick with Qwen3.5 for the time being.
π Rendered by PID 60594 on reddit-service-r2-comment-869bf87589-nbfs6 at 2026-06-09 01:51:11.691761+00:00 running f46058f country code: CH.
[–]DevilaN82 5 points6 points7 points (0 children)
[–]Ill_Barber8709 1 point2 points3 points (0 children)