Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
11–20 of 620 posts
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#12Like how we've had SETI at Home, Folding at Home, BitTorrent etc. People are clearly willing to donate their computer resources to distributed projects.
Maybe in a dAI network anyone could submit content for training on, and each user running a "node" could have their own custom private conditions on which type of content to accept for training or inference.
Like someone who dislikes anime could say "never accept anime related content or queries" so their node would basically opt-out from any data or questions about anime.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#13Pretty good results with qwen 3.6 27b dense. I’d say it’s about equal to (Claude) haiku 4.5 maybe sonnet depending on the task.
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#14Yes, 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?
#15Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#16Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#17My Homelab AI Dev Platform
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#18Related: Are there any viable distributed AI models? Like how we've had SETI at Home, Folding at Home, BitTorrent etc. People are clearly willing to donate their computer resources to distributed projects. Maybe in a dAI network anyone could submit content for training on, and each user running a "node" could have their own custom private conditions on which type of content to accept for training or inference. Like s…
Re: Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?
#19I've been wondering lately if it would help to take a medium sized model and either in cloud or some local setup actually do Reinforcement Learning from Human Feedback (RLHF) on every prompt as a chore - I don't know if trying to manually finetune a model to your use habits would ruin it or help - ideally if you were diligent you could get rid of some of the ticks that make models for the general public difficult to…
About Owain Evans work: I think he did SFT. On Twitter someone was saying that RL is not as susceptible to what he showed. I'd like to try that