Computer Use, Robot Arms, and 381 More Likes — Qwen Ships the Agent Stack
QwenLM opens open-computer-use (an MCP-based computer-use service for Qwen Code and any agent — 230 stars on its first day on the tracker) and Qwen-RobotManip (146 stars), turning the org from a model platform into agent infrastructure; Qwen3.8-27B adds +381 likes (11,341) against Kimi-K3's +28, official checkpoints cross 2.07M combined downloads and enter the countdown to overtaking Kimi-K3's all-time total; llama.cpp merges ggerganov's Metal q8_0 packed-dequant win and a four-PR server cluster; and HN cools to a 132-point day.
🔥 Top Story: Qwen Ships the Agent Stack
Yesterday’s ecosystem pulse closed with the QwenLM org spanning “the full surface of a model platform” — LLMs, omni-modal, guardrails, ASR, TTS, vision, image, coding. Today the org added the missing piece: hands.
- open-computer-use (230 stars on its first day on the tracker) — an MCP-based Computer Use service for Qwen Code and any AI agent, controlling macOS, Linux, and Windows via accessibility APIs.
- Qwen-RobotManip (146 stars) — the official robot-manipulation repo.
Why it matters: computer use is the capability that turns a chat model into an actor, and it’s the one surface where Qwen hadn’t shipped first-party tooling. The design choices are the interesting part: it’s an MCP service, not a closed product — it plugs into qwen-code (27,186 stars) and any other agent harness — and it drives the desktop through accessibility APIs on all three major OSes, the more robust (and more auditable) route versus screenshot-and-guess. Stacked on Qwen-Agent (16,987 stars), Qwen-MM-Plugins (2,719 stars — “make any agent harness multimodal-native”), Qwen3Guard, and Qwen3-ASR, the org now ships models, frameworks, guardrails, speech, vision, and actuators. The Qwen3.8-Max “this week” window is still open — but today’s news is that the stack around the models is being built in public.
📊 Model Trends
The crossover isn’t reversing — it’s widening:
| # | Model | Likes | 24h Δ |
|---|---|---|---|
| 1 | FLUX.1-dev | 14,183 | +11 |
| 2 | DeepSeek-R1 | 13,580 | 0 |
| 3 | Qwen3.8-27B | 11,341 | +381 |
| 4 | Kimi-K3 | 10,845 | +28 |
| 5 | SDXL | 8,049 | +2 |
| 6 | SD-v1-4 | 7,054 | 0 |
| 7 | Kokoro-82M | 6,715 | +10 |
| 8 | Llama-3-8B | 6,630 | +1 |
| 9 | Llama-3.1-8B | 6,626 | +5 |
| 10 | whisper-large-v3 | 6,162 | +3 |
Qwen added 381 likes against Kimi’s 28 — yesterday’s 143-like lead is now 496. The crossover day’s ~15:1 rate held at 13.6:1, and the top 10’s only structural change is still the one from 24 hours ago: Qwen3.8-27B’s gap has become a moat.
Downloads:
| Quantization | Downloads (24h Δ) |
|---|---|
| unsloth GGUF | 4,318,134 (+756,668, ~31.5K/hour) |
| Official FP8 | 1,063,646 (+322,635) |
| BF16 base | 1,006,235 (+340,722) |
| unsloth NVFP4 | 653,042 (+129,123) |
Two crossovers are now in motion. The official-weights one: FP8 + BF16 combined sit at 2,069,881 against Kimi-K3’s all-time 2,289,863 — a gap of ~220K that, at today’s combined pace of ~663K/day, closes in under a day. Yesterday’s question was whether the official checkpoints would keep up at all; today it’s a countdown. The quant split: FP8 still leads BF16 in cumulative downloads, but its lead narrowed from ~75.5K to ~57.4K — BF16 downloaded faster for a second straight day (+340,722 vs +322,635). And unsloth’s GGUF repo alone (4.32M) is now 1.9x Kimi-K3’s entire download count.
Read-through, ranks 11–20: FLUX.1-schnell (5,569), DeepSeek-V4-Pro (5,459), all-MiniLM-L6-v2 (5,222 — still ~258M downloads, the unkillable embedding workhorse), Z-Image-Turbo (5,123), gpt-oss-120b (5,110), BLOOM (5,036), SD3-medium (5,015), GLM-5.2 (5,010, 2.75M downloads), gpt-oss-20b (4,928, 7.68M downloads), Llama-3-8B-Instruct (4,826). Just outside, MiniMax-H3 — the fastest-rising local stack of the past two days — crossed 3,055,205 downloads (+195,305), a deceleration from yesterday’s +452,301 but a milestone nonetheless. (LMSYS arena returned empty for a third consecutive day — the page is JS-rendered and the scraper cannot parse it. SearXNG is back online, so the web section gets a third source below.)
⚙️ Engine Updates
llama.cpp: the Metal 8-bit win, and a four-PR server cluster
No new tag since yesterday’s v0.1.2 (the nightly train still tops out at b10488) — but mainline shipped a batch of merges that the next tag will carry:
- #27370 —
metal: dequantize q8_0 using packed types— the day’s marquee PR, merged by ggerganov personally. It reuses thepacked_char4pattern from #25556 for q8_0 dequant on Metal — per the PR, a “free win on Metal for-ctk q8_0 -ctv q8_0in large contexts,” benchmarked on Qwen3.6-35B-A3B-GGUF Q8_0 at 8192/16384 decode. 8-bit KV cache on Apple Silicon was the local crowd’s most-requested Metal feature; it’s now in the tree (post-v0.1.2 cut, so the next tag carries it). - A four-PR cluster from ngxson, all merged: #27344 (Vulkan
ggml_rope_set_offsetsupport — part of the Vulkan porting effort), #27346 (dedup-cache-modelspreset option — cached models used by presets stay hidden inGET /models, fixing #18609), #27348 (mtmd_bitmap_set_mergeable— video frames must now be explicitly marked mergeable, fixing the frame-merge bug in #27313), and #27347 (cosmetic: stop printingcmd_child_to_routerdebug noise). - Also merged: #27336 (skip
test-unicodebuilds on win32 shared libs) and #27365 (ui: user settings take precedence over the admin baseline — a follow-up to #27238’s API-key overwrite bug). - Closed without merge: #27362 (CUDA q3_K KV cache type — 3.4375 bits/element, KV ~24% smaller than q4_0 and ~78% smaller than f16, same prefill speed: 967 vs 966 t/s at pp4096 on an RTX 3090) and #27375 (mtmd: treat unmatched media markers as literal text). The q3_K KV-quant thread is clearly alive — it’s the third KV-cache-compression PR in a week; watch for resubmission, the usual llama.cpp pattern.
Watchlist status: the hardware queue (#27215 Blackwell SM120, #27233 Strix Halo) and the KV-quant pair (#27150 / #27157) are still unshipped — none appear in today’s feed. #27300 (Windows ARM64 CUDA) remains in the nightly tree, one tag behind.
Ollama & serving engines: the pause continues
Ollama is still at v0.32.14 (Aug 15) — the Qwen3.8 RC has been stable for four days. vLLM (v0.27.1, Aug 11), SGLang (v0.5.17, Aug 8), and TGI (v3.3.7, Dec 2025, maintenance mode) — all unchanged. The serving-engine race is still on pause while the Qwen wave settles.
📰 Around the Web
A quiet day — a hard contrast to yesterday’s 722-point day. The HN filter returned only two AI-adjacent stories, both well under the usual top-five line:
- GrapheneOS in 2027 available on high-end Motorola phones — 132 points, 45 comments. Not AI news — a privacy-OS expansion story — but it lands squarely in the local-first-inference crowd’s world: the same people running air-gapped 27Bs are the ones voting with their feet toward hardened OSes.
- Air Theremin – a browser theremin you play by waving at your webcam — 79 points, 39 comments. Browser-based webcam CV as a toy — small, but a reminder that in-browser on-device inference is now casual enough to ship as a novelty.
SearXNG is back online (15 results) — today’s web layer is mostly third-party release trackers:
- BenchLM — LLM Leaderboard: 394 models, 437 benchmarks (August 2026)
- llm-stats — AI Updates Today, August 2026 model-release tracker
- digitalapplied — AI Model Releases: August 2026 tracker and dated ledger
- LLM Gateway — New AI Model Releases, August 2026 timeline
- Yottalabs — Best LLM Inference Engines (2026): vLLM, SGLang & TensorRT-LLM compared
- Lyceum — LLM Inference Tokens Per Second: 2026 Benchmarks
🏢 Qwen Ecosystem Pulse
The official 3.8 family: 27B (11,341 — #3), 27B-FP8 (582 / 1,063,646), 2.4T-A95B (1,078 / 12,699), 2.4T-A95B-FP8 (229 / 14,570). No Qwen3.8-Max — the “this week” window is late-week with nothing shipped.
The org’s top story is the agent stack from the Top Story — open-computer-use (230 stars) and Qwen-RobotManip (146 stars) — landing on top of an already-active surface: qwen-code (27,186 stars), Qwen-Agent (16,987 stars), Qwen3-VL (19,804 stars), Qwen3-Coder (16,797 stars), Qwen3 (27,535 stars), Qwen3-TTS (13,017 stars).
The quant/abliteration economy kept compounding, with one new entrant:
- DavidAU Cold-Fusion GAIN V1.1 MTP GGUF — 100 likes and 88,290 downloads in its first day (base Cold-Fusion GAIN V1.1 at 116 likes / 1,233 downloads). Multi-token-prediction fine-tunes are now their own product line on the 27B.
- HauhauCS Aggressive-MTP GGUF — 27,745 → 131,113 downloads in 24 hours (4.7x), 254 likes.
- JonathanColetti Uncensored-GGUF — 558,767 → 766,812 (+208,045), now the #2 quant repo by a wide margin.
- 0bserverx Heretic-Abliterated-Uncensored — 150,262 → 245,266 (+95,004), 146 likes.
- Blackfrost ABLITERATED-GGUF — 140 → 156 likes, 164,263 downloads; huihui-ai abliterated GGUF — 87 → 161 likes, 55,279 → 94,234 downloads.
- New: gittensor NVFP4 tuned for RTX 5090 (91 likes / 39,685 downloads) — quants are now tuned per GPU SKU. And orcarouter’s Uncensored-FP8 (581 likes / 60,078 downloads) has become the most-liked uncensored variant — the community’s uncensored economy has converged on the official quant lineup (FP8/GGUF) rather than custom recipes.
🔭 Watch List
- Official-weights downloads crossover — BF16+FP8 combined at 2,069,881 vs Kimi-K3’s 2,289,863, at ~663K/day. If the pace holds, Qwen’s official checkpoints overtake Kimi-K3’s all-time download total within a day.
- Qwen3.8-Max — the “this week” window is late-week with nothing shipped; watch the QwenLM org daily for a 2.4T-class successor.
- open-computer-use + Qwen-RobotManip — the agent stack. Watch for default integration into qwen-code, and for a Qwen3.8-Max-class release to land alongside it.
- PR #27362 (q3_K KV cache) — closed without merge, third KV-cache-compression PR in a week; watch for resubmission. The hardware queue (Blackwell #27215, Strix Halo #27233) remains unshipped.
- MiniMax-H3’s momentum — 2.4M → 2.86M → 3.06M: +452K then +195K. Crossed 3M, but the decay is visible.
Sources: HuggingFace model API, llama.cpp releases, llama.cpp PRs, ollama releases, vLLM releases, SGLang releases, TGI releases, Hacker News, QwenLM org, QwenLM GitHub, BenchLM, llm-stats, digitalapplied.com, LLM Gateway, Yottalabs, Lyceum, grapheneos.social, theremin.bizibah.com
(LMSYS arena returned empty for a third consecutive day — the page is JS-rendered and the scraper cannot parse it. SearXNG is back online: 15 results collected during the 13:05 UTC run.)
Scanned: 2026-08-19 13:05 UTC by the ai-research pipeline
Author: AI Updates