Apple Builds Macs for AI Clusters as OpenAI Reportedly Stocks Up

Mac revenue hit $10.35B, up ~29%. The Information reports OpenAI bought tens of thousands of Macs for RL, days after Apple pitched new Macs at local AI.

by HowAIWorks Team
On this page

Introduction

Apple's Mac business grew roughly 29% year over year in the quarter ending June 27, 2026, reaching $10.35 billion and making the Mac Apple's fastest-growing hardware line. On August 30, The Information reported one reason for part of that demand: OpenAI has bought tens of thousands of Mac mini and Mac Studio machines to run reinforcement learning and train computer-use agents, and has asked for more. Anthropic rents Mac mini capacity through Amazon Web Services for comparable work.

Neither Apple nor OpenAI has confirmed the purchases, and the unit count rests entirely on that single report. Five days earlier, though, Apple refreshed both machines with a pitch aimed squarely at local AI.

Why an agent lab buys Macs

Reinforcement learning for computer-use agents means running an agent repeatedly inside a real operating system: click, observe, score, retry. That is a different shape of job from pretraining. It is memory-bound rather than compute-bound, and it parallelizes across many cheap independent machines instead of one tightly coupled fabric: each rollout wants a whole OS of its own, not a slice of an H100. Buying that as a room full of small desktops is a defensible trade — and unlike accelerators, Macs can be ordered from a store without waiting on an allocation.

Unified memory is the other half. A Mac's CPU, GPU and Neural Engine share one pool, so capacity scales with the machine rather than with the GPU die. The $2,499 Mac Studio addresses 128GB — enough for a 70B-parameter model quantized to 8 bits, roughly 70GB of weights, plus its context window — at a price where a discrete consumer GPU tops out at 32GB, and at desktop power draw.

The new Mac mini and Mac Studio

Apple announced both on August 25, 2026, with orders shipping September 22:

  • Mac mini (M6) — 12-core CPU, 12-core GPU, the first dual 16-core Neural Engine, up to 32GB of unified memory at 170GB/s, three Thunderbolt 4 ports. From $899.
  • Mac mini (M5 Pro) — up to an 18-core CPU and 20-core GPU, up to 64GB at 307GB/s, three Thunderbolt 5 ports. From $1,699.
  • Mac Studio (M5 Max) — 18-core CPU, up to a 40-core GPU, up to 128GB. From $2,499.
  • Mac Studio (M5 Ultra) — 36-core CPU, up to an 80-core GPU, up to 512GB of unified memory at 1.2TB/s, which Apple says is 50% higher bandwidth than the previous generation. From $5,499.

Apple claims the M5 Ultra reaches up to 4.3x the peak AI compute of M3 Ultra, and up to 9.8x faster LLM prompt processing than an M1 Ultra Studio when measured in LM Studio.

Clustering is the actual new capability

The more consequential change is that Apple now supports clustering officially. Multiple systems connect over Thunderbolt 5 using RDMA (remote direct memory access) to form a shared memory pool, so a frontier-class open-weight model can be split across machines — distributed inference on hardware you can buy from a retail store. Apple says four clustered Mac Studios deliver up to 3x faster inference than a single system. macOS 26.2 added the low-latency Thunderbolt 5 host communication that MLX, Apple's open-source machine learning framework for Apple silicon, uses for this.

The catch is in the port list. Clustering requires Thunderbolt 5, and the $899 M6 Mac mini has Thunderbolt 4 — the cheapest machine that can join a cluster is the $1,699 M5 Pro.

What this is not

Apple is not suddenly a rival to NVIDIA for frontier training. There is no rack-mount Mac, no data-center interconnect in the NVLink class, and nothing that approaches the CUDA software ecosystem — the reason NVIDIA's moat holds. The overlap is narrower and real: agent sandboxes, fine-tuning, and local inference, where memory capacity per watt beats peak FLOPS.

Supply is the near-term constraint. As of August 30, high-memory configurations carried delivery estimates from two weeks to nearly two months, with Mac Studio the worst, and several high-memory options were discontinued outright. Price moved too, though less than it first looks: the M4 Mac mini launched at $599 in 2024, but Apple discontinued that 256GB configuration in May 2026 amid the same shortages and the line moved to $799. The step at this announcement is $799 to $899.

Conclusion

Two things happened in one week: Apple shipped Macs designed to be clustered for local AI, and a credible report said the largest AI lab in the world has been buying those Macs by the tens of thousands for work its GPU fleet is badly suited to. The second is unconfirmed and the first is constrained by supply. But the direction is legible — a category Apple sold as a desktop is being bought as edge AI infrastructure, and Apple has started designing for that buyer.

For a single-machine setup, our earlier write-up on the Mac mini M4 as an agent hub and the Apple M5 chip announcement cover the ground below cluster scale, and Ollama remains the simplest way to start.

Sources

Frequently Asked Questions

The reported workload is reinforcement learning for computer-use agents, which means running many agent sessions inside a real operating system. That job is memory-bound and needs large numbers of cheap, cool, independent machines rather than the dense GPU clusters used for pretraining.
Yes, but only on Thunderbolt 5 machines. macOS supports RDMA over Thunderbolt 5 to pool unified memory across systems, and Apple claims four clustered Mac Studios deliver up to 3x faster inference than one. The base M6 Mac mini ships with Thunderbolt 4 and cannot participate.
Up to 512GB on the Mac Studio with M5 Ultra at 1.2TB/s of bandwidth, up to 128GB on the M5 Max Studio, up to 64GB on the M5 Pro Mac mini, and up to 32GB on the M6 Mac mini.
Not for frontier training. Apple sells no rack-mount hardware, no data-center interconnect and nothing comparable to the CUDA software ecosystem. The overlap is in local inference and agent sandboxes, where memory capacity per watt matters more than peak FLOPS.

Continue Your AI Journey

Explore our glossary and model catalog to deepen your understanding.