| ▲ | embedding-shape 7 hours ago | |
> Many people run local LLMs which is where a mac is useful Unless you go for the very expensive options, most of the Mac Minis really aren't suitable for running local LLMs, they're painfully slow with prefill/processing input, and the models you are able to run don't handle long context very well, which these sort of long-running agents perform very differently with when you can. I'll agree with your latter point, hard to beat the value of using something like OpenRouter or similar remote inference. Even with local models, you can run the agent software and the inference workload on different hosts, which is what I'm doing at home. Beefy server responsible for inference, tiny VM on other server is running the actual agent software + RPC + bridges and what not. | ||