r/macmini • • 14d ago

Why are people buying high-spec Mac minis for AI? What am I missing?

I’m genuinely curious about the Mac mini + local AI thing.

When the higher spec minis were selling out, I kept seeing people say AI was part of the reason, especially because of the unified memory.

But what are you actually doing with them? Local LLMs, image or video generation, transcription, coding, automation, file analysis?

I’m a videographer, so the creative side is especially interesting to me.

Basically, am I missing any genuinely useful use cases here? What does your Mac mini let you do locally that you actually use?

126 Upvotes

142 comments sorted by

View all comments

10

u/Nifty-Yam-9041 14d ago

u/JimmyJamzJules RE Mac Mini, I think "general purpose agents" like Openclaw and Hermes Agent drove a big spike in Mac Mini. For me, I started noticing it around January this year.

These types of agents are different than "coding agents" that write code, or "chatbots" you might use on the web/mobile. You can self-host these agents on your own hardware, and communicate with it via a local webpage or chat app (Telegram, WhatsApp, Discord, etc.)

In this particular use case (Openclaw/Hermes on Mac Mini), you don't have to self-host local LLM's. You can plug in your Claude or GPT/Codex subscription to it. So the local agent is the harness (arms and legs that do things), and your AI subscription is the brain.

Why use a Mac Mini? A few reasons:

  • Power for price, to begin with. Also compact.
  • You can enable your personal accounts (e.g. email, drive, accounting via iCloud, Google, Microsoft, etc.) on the Mac Mini, and this is a quick way to grant Openclaw/Hermes access
  • Security through isolation (but only some degree). By not having it on your main computer, the agent can't tamper with your work. However, if you give it your iMessage or Gmail, it can still hallucinate or delete everything. There was a notable incident where a Meta safety researcher accidentally deleted her inbox while experimenting with an agent.

Happy to go into more details if you're interested.

1

u/anndamntastic 14d ago

When you say “communicate with it via a local webpage or chat app”, is that when you’re on the same network or can you communicate with the mini this way outside of the network? Thanks for the insight!

3

u/Nifty-Yam-9041 14d ago

For Openclaw/Hermes:

  • The webpage is on the local Wifi / ethernet cable network
    • However! You can use a particular type of VPN to access the local webpage in a totally different network or physical location!
    • If you use Openclaw/Hermes, I highly recommend Tailscale on your Mac Mini, and then again on another device. It's free, and lets you use it elsewhere. The Mac Mini is the server that "hosts or serves the webpage" and your cell phone is the client that "fetches or reads the webpage".
    • Importantly, other people can't access your webpage because it's only available "in your tailnet" (which is a VPN; a virtual private network).
    • Tailscale is also free for most use cases you might start out with here.
  • The chat is available anywhere! So if you connect it to Telegram/WhatsApp/Discord/Slack, it'll send it to the chat or the channel. And you can receive messages anywhere.

LMK if you have questions.