>64 GB Thats the rub. I have an M4 with 48G. I wonder if it is worth testing this out. My past attempts (with Ollama and various LLMs) were too slow to use.
I have a M5 MAX with 128, local models are toys compared to hosted ones. I've spent a lot of time and money trying to make it work even 1/2 as well.
How to setup a local coding agent on macOS
111–120 of 150 posts
Re: How to setup a local coding agent on macOS
#112https://pchalasani.github.io/claude-code-tools/integrations/...
Re: How to setup a local coding agent on macOS
#113Re: How to setup a local coding agent on macOS
#114It’s relatively simple to use llama.cpp/server to spin up a local LLM to work with Claude Code or Codex-CLI. The required llama server settings are often scattered all over so I maintain a set of instructions here for several popular open LLMs: https://pchalasani.github.io/claude-code-tools/integrations/...
Re: How to setup a local coding agent on macOS
#115Earlier quoted context omitted.
Yeah, if the future is "Claude, think for me" I'm happy to stay at the good old present.
https://en.wikipedia.org/wiki/Is_Google_Making_Us_Stupid%3F https://newsletter.pessimistsarchive.org/p/when-educators-mo... New decade, same old argument. It's not > "Claude, think for me" It's > "Claude, be my subordinate and get this done for me" Instead of complaining on the sidelines, I'm getting a shit ton of work done.
maybe you stopped thinking too much that you dont regonize that you are just producing slop that no one cares about.
AI is now getting humans to produce slop
Re: How to setup a local coding agent on macOS
#116Re: How to setup a local coding agent on macOS
#117It’s relatively simple to use llama.cpp/server to spin up a local LLM to work with Claude Code or Codex-CLI. The required llama server settings are often scattered all over so I maintain a set of instructions here for several popular open LLMs: https://pchalasani.github.io/claude-code-tools/integrations/...
Do you use that as a daily driver? Claude Code' prompt is huge and causes you to spend a long, long time on prompt processing for local models, then running out of context shortly after.
Re: How to setup a local coding agent on macOS
#118>64 GB Thats the rub. I have an M4 with 48G. I wonder if it is worth testing this out. My past attempts (with Ollama and various LLMs) were too slow to use.
Re: How to setup a local coding agent on macOS
#119My biggest pet peeve with all these articles on local AI is the only thing they talk about is tokens per second. No one mentions the quality of the answers. No one. I don't mind waiting a little longer if the quality is better. Quickly serving me slop doesn't make it more useful. Are people really only looking at tokens per second?
It solve the "I'm coding on the plane and need to look up this thing I've forgotten" problem, for me at least
Re: How to setup a local coding agent on macOS
#120Earlier quoted context omitted.
what? you're saying both MLX and MTP have been slower for your mac?
I also have an M1 Max 64GB: Qwen 3.6 benefits from MTP (after rounds of parameter optimization). MLX was unstable (haven't tried it recently), faster at TG but slower at PP, so inconclusive.
I'm using the GGUF too; it appears slightly faster in llama.cpp now than current LM Studio but it's not clear to me if that is down to LM Studio having a little more code overhead, older llama.cpp under the hood, or just parameter differences.