I don't think you're going to get many "true" answers to this. The opportunity cost of not using the latest and best models is just too much right now. Every month I research this and come to the same conclusion: the time, effort, and cost required to get local models (and the coding tools around them) to perform even close to Claude Code with sonnet/opus just not worth it right now. If it was, it would be distributi…
Thinking Claude is leading edge... I really think you need to re-evaluate what you research you think you're doing. Claude Code is not Claude Opus/Sonnet/Haiku.
Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
501–510 of 620 posts
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#502Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#503For personal use, yes. I replaced a $100/m subscription to claude in favor of running pi harness pointed at unsloth studio, using both qwen (unsloth/Qwen3.6-35B-A3B-MTP-GGUF) and gemma (unsloth/gemma-4-26B-A4B-it-GGUF) models, depending on my mood. I have a machine I built about 5 years ago with dual RTX3090s in it (I was going to build a new gaming machine anyways, and the llama release had just dropped so I tacked…
2x RTX3090 are around $4400. Without any electricity costs or other parts, that's 3.6 years of $100/m claude.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#504Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#505We are post training qwen 3.6 and combining it with a custom inference engine and harness to get the most out of a smaller model.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#506Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#507I just use DeepSeekV4 Fast... It's cheap as hell. Currently my monthly usage has been 67M Ouput 51M Input Total $0.83 dollar. I honestly don't understand why people just don't use DeepSeek.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#508Earlier quoted context omitted.
>I'm still a AI skeptic What does this mean in June 2026 wrt coding? To me it sounds like being a "rice cooker skeptic". Some people don't like using rice cookers, some do.
For me the distinction is that your rice only needs to be edible once, while your code may need to last for decades. Using AI to code anything I could comfortably throw away if needed is a lot less fraught than letting it make choices that I and anybody who inherits the code is gonna have to live with, especially if by outsourcing those choices I reduce my understanding of the implications of those choices.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#509Earlier quoted context omitted.
For me the distinction is that your rice only needs to be edible once, while your code may need to last for decades. Using AI to code anything I could comfortably throw away if needed is a lot less fraught than letting it make choices that I and anybody who inherits the code is gonna have to live with, especially if by outsourcing those choices I reduce my understanding of the implications of those choices.
I think the idea that code should last decades is now questionable, if not problematic. If we can now produce code at 10x the rate, that means we can have 10x more code (probably not desirable) or we can have 10x as many revisions. Whoever inherits the code can have it rewritten to their liking and understanding. Nothing helps better in understanding a system than to rebuild it, even if just by handholding an LLM.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#510Earlier quoted context omitted.
Yea there's something called a phone book too.
And that would be a much better source for a phone number than Googling. Similarly, the docs that ship with software are a better source for command line switches for that software than a search engine or LLM.