Earlier quoted context omitted.
"Quality is like running edge models from 8-12 months ago." That sounds great for hobbyists but IMHO it wasn't until Opus 4.6 was released six months go (Dec 25, 2025) that we had a model good enough for professionals to use as a primary driver of their coding agents. That seems to be the threshold worth aiming for.
I strongly agree on that being the release where these tools got good enough to substantially speed up my professional work. I have to admit I was super skeptical of AI coding until then.
Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
431–440 of 620 posts
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#432Earlier quoted context omitted.
This is very similar to my setup. Pi in a container (I do let it have network access, just no access to creds or anything, only the one directory that I'm working on at the time and my ~/.pi directory), talking to llama.cpp in another container. I'm on a Strix Halo 128 GiB unified memory laptop. I've never used the frontier models in earnest, I don't believe in using proprietary tools for my programming, so I can't r…
Hopefully this isn't off-topic, but your setup sounds just like mine, Strix Halo and (I'm assuming) llama.cpp on ROCm, and I'm finding that the Qwen hybrid models don't handle prompt caching and instead re-process the context in full on every turn. I'm wondering if you were able to solve this and how?
--chat-template-kwargs '{"preserve_thinking":true}'Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#433Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#434For 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…
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#435I have! I care about data privacy and LLMs being free. I'm using the Pi coding harness but containerized and sandboxed, to make sure it's running completely offline. On my Mac Studio with 128GB RAM (or MacBook with 36GB RAM) I'm using Qwen3.6 35b, with only 3b active parameters so that it runs really fast. I've done a complete redesign for my website's homepage and blog with Django + Wagtail. The latter is interestin…
Based on your explanation, it doesn't sound feasible for me, a complete non-engineer, to switch to fully offline? I do a lot of back and forth discussion with LLMs as someone who reads and writes 0 code.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#436Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#437Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#438Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#439I 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…
The opportunity cost to who? Its getting super expensive for businesses and engineers across the board to pay for frontier models.
Eventually I think it will even out but right now the hosted stuff is very subsidised.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#440https://vickiboykis.com/2026/06/15/running-local-models-is-g...