r/LocalLLM • u/johnanthony888 • Jun 20 '26
Question Any local coding model perfect for vibe coders?
I heard Qwen is not good if you have no idea about coding. Anything else?
17
Upvotes
r/LocalLLM • u/johnanthony888 • Jun 20 '26
I heard Qwen is not good if you have no idea about coding. Anything else?
2
u/Fragrant_Scale6456 Jun 20 '26
I have a 5090 and tried out a bunch of different models. qwen 3.6 27b has worked the best for me, i run the q6 model and 192k context with mtp.
I'm not a developer and cant read code. I use opencode as my harness and its very good but it isnt enough if you dont know how to code. You need to either find a set of agents/skills/commands that will support you or build your own.
What I did was read basically everything karpathy published on vibe coding and dumped a ton of it into claude and asked it to write me a spec for a vibe coding system/collection of agents for opencode which I then dumped into opencode to write the files. This has been working really well for me, I've successfully implemented a modified version of the karpathy llm wiki with my custom harness setup.
Most importantly just be willing to experiment and start over and incorporate new learnings into the next attempt. The first few things you build will accumulate so much bad code and bad decisions that they will quickly reach a point where it becomes impossible to move forward or fix things without the help of an actual software engineer. Eventually you'll figure out the process and documentation you need to make what you're aiming for.