
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.
Cheema thinks there’s still a 100x price-to-performance gain left in local AI — his thesis is that kernels, harnesses, model design, orchestration, and hardware co-design will compound enough that a roughly $5,000 box can deliver near-frontier local inference within 18 months to 2 years.
Inference is a memory problem, not a FLOPs problem — unlike training, local decode is dominated by fitting models in memory, memory bandwidth, and energy per byte, which is why Apple Silicon’s huge RAM pools matter and why phones still fail on battery life and heat.
EXO found embarrassingly large software inefficiencies in today’s stack — Cheema says a look at Qwen 3.5 on Apple Silicon showed performance was about 50% below theory, and simple kernel fusion work alone improved inference speed by 30%.
Cheema’s local-vs-cloud case is philosophical and practical — citing Karpathy’s “not your weights, not your brain,” he argues that if AI becomes an exocortex, relying on centralized APIs means privacy risk, lockouts, censorship, and token costs that some teams already experience at “thousands of dollars a day.”
The live demo centered on heterogeneous inference, not just Mac clusters — EXO auto-discovered devices, sharded a model across four Thunderbolt-connected Mac Studios, and then showed a MacBook plus Nvidia Spark split where prefill ran on the higher-compute Spark and decode on the higher-bandwidth MacBook, yielding about a 2x speedup on a large prompt.
He thinks cloud batching advantages may shrink if agentic and continual-learning workloads win — multi-agent systems like Grok, test-time scaling, and especially test-time training would all increase effective local batch sizes or break cloud batching entirely because every user’s model weights would diverge.
$5,000 home AI boxes could be “close to frontier” within 18 months, Alex Cheema argues, if the industry stops treating local inference like a toy and starts optimizing the whole stack. He backs that up with a live EXO demo: four Mac Studios running a freshly converted 4-bit GLM-5.1 checkpoint across a Thunderbolt mesh, plus a hybrid MacBook-plus-Nvidia Spark setup that cut large-prompt latency from about 7 seconds to 4.8.
Share
Keep Reading
The Weekly Echo. The inbox-shaped summary of what mattered.
New editorials announced here.

Playbook
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.