How I AILocal AI models explained: How to run a fleet of Mac Studios and GPUs at home
At a glance
WHAT IT’S REALLY ABOUT
Running local AI fleets at home: hardware, models, workflows, automation
- Alex Finn explains why expensive home hardware can beat cloud subscriptions when you want “unlimited” 24/7 token-burning for continuous background tasks.
- He compares Mac Studios, Nvidia DGX Spark–style AI workstations, and a custom RTX 5090 build by tradeoffs in memory, bandwidth, speed, and model size.
- He describes a low-friction setup approach using Tailscale plus agent tools (OpenClaw/Hermes) that act like an “IT guy” to deploy and manage models across machines.
- He demonstrates a fleet dashboard that assigns always-on jobs like security scanning, code cleanup, and social-signal monitoring, with results summarized into daily reports.
- He outlines a “software factory” workflow using Claude Code build/review loops, Slack approvals (rocket emoji), and automated merging to ship changes with minimal human intervention.
IDEAS WORTH REMEMBERING
5 ideasLocal AI’s real ROI is unlocking always-on, high-volume automation.
Alex argues the value isn’t replacing a $20 chatbot plan; it’s enabling continuous background work (security scans, code reviews, market research) that would be prohibitively expensive via API usage at 24/7 cadence.
Mac Studios excel at fitting huge models, but they can be painfully slow.
Unified memory lets Macs run very large models (e.g., Alex runs GLM 5.2 at “frontier-like” intelligence), but low memory bandwidth means responses can take minutes—best for asynchronous jobs, not interactive use.
DGX Spark–type AI workstations are a “sweet spot” for many local workloads.
They offer more memory than typical GPUs, decent bandwidth, and CUDA speed in a plug-and-play box—ideal for mid-sized models like Qwen-class or coding-focused 35B models without the complexity of custom builds.
A single high-end GPU (RTX 5090) delivers cloud-like speed—within smaller VRAM limits.
Alex frames traditional Nvidia GPUs as the fastest option for local inference, but constrained by VRAM (e.g., 32GB) so they favor smaller/faster models and latency-sensitive tasks rather than giant frontier-sized weights.
Agents + Tailscale turns multi-device model ops into a non-technical workflow.
By networking machines via Tailscale, Alex uses OpenClaw/Hermes as an “IT agent” that inspects hardware, selects appropriate models, installs them, and hops between devices to manage a fleet with minimal manual setup.
WORDS WORTH SAVING
5 quotesBasically, at all times of the day, each one of these computers is just burning tokens, doing things, helping my life, right? Unlimited AI is basically how local AI works.
— Alex Finn
It was one of the most aha awakening moments of my life, and something about building this, like, personal bond with the OpenClaw and with this agent was like, "I want this to live in the computer. I, I don't want this to come from the cloud."
— Alex Finn
The point is- The use cases it unlocks, right? You now have, because you have AI models running locally, the ability to run unlimited intelligence around the clock 24/7. If you were to do that with a cloud model like ChatGPT or Claude, you would be spending outrageous amounts of money.
— Alex Finn
Before you would have to go find the right model, find the right version of it, uh, make sure it can fit into memory, download it, run it on a server, all these really complex things that a normal person would never be able to do in, like, 1,000 years.
— Alex Finn
Once that's reviewed, it pings me on Slack, and I can just leave a rocket emoji, and when I leave the rocket emoji, it says, "Merged," and my Henry loop goes and merges it.
— Alex Finn
High quality AI-generated summary created from speaker-labeled transcript.