Du wirst angemeldet...

Bitte warte, während wir deine Anmeldung überprüfen

Artikel · Freitag, 28. August 2026

AI developer tools · What shipped

For a senior engineer who already reads HN. Real changes in AI developer tools today: releases with version numbers, papers with benchmarks, repos that crossed a threshold worth knowing. Skip hype threads, pre-announcement leaks, and recycled summaries. Always link primary sources.

Von Marius BongartsTech44 Ausgaben
← Zur aktuellen Ausgabe
Ausgaben
4 / 44
Über Nacht von KI aus öffentlichen Quellen erstellt, täglich aktualisiert.
AI developer tools · What shipped
Freitag, 28. August 2026
AI developer tools · What shipped

BenchPress predicts model scores, Qwen3.8-Flash ships open, Unsloth quantizes aggressively

1 Min. Lesezeit

BenchPress: predict model scores

Stop running benchmarks you don't need.

Microsoft released BenchPress, a matrix-completion framework that predicts AI model performance across 133 benchmarks without full evals [Quelle: GitHub]. The tool interpolates scores for 84 frontier models using logit-space rank-2 decomposition, hitting a median absolute error of 4.6 points and preserving 92.1% of pairwise rankings from just five probe benchmarks. The living dataset on Hugging Face already covers 189 LLMs across 59 benchmark categories; MIT and CDLA-licensed code is open on GitHub.

Benchmark economics just shifted.

Qwen3.8-Flash ships open, cuts train cost

Alibaba's new open MoE trades cost for speed.

Qwen3.8-Flash, a 125B-parameter Mixture-of-Experts model with 6B active per token, now competes with DeepSeek-V4-Flash and Claude Opus across coding, math, and tool-use benchmarks [Quelle: Alibaba Cloud]. It supports 262K context natively (1M via RoPE), trained on half the compute of Qwen3.7-Plus with Gated DeltaNet attention and sparse mechanisms. Weights land on Hugging Face; API pricing is $0.16/$0.47 per million tokens.

Open weights just undercut closed pricing again.

Unsloth: aggressive quantization for edge

New 1-bit data types squeeze Qwen onto consumer GPUs.

Unsloth shipped quantized Qwen3.8 variants using 1-bit formats (UD-IQ1_XXXS at 1.1875 bits per weight), reducing the 95B-active model from 397GB to under 36GB while retaining 92–97% accuracy on Blackwell [Quelle: Unsloth Docs]. The 27B runs on 16–19GB VRAM with 256K context; NVFP4 inference runs 1.5× faster than BF16 via vLLM, llama.cpp, and Unsloth Desktop. Tool calling now supports agentic workflows.

Edge reasoning just became viable.

Quellen
BenchPress: calibrated LLM benchmark score completion - GitHub
BenchPress: calibrated LLM benchmark score completion - GitHub
13 hours ago ... Microsoft Research, AI Frontiers. GitHub release arXiv License · Project page · Code · Dataset · Paper. Abstract: A modern model ...
github.com
KI-Zusammenfassung

Microsoft released BenchPress, a machine learning framework for predicting AI model performance across benchmarks without running full evaluations. The tool compiles a public score matrix of 84 frontier models on 133 benchmarks and uses logit-space bias-decomposed rank-2 matrix completion to predict missing scores with a median absolute error of 4.6 points. The framework achieves 92.1% preservation of pairwise model rankings using only five probe benchmarks, reaching 5.0 error on brand-new releases. BenchPress is available as open-source code and dataset (MIT and CDLA-Permissive-2.0 licensed) on GitHub with a living dataset maintained on Hugging Face, supporting 189 frontier LLMs from 28 providers and 316 benchmarks across 59 categories.

Quelle öffnen
Alibaba Releases Qwen3.8-Flash with Innovative Model ...
Alibaba Releases Qwen3.8-Flash with Innovative Model ...
16 hours ago ... Alibaba Releases Qwen3.8-Flash with Innovative Model Architecture Delivering Optimal Price-Performance · The model performs competitively against leading models ...
alibabacloud.com
KI-Zusammenfassung

Alibaba released Qwen3.8-Flash, an open-weight multimodal Mixture-of-Experts model featuring a 125B-parameter main model with 6B parameters activated per token. The model performs competitively against DeepSeek-V4-Flash and Claude-Opus-4.6 across multiple benchmarks including SWE-bench Pro, CoWorkBench, Toolathlon Verified, MathVision, AndroidWorld, and ERQA. Qwen3.8-Flash supports 262K context tokens natively (extendable to 1M), with weights available on Hugging Face and ModelScope, and API access priced at 0.16 USD per million input tokens and 0.47 USD per million output tokens. The model introduces architectural innovations including Gated DeltaNet attention combined with Qwen Sparse Attention, Gated Residual mechanisms, N-gram embeddings, and the Muon Optimizer to improve computational efficiency. It requires only one-ninth the training resources of Qwen3.7-Plus while delivering superior performance in coding and office tasks, serving as a preview for the upcoming Qwen4 series.

Quelle öffnen
Qwen3.8 - How to Run Locally | Unsloth Documentation
Qwen3.8 - How to Run Locally | Unsloth Documentation
20 hours ago ... Qwen3.8-2.4T-A95B is a 2.4T parameter (95B active) model with rivaling GPT-5.6 Sol. ... Qwen3.8 can run in Unsloth Desktop, an open-source UI app for local AI.
unsloth.ai
KI-Zusammenfassung

Unsloth released quantized versions of Qwen3.8 models with new developer tools and optimizations. Qwen3.8-27B runs on 16-19GB VRAM with vision and reasoning capabilities across 256K context window, available as GGUFs via Unsloth with Dynamic V3.0 achieving 10% more accuracy at the same size. Qwen3.8-2.4T-A95B (95B active parameters) was quantized to 397GB using new 1-bit data-types (UD-IQ1_XXXS at 1.1875 bits per weight), reducing storage 91% from full precision. Unsloth released NVFP4 quants running 1.5x faster than BF16 with 92-97% accuracy retention on Blackwell GPUs, available through vLLM, llama.cpp, and Unsloth Desktop with tool calling support for agentic coding tasks.

Quelle öffnen
Über Nacht zusammengestellt von MorningMail.aiZugestellt um 05:10