Fetching from the wire…
Public story · 2026-08-17 · high
Qwen3.6-27B throughput rose from 16.1 to 28.6 tokens per second, and a 225GB checkpoint loaded across two Macs at once.
Why now: oMLX shipped 0.6.0 on August 16, with the CUDA-pooling and cache-reuse pull requests merged alongside it.
A 225GB MiniMax-M3 checkpoint loaded across a 128GB Mac and a 256GB Mac on August 16, per oMLX's 0.6.0 release. Neither Mac held the model alone, so the update splits it by tensor or by layer stage across the pair. That opens 200GB-plus checkpoints to anyone with two machines instead of one giant one.
Qwen3.6-27B throughput rose from 16.1 to 28.6 tokens per second running split across the two machines. Decode speed during concurrent prefill improved 1.6x to 43x, per the release notes.
The Apple Silicon inference server has 18,843 GitHub stars. Two pull requests extend the same idea. PR #2591 adds heterogeneous pooling, letting Apple Silicon and Nvidia GPUs join one logical worker pool, with NCCL verification. PR #2620 adds SSD-backed prompt caching, so each worker restores only the prompt prefixes the whole cluster already shares.
The release also adds capability-aware planning and memory guards, placing model layers based on what each machine has free rather than splitting evenly. None of this needs a rack or a subscription. It's just two Macs and a checkpoint too big for either one alone.
Whether the CUDA-pooling code in #2591 gets used outside all-Mac setups is the next thing to check.
Each link below shares sources, entities, or timing with this story.
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
The repo reached 9,740 stars with roughly double the next-fastest Python project's daily gain. It exposes a VAD → STT → LLM → TTS pipeline behind an OpenAI Realtime-compatible WebSocket API with every stage swappable: Parakeet TDT as default STT (Whisper, Paraformer alternativ...
PR #19378 landed in llama.cpp this week, and I think most people are underselling what it means. Backend-agnostic tensor parallelism via --split-mode tensor makes multi-GPU inference work across AMD, Intel, and Apple Silicon. Not just CUDA. Everything. For context: llama.cpp h...
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
Open-source framework for testing, evaluating, and red-teaming LLM prompts, agents, and RAG systems. Covers OWASP LLM Top 10. Used by 127 Fortune 500 companies. Now acquired by OpenAI but committed to continuing the open-source offering. The de facto standard for AI pentesting...
Portable Computer launched August 26, running the orchestrator LLM, subagent LLM, planner, tool router, scheduler and local search index locally, with local work consuming no billing credits and each cloud escalation requiring separate approval (VentureBeat). Launch platform i...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.