Live data from Hacker News

Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

news.ycombinator.com

501–510 of 620 posts

Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

#501

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.

What is leading edge then?

Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

#503

For 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.

My 3090 was $700 shipped. Shop around. I'd expect to pay "thousands" for the nodded 3090 with 48+ gigs of vram.

Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

#507

I 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.

Do you use deepcode, or which cli and/or coding agent you use it with?

Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

#508

Earlier 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.

I don't let the AI make any choices. I have a lot of instructions and sample code for it to follow. It is basically a glorified code generator at that point.

Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

#509

Earlier 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.

Only for simple problems. As the problem becomes complex you can't remember all the requirements to prompt the AI with.

Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?

#510

Earlier 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.

The docs that ship with it are a great source for the LLM who will be running the command and monitoring its output, fixing or adjusting whatever in order to complete my goal. Why on earth would I be calling it by hand?
Post reply on HN