Michael Limberger
Need me? Email mike@limberger.ca
Stack
How it was wired
Mini M4 · Studio M2 · Ollama Cloud
I run a Mac mini M4 and a Mac Studio M2. The Mini is where Skiff and the test harness live. The Studio is my AI model server now: that is pretty much all it does. Local models run there with MLX, one at a time. Cloud models still go through Ollama on the Mini. Skiff does not call the vendor APIs directly. Keys stay in Ollama. This was for personal projects, not patient data.
Apple Silicon helps a lot here. CPU and GPU share one big pool of unified memory, so a large mixture-of-experts model does not have to shuttle weights back and forth over a PCIe hop the way a typical desktop GPU setup does. That is why these MoE packs feel practical on the Studio instead of stuck behind a smaller VRAM ceiling.
Mac mini M4
Skiff · tests · Ollama hop
Mac Studio M2
AI model server · MLX only
Ollama Cloud
flash · glm · via the Mini
The tests
Bash · HTML · Perl scripts
Hardware
| Role | Machine | Specs |
|---|---|---|
| Skiff, tests, Ollama | Mac mini M4 | M4 Pro · 64 GB |
| AI model server (local) | Mac Studio M2 | M2 Max · 96 GB · MLX |
| Cloud models | Ollama Cloud | Runs off-box · Mini only forwards |