New comment by Greenpants in "Ask HN: Has anyone replaced Claude/GPT with a local model for daily coding?" (opens in new tab) 聽馃挰LLMs 聽Content type: Discussion
I 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 interesting, because Wagtail is a bit less well-known, so the agent, without giving it ...
Read the original article