$ cat briefs/daily/2026-08-23.md
2026-08-23
August 23, 2026 (Sun)
7 papers · 2 leaderboard captures · 4 stories · 2 paper picks · 2 watch items
Top Stories
1. The benchmark is being optimized against — and the seed moves the score more than the method does
- Hugging Face's Measuring benchmark optimization in speech recognition (2026-08-21) introduces three tests for "benchmaxxing" and applies them to 11 widely used open-source ASR models. Several of the highest-scoring systems reproduce the reference transcripts of VoxPopuli English and LibriSpeech when the audio does not support them: producing words absent from the audio, recovering silenced numbers at elevated rates, and — where the audio equally supports two written forms — picking the variant that particular benchmark expects (source)
- That third mode is the one to keep: it is not a memorised answer but a memorised transcription convention, which no amount of held-out audio would catch. The stated remedy is fully held-out sets and not reading WER off a single public benchmark
- Separately, Thinking in a Low-Resource Language: What SFT Builds, What RL Fixes, What Accuracy Cannot See (arXiv:2608.17744) reports as its first result that changing only the random seed moves the accuracy score 7.7 points at 3.6–4.0B active parameters — more than every data and recipe effect it measured
- Why it matters: Eval Harness Configuration now holds four independent sources of variation — harness (6.8 points), context quality, memory, and now the seed at 7.7 — each comparable to the deltas release notes are written about. A single-benchmark delta below that floor carries no information, and a delta on a public benchmark carries less than the same delta on a held-out one
- → Eval Harness Configuration, Thinking in a Low-Resource Language: What SFT Builds, What RL Fixes, What Accuracy Cannot See (arXiv:2608.17744)
2. GLM-5.3 gets its first independent number, and it is smaller than the vendor's claim
- Today's Sunday capture lists GLM-5.3 (max) at Artificial Analysis Intelligence Index 60, $0.68 per task, 1M context — the model was absent from the 2026-08-16 capture (source)
- Against the same table's GLM-5.2 (max) at 53, that is a 7-point move on a third-party composite between two models Z.ai states share an unchanged base — the first support for Post-Training Scaling's central claim from a party with nothing to sell
- It is not the same claim. An index composite is not the ~50% coding improvement of Z.ai's internal evaluations, and
(max)compares each model's top reasoning setting. The honest reading is one tier, not a doubling. The weights are still not out — the stated safety-evaluation window closes around 2026-08-28 - Why it matters: "capability stopped arriving in the weights" has been a reading of release notes since W33. This is the first time an independent measurement has moved in the direction the claim predicts — and the first time anyone has bounded how far
- → GLM-5.3, Post-Training Scaling, Z.ai
3. Two papers say task success is the wrong number, from opposite ends of the embodied stack
- SoftVTBench: A Deformation-Aware Visuo-Tactile Dataset and Benchmark for Deformable-Object Manipulation (arXiv:2608.18701) pairs policy-visible tactile observation with evaluator-only finite-element ground truth and finds that across Diffusion Policy, π₀.₅ and FastWAM, all 12 in-distribution configurations contain successful rollouts that violate the deformation tolerance — 0.7–24% of each configuration's successes. A policy passes every existing benchmark while crushing the object
- Its second finding is the one that should change designs: touch raises success in all six out-of-distribution comparisons but DSR in only five, and in-distribution the benefit is mixed — "making touch available does not by itself ensure effective multimodal fusion"
- Decision-Metric Alignment in Latent World Models: Diagnostics and Action-Conditioned Objectives for MPC Planning (arXiv:2608.18746) names what a JEPA-style planner actually needs — does latent goal-distance rank plans by real progress — and shows it does not follow from representation quality: DA-LeWM improves online success while probe scores remain similar
- Why it matters: both replace a convenient proxy with an independent channel the system under test cannot see. That is the same correction the ASR post makes in story 1, arriving in physical control on the same day
- → Embodied Agents, Mechanistic Interpretability
4. A question this wiki left open, naming today as its resolution date, resolved as written
- On 2026-08-19 Qwen 3.8 27B recorded a third-party Intelligence Index 52 from a named author, with the note that it was not a held measurement and that "the next capture is 2026-08-23"
- Today's capture carries three Qwen3.8 27B rows where 08-16 carried none: xhigh 52, medium 44, low 43, all at 256k (source)
- The spread is the new information. 43 → 52 is 9 points on the same weights, larger than the gap to either model the original claim called it "neck and neck" with. Grok 4.6 gained three settings in the same capture with the same 9-point spread — and its
high(61) scores above itsxhigh(60) at four fifths of the cost, recorded as read - Why it matters: a leaderboard row names a configuration, not a model. Quoted without its setting it names nothing — and this wiki has been citing such rows across Grok 4.6, GLM-5.3 and Qwen 3.8 27B all month
- → Qwen 3.8 27B, Grok 4.6
Paper Picks
Thinking in a Low-Resource Language: What SFT Builds, What RL Fixes, What Accuracy Cannot See — arXiv:2608.17744
- TL;DR: three frontier MoE models fine-tuned to reason in Greek. Accuracy barely moves and the benchmark is noise at this scale. Base models produce 0 of 1,000 Greek reasoning traces even for Greek questions; SFT reaches ~98% of items; RLVR fixes what SFT cannot — format fallback 24% → 2.5%, channel leak 3.5% → 0.0% — while the Greek habit survives an accuracy-only gradient untouched
- Why read it: the methodology is the rare part — pre-registration before training, a flat random-reward control, every metric gated against length correlation, and a published count of six occasions the authors' own instruments lied. It is also a monitorability result: a model reasoning in a language its user cannot read is unauditable without any deception involved
- → Thinking in a Low-Resource Language: What SFT Builds, What RL Fixes, What Accuracy Cannot See (arXiv:2608.17744)
Repo0: Design-Driven Zero-to-All Code Generation — arXiv:2608.19854
- TL;DR: builds a whole project from natural-language requirements with no predefined architecture, holding an explicit Dual-DAG (requirement DAG, component DAG, alignment relation), evolving component boundaries by modularity metrics to structural convergence, then generating code test-first. +20.08pp Functionality Coverage and +29.74pp Pass Rate over RPG on six RepoCraft repositories
- Why read it: it cuts against the week's other direction. MemTrapBench, SWE-bench Science and Demystifying Agent Skills all found added context taxing the agent; this is added structure that pays, and the ablation says which part. Caveat: both backing models are mid-tier, so it may be compensating for what a frontier generator holds in context anyway
- → Repo0: Design-Driven Zero-to-All Code Generation (arXiv:2608.19854)
Watch
- GLM-5.3's weights are due back around 2026-08-28, five days out. Training Leaves Traces: Centered Residual Signatures for Language Model Lineage Verification (arXiv:2608.14929) verifies weight lineage from checkpoints alone at AUROC 1.0 — so if they ship, Z.ai's "base untouched" claim becomes testable rather than asserted, which is a rare thing for a vendor claim to become (GLM-5.3)
- Hugging Face's State of Open Models: Summer 2026 Observations has been unreachable for nine days and is squarely on-topic for Open-Weights Policy Fight. Note today's asymmetry: a different post on the same blocked host was ingested, because search surfaced enough of its body to cite. The gap is not the host
New in Wiki
No new entity, concept or person pages today — nothing needing user review.
Seven new paper pages: Thinking in a Low-Resource Language: What SFT Builds, What RL Fixes, What Accuracy Cannot See (arXiv:2608.17744), Repo0: Design-Driven Zero-to-All Code Generation (arXiv:2608.19854), SoftVTBench: A Deformation-Aware Visuo-Tactile Dataset and Benchmark for Deformable-Object Manipulation (arXiv:2608.18701), Decision-Metric Alignment in Latent World Models: Diagnostics and Action-Conditioned Objectives for MPC Planning (arXiv:2608.18746), FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving (arXiv:2608.19758), The More Popular, The Harder to Forget: Adaptive Popularity for LLM Unlearning (arXiv:2608.14229), SemComp-Bench: Benchmarking Semantic Task Completion in Video Generation (arXiv:2608.17426).
Updates
- Eval Harness Configuration: new dated section — benchmark optimization measured in ASR, and the seed as a fourth source of variation
- Embodied Agents: State of the Art moved to 2026-08-23; two new Open Problems on measurement
- Mechanistic Interpretability: Open Problems 6 and 7 — an illegible-but-honest trace, and a probe that cannot say whether a representation is usable
- Post-Training Scaling: the first third-party number, and what it does not supply
- Agents (LLM Agents): Repo0 promoted from mention to page; AI Alignment: AdaPop added to Key Papers
- GLM-5.3:
Context windowmoves offunknownon a third-party listing, with the reason recorded; first independent index figure - Qwen 3.8 27B: the 52 becomes a held measurement · Grok 4.6: three settings added · Claude Fable 5: LMArena #2 → #3 on overlapping intervals, CI narrowed ±2.57% → ±1.70%
- Z.ai: Recent Activity — GLM-5.3's first independent number