Research · Blogs & Independent Thinkers
Back to sweepResearch sweep · deep · 2025 – 2026
Apple Silicon Unified Memory as On-Premise AI Infrastructure (Jan 2025 – Aug 2026)
Whether Apple Silicon unified memory and the Neural Engine are becoming a credible substrate for how AI is run commercially and on consumer devices between January 2025 and August 2026: shipped capacity and bandwidth (M3 Ultra at 512GB, M4 and M5 Max) versus the rumoured 1.5TB M7 Ultra, comparison against NVIDIA H200, GB200 NVL72 and AMD MI355X on memory-bound serving, the orchestration and scheduling gap (MLX distributed, EXO, Thunderbolt 5 fabrics, Kubernetes and MDM on macOS, Metal kernel maturity versus CUDA), the on-device stack (Neural Engine, Core ML, the Foundation Models framework, Private Cloud Compute), fleet monitoring and data-centre economics, and how Apple is positioned to capture value from the AI race as compute substrate rather than as a frontier model lab.
- Claude Fable 5
- frontier
- academic
- tech
- blogs
- vc
- financial
Synthesised 2026-08-04
Narrative
Independent commentary on Apple Silicon as an AI substrate splits cleanly into two camps: hands-on benchmarkers documenting what a Mac cluster can actually do, and strategy essayists arguing about who captures value if it works. The benchmarking camp is anchored by Jeff Geerling's December 2025 post on RDMA over Thunderbolt 5, which found that enabling RDMA on a four-node Mac Studio cluster took Exo from roughly 5 tokens/sec to 32 tokens/sec on Kimi K2, a workload too large for any single consumer GPU. Creative Strategies' "Running a 1T parameter model on a $40K Mac Studio Cluster" documents the same RDMA transition, reporting that Apple enabled Thunderbolt 5 RDMA in macOS 26.2 and that Kimi K2 throughput moved from 5 to 25 tokens/sec once RDMA bypassed the network stack. Independent developer awni Hannun's ">20 tokens/second" DeepSeek-V3-0324 4-bit result on a 512GB M3 Ultra, first surfaced on social media in March 2025 and republished across Hardware Corner and Slashdot, remains the most-cited single benchmark in this space, and several later posts (oMLX's DeepSeek-V4-Flash test, SomeOddCodeGuy's dev.to write-up) extend or partially reproduce it rather than independently re-deriving it from scratch, which is worth flagging as a citation chain rather than a fully replicated result.
A second cluster of practitioner blogs (Starlog, Contra Collective, GK Servis, RunAIHome, Awesome Agents, Medium author Michael Hannecke) converges on a consistent empirical picture: Exo and MLX Distributed can shard trillion-parameter MoE models like Kimi K2 and DeepSeek across three to four Mac Studios via Thunderbolt 5 RDMA, achieving single-digit-microsecond node latency versus 100+ microseconds over standard networking, but the resulting throughput (25-32 tokens/sec) serves essentially one user stream, not a concurrent-request API. Contra Collective's May 2026 piece on vLLM-on-Metal is the most direct technical rebuttal to any equivalence with CUDA infrastructure: it reports the vLLM CPU backend on an M5 Max hitting only 3-5 tokens/sec aggregate versus llama.cpp's native Metal backend at 92 tokens/sec on the same hardware, and states plainly that Metal Performance Shaders does not provide the primitives PagedAttention depends on. Skorppio's DGX Spark comparison and its Neural Engine deep-dive independently argue that Apple's ANE is "a dead end for LLMs" architecturally, built for CNN-era graph execution rather than iterative transformer attention, with Apple instead routing matmul work to new per-core GPU Neural Accelerators in the M5 generation.
On the strategy side, Substack essays diverge sharply on whether any of this matters commercially. Ben Pouladian's bepresearch.substack.com "Other Memory Wall, Part 2" and the limitededitionjonathan.substack.com piece "Apple Is the King of AI and Nobody Knows It" both argue Apple is building an "infrastructure moat" on the edge side of a two-sided memory wall that NVIDIA owns on the data-centre side, with the latter noting Jensen Huang's own musings about "an AI supercomputer" becoming common in the home as evidence NVIDIA is hedging into Apple's territory. Dave Friedman's davefriedman.substack.com piece is more clinical, itemising real vulnerabilities in the on-device thesis: Apple's roughly $1 billion annual Gemini licensing dependency, undisclosed OpenAI economics, and the open question of whether a 3-billion-parameter on-device model stays adequate as frontier capability keeps advancing. Longyield's substack frames the central unresolved question precisely as who captures surplus value if local AI becomes technically feasible at scale, the model lab or the device platform that routes the interaction, concluding the evidence is "directionally favorable" for Apple's device-layer thesis but conceding Apple is "losing the perception argument" even while "winning the capability argument in silicon." Dana Blankenhorn's substack, by contrast, expresses second-guessing of even a bullish Apple position, noting Apple is the only former "Cloud Czar" not building AI data centres and questioning whether that restraint will still look wise.
Simon Willison's ongoing apple-tagged coverage on his personal weblog provides the most technically grounded independent tracking of the developer-facing stack: his llm-mlx plugin post, his notes on the Foundation Models framework's 3-billion-parameter, 2-bit-quantized on-device model with constrained-decoding "guided generation," and his coverage of WWDC 2026's opening of the Foundation Models framework to third-party and MLX-community models via Hugging Face all track Apple's stack maturing in near-real time without editorializing about the data-centre framing. IronCore Labs' analysis of Private Cloud Compute is the sharpest independent security take, conceding Apple's transparency and bug-bounty approach to PCC is comparatively strong specifically because "OpenAI, Microsoft, Google, and other big players have done nothing" comparable on GenAI privacy, while still flagging that software bugs remain inevitable regardless of architecture.
Sources
| ID | Title | Outlet | Date | Significance |
|---|---|---|---|---|
| b1 | 1.5 TB of VRAM on Mac Studio - RDMA over Thunderbolt 5 | Jeff Geerling (personal blog) | 2025-12 | First-party hands-on test showing RDMA over Thunderbolt 5 taking Exo cluster throughput to 32 tokens/sec on Kimi K2 Thinking, the most cited independent benchmark of Mac-cluster RDMA performance. |
| b2 | Sovereign LLM Inference on Apple Silicon | Medium | 2026-02 | Direct comparison of vllm-mlx versus vllm-metal on Apple Silicon, reporting 21-87% throughput gains over llama.cpp and detailing which serving stack is production-grade. |
| b3 | Simon Willison on apple | Simon Willison's Weblog | 2026 | Ongoing first-party technical tracking of MLX, the Foundation Models framework's 3B-parameter on-device model, and WWDC 2026's opening of the framework to third-party and MLX-community models. |
| b4 | M7 Ultra to potentially feature up to 1.5TB of RAM, finally matching 2019 Mac Pro: report | 9to5Mac | 2026-07 | Independent Apple-focused blog relay of Mark Gurman's Bloomberg Power On report on the rumoured 1.5TB M7 Ultra, explicitly conditioned on memory-market conditions. |
| b5 | The Other Memory Wall, Part 2: Apple's Three-Layer AI Play | Substack (bepresearch, Ben Pouladian) | 2026-03 | Argues Apple is building an edge-side infrastructure moat mirroring NVIDIA's data-centre-side memory wall, using PCIe-tax elimination as the core technical claim. |
| b6 | Apple Is the King of AI and Nobody Knows It | Substack (limitededitionjonathan) | 2026-07 | Substack thesis piece citing Jensen Huang's comments on home AI supercomputers as evidence NVIDIA is hedging into Apple's architecture, with reader comments providing a direct steelman rebuttal about throughput-per-token-served-at-scale. |
| b7 | Apple's AI Game is Misunderstood | Substack (Dave Friedman) | 2026-01 | Substack piece itemising concrete vulnerabilities in the on-device thesis: ~$1bn annual Gemini dependency, undisclosed OpenAI terms, and power-draw comparisons (40-80W Apple Silicon vs 700W H100). |
| b8 | Is Apple Safe Tech? | Substack (Dana F. Blankenhorn) | 2026-07 | Contrarian investor Substack voice questioning even a bullish Apple-avoids-the-data-centre-bubble thesis, noting Apple is the only former Cloud Czar not building AI data centres. |
| b9 | AI: Apple's unexpected strengths in AI Chip roadmap ahead. AI-RTZ #1147 | Substack (Michael Parekh) | 2026-07 | Longtime tech analyst newsletter connecting Apple's abandoned self-driving car silicon effort to its emerging local-AI-processing chip advantage. |
| b10 | While Everyone Else Burns Cash on AI, Apple Is Playing a Different Game | Substack (Julia Diez) | 2026-03 | Substack essay framing Apple's 3B-parameter on-device model and unified memory as a deliberate philosophical alternative to frontier-scale competition, citing Apple's own 'Illusion of Thinking' research paper. |
| b11 | Apple's LLM Debunking has the AGI Faithful Sweating | Substack (David Z. Morris) | 2025-06 | Substack defence of Apple's ML-research reasoning-model critique against accusations that Apple is merely covering for being behind on generative AI. |
| b12 | Analysis of Apple's New AI Private Compute Cloud | IronCore Labs blog | 2024-06 | Independent security-analyst take on Private Cloud Compute concluding Apple's transparency and bounty programme is comparatively strong precisely because competitors have done little on GenAI privacy. |
| b13 | NVIDIA DGX Spark vs Mac Studio: Efficiency Benchmark | Skorppio Blog | 2026-04 | Contrarian efficiency benchmark arguing DGX Spark (GB10) beats Mac Studio on TCO and time-to-market for local AI agents, a direct counter-claim to the Apple-efficiency consensus. |
| b14 | MLX Is Now a First-Class Citizen in Apple's AI Stack: Run Any Hugging Face Model Through Foundation Models | Medium | 2026-06 | Medium technical walkthrough of WWDC 2026's LanguageModel protocol opening Foundation Models to MLX/Hugging Face models, the clearest independent explainer of Apple's on-device/off-device developer boundary. |
| b15 | I Almost Bought an RTX 5090. Then Apple's Unified Memory Changed My Mind | Medium | 2025-09 | First-person Medium account of a practitioner choosing Apple unified memory over discrete NVIDIA VRAM for a production RAG workload, illustrating the capacity-over-throughput trade-off from a buyer's perspective. |
| b16 | How Fast is Mac Studio M3 Ultra Running the New DeepSeek V3 LLM? | Hardware Corner | hardware-corner.net | April 14, 2025 | Retrieved by this lane's web search. |
| b17 | Apple M3 Ultra benchmark shows marginal gains over M4 Max | m.gsmarena.com | Retrieved by this lane's web search. | |
| b18 | Apple M3 Ultra benchmark shows marginal gains over M4 Max | m.gsmarena.com | Retrieved by this lane's web search. | |
| b19 | Apple M3 Ultra benchmark shows marginal gains over M4 Max | m.gsmarena.com | Retrieved by this lane's web search. | |
| b20 | Apple AI Partnerships 2025: Inside the Ecosystem Strategy - EnkiAI | enkiai.com | April 28, 2026 | Retrieved by this lane's web search. |
| b21 | Apple teams up with Google Gemini for AI-powered Siri | CNN Business | cnn.com | January 12, 2026 | Retrieved by this lane's web search. |
| b22 | Apple Eyes $1B Deal with Google to Revamp Siri | techrepublic.com | November 6, 2025 | Retrieved by this lane's web search. |
| b23 | Apple picks Google's Gemini to run AI-powered Siri coming this year | cnbc.com | January 12, 2026 | Retrieved by this lane's web search. |
| b24 | Apple's $1B Google Deal Transforms Siri with Gemini AI << Apple :: Gadget Hacks | apple.gadgethacks.com | November 11, 2025 | Retrieved by this lane's web search. |
| b25 | Apple's $1B Gemini Deal: Google AI Replaces Siri [2026] | tech-insider.org | June 4, 2026 | Retrieved by this lane's web search. |