Tried. The context windows just weren't big enough.
Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
31–40 of 620 posts
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#32If you're able to run a model on the scale of ~30B, you can find that with a reasonably scoped and well defined task they do very well. I've found both Gemma4-31B and Qwen3.6-27B to be the best in this range at the moment. You can swap in the MoE models for faster inference, but they are noticeably worse at most tasks. They can one-shot / vibe code tasks with small scope, but still do much better with guidance.
If you really want frontier-like capabilities, you'll probably need at least 128GB of memory and either huge compute or a lot of patience. Most people just don't have either the money or the patience to make these local models work.
The patience required for local model usage goes far beyond just waiting for tokens though. It takes a lot of effort to get things configured and working properly for your workflow and hardware.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#33Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#34Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#35Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#36Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#37My experience is that it's not the models themselves that are limiting right now, it's the clunky alternative harnesses with weird missing features making for bad ergonomics around stuff like queue management, interruption, subagents, goals, etc.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#38Yes, running a local model on a natural wetware substrate here. Recommended setup: plenty of nutrients, some caffeine and a quiet environment. Performance - not currently measured in tokens: roughly average.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#39Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#40i used to mix remote and local minimax 2.7(q3) on my strix halo, it run at 30 tg and 220 tokens pp... it was a bit painful slow, but it was a good feeling i could stay offline. unfortunately m3 which is at opus .8 levels is 460b parameters and doesn't even fit in 128gb of memory, let alone a big context. strix halo feels like a toy for ai purposes. https://kyuz0.github.io/amd-strix-halo-toolboxes/
I think it also helps that I'm using my machine to do home server stuff. It excels at all of the traditional workloads. Then I can lean on the AI to help with automation here and there. I find it deeply satisfying.