$ cat briefs/daily/2026-08-25.md
2026-08-25
August 25, 2026 (Tue)
3 stories · 6 new paper pages · 2 paper picks · 2 watch items · two Tier-1 posts found four and five days late
Top Stories
1. Anthropic published a negative result about its own lie detectors — and the lesson is not confined to lies
- Fine-Tuned Lie Detectors Failed to Generalize (Jack Hopkins, Dipika Khullar, 2026-08-21) trains detectors on on-policy lies across 12 elicitation settings, then tests them on lie categories held out of training. In-distribution AUROC 0.60 → 0.95. Cross-fold: ~0.70–0.75, a gap more training epochs did not close (source)
- Out of distribution the fine-tuned detectors barely beat prompted baselines, and zero-shot prompting of larger models often beat them outright — the expensive artefact loses to the cheap one on exactly the cases it was built for
- The transfer pattern does not follow intuitive similarity, which is what makes it hard to design around: training on ASCII capability denial transferred to chess sandbagging, training on factual lies did not transfer to roleplay, and sandbagging was near-undetectable from detectors trained on anything else. The authors' account is that each detector learns the surface form of a setting — "a sycophancy detector learns agreement patterns"
- Why it matters: the stated implication is broader than deception — if fine-tuned detectors learn narrow, task-specific features, any learned safety classifier may fail the same way on a novel harm type. That is a caution over the whole family of learned monitors, published by the lab that has argued hardest for them, four days after its own risk report raised a misalignment rating because evaluations stopped working
- Held against Mechanistic Interpretability's J-space entry the contrast is methodological — same lab, same target, opposite method, and nothing read compares them
- → AI Alignment, Mechanistic Interpretability, Anthropic
2. Retrieval became a loop the model drives — and a controlled study priced the alternative at 1,431×
- Mistral's Agentic Search (2026-08-20) replaces a fixed set of retrieved chunks with five operations the model calls itself —
search,open,navigate,read,grep— refining queries and following references before answering. FinanceBench 26.7% → 86%; OfficeQA Pro 6.3% → 51.9%; FinanceBench p90 latency 255 s → 154 s, mean 108 s → 71 s. All figures Mistral's own (source) - Accuracy and latency moving the same direction is the unusual part. An agentic loop normally buys correctness with turns; this reports fewer seconds for more answers, which is a claim about the fixed-chunk baseline being wasteful more than about the loop being cheap — and what those 26.7% and 6.3% baselines actually are is stated nowhere read
- The other answer to the same question gets priced the same day. The Embedder's Dilemma: LLMs Are Better, but at What Cost? (arXiv:2608.12875) compares 10 LLMs against 26 embedding models on 37 tasks: aggregate is a tie — best LLM 77.6, best embedder 77.2 — and parity costs up to 1,431× more, USD 154 against USD 0.11 per benchmark pass. Nine of the ten LLMs tested are off the Pareto frontier
- Why it matters: read together they separate two moves usually argued as one. Giving a model navigation over an index is reported to pay in both accuracy and latency; making the model the index costs three orders of magnitude for a 0.4-point gain. Neither source mentions the other
- → Mistral AI, Agents (LLM Agents), The Embedder's Dilemma: LLMs Are Better, but at What Cost? (arXiv:2608.12875)
3. GPT-5.6 Sol got cheaper, and every previous cut had spared it
- 2026-08-21: $5 → $4 per 1M input (−20%) and $30 → $20 per 1M output (−33%) for standard short-context API use, with matching credits on ChatGPT Work and Codex; Pro, Plus and Business subscriptions unchanged; Amazon Bedrock matched (source)
- It is promotional, not list — guaranteed at least through 2026-11-21. GPT-5.6 Sol (and Terra, Luna) therefore carries the promotional figure with its expiry and the list price beside it; a promotional rate recorded as list is a price that goes wrong on a date nobody wrote down
- The 2026-07-30 cut took Luna down 80% and Terra 20% and left the flagship alone. This is the first time the top of the list has moved
- Why it matters: yesterday's brief argued from the Ramp index that a frontier model's per-token rate sets the ceiling on the volume a router escalates to it. The cut precedes that reporting by two days, so it is not a response to it and no source connects them — but the tier OpenAI's own page describes as "winning the workload" is now cheaper than it was while winning it
- → GPT-5.6 Sol (and Terra, Luna), OpenAI, Model Routing
Paper Picks
FlowEvo — arXiv:2607.21596 · Hierarchical Self-Improvement — arXiv:2608.08466
- TL;DR: both freeze the model and rewrite what surrounds it. FlowEvo compiles successful workflows into callable skills in a persistent bank and suppresses skills that cause negative transfer — ALFWorld 85.6%, +26.4 points over the strongest of 8 baselines, at roughly one third the tokens, and 49 of 50 wins over ExpeL across 7B–671B backbones. HSI makes the harness the evolvable object, rewritten per task family by an evolver that a meta-evolver rewrites in turn
- Why read them together: with SkillEvo and EnvHarness they are four papers in eight days that do not cite each other, all naming the same binding constraint — the quality of the signal coming back, not the capacity to edit
- HSI supplies the limit the cluster was missing. BALROG raw % Progress +39.3 BabyAI, +33.0 Crafter, +25.0 TextWorld, +15.0 MiniHack — and no improvement at all on NLE, a task beyond the frozen backbone. That is a published boundary on "the harness is where the gains are", and it also complicates Eval Harness Configuration, which records the same degree of freedom as 6.8 points of unwanted variance while HSI extracts 15–39 points from it deliberately
- → FlowEvo: Self-Evolving Agents through the Co-Evolution of Workflows and Executable Skills (arXiv:2607.21596), Hierarchical Self-Improvement: A Framework for Task-Specific Evolvable Agent Harnesses (arXiv:2608.08466)
Let's Scale Step by Step: Compute-Efficient Hyperparameter Transfer for Large-Scale MoE — arXiv:2608.20061
- TL;DR: two transfers instead of a sweep. A μP adaptation for MoE (Multi-head Latent Attention + Muon) under which the optimal learning rate holds across model width, then a linear regression on small-proxy optima extrapolating along the token axis to 10 trillion tokens at R² = 0.95. Validated by pretraining a 155B total / 17B active model from scratch
- Why read it: Test-Time Compute (Inference-Time Compute Scaling) has carried "does inference compute scale like training compute" as an open question since this wiki started, and the scaling law that actually arrived is about neither — it is about what a lab must spend to configure a run. It is the only quantity in that section with a published fit statistic
- Against it: no swept baseline is reported, so the prediction has an R² and no error bar in loss, and the result is one hyperparameter under one parameterization, one attention design and one optimizer
- → Let's Scale Step by Step: Compute-Efficient Hyperparameter Transfer for Large-Scale Mixture-of-Experts (arXiv:2608.20061)
Watch
- On-policy distillation's yield is set by a relationship, not by effort. Every Coin Has Two Sides: On the Dual Nature of Generalization in On-Policy Distillation of Large Language Models (arXiv:2608.16647) reports that same-origin teacher/student pairs transfer across languages, horizons and domains while cross-origin pairs mostly fit the trained distribution — and that multi-teacher distillation is not additive, because routing cannot confine a teacher's influence, so combining teachers gives a mixture-dependent seesaw rather than their union. Worth watching because the abstract carries no numbers at all and never defines "origin", and the whole result rests on it (Agentic Reinforcement Learning)
- Moonshot closes its previous generation on 2026-08-31.
kimi-k2.5and themoonshot-v1series are already shut to new registrations, with full platform sunset at month end; newest model remains Kimi K3 (2026-07-16). A deprecation with no capability content, so nothing was written to a page — but a lab retiring its whole prior line six weeks after a flagship is a cadence signal (Moonshot AI)
New in Wiki
No new entity, concept or person pages today — nothing needing user review.
A retrieval concept page was considered and declined: two of today's items are about retrieval, but a wikilink scan found zero documents asking for such a page, so both were filed to Agents (LLM Agents) instead.
Six new paper pages: Let's Scale Step by Step: Compute-Efficient Hyperparameter Transfer for Large-Scale Mixture-of-Experts (arXiv:2608.20061), ParaTempo: Efficient Parallel Reasoning via Temporal Confidence (arXiv:2608.16425), Every Coin Has Two Sides: On the Dual Nature of Generalization in On-Policy Distillation of Large Language Models (arXiv:2608.16647), FlowEvo: Self-Evolving Agents through the Co-Evolution of Workflows and Executable Skills (arXiv:2607.21596), Hierarchical Self-Improvement: A Framework for Task-Specific Evolvable Agent Harnesses (arXiv:2608.08466), The Embedder's Dilemma: LLMs Are Better, but at What Cost? (arXiv:2608.12875).
Updates
- AI Alignment: new dated section — the detector figures, the transfer table, and why the caution reaches every learned safety classifier
- Mechanistic Interpretability: Open Problem 8 — a detector's in-distribution score is not evidence it found the concept
- Agents (LLM Agents): two new dated sections — the four-paper scaffold cluster, and retrieval as a loop the agent drives
- Test-Time Compute (Inference-Time Compute Scaling): a sixth mechanism, and the first about taking compute back — ParaTempo: Efficient Parallel Reasoning via Temporal Confidence (arXiv:2608.16425) governs parallel reasoning from one signal, latency −21.8–32.2%, tokens −18.1–30.3%, accuracy reported only as "competitive"
- Eval Harness Configuration: the harness as an optimization target rather than variance — plus the arXiv id behind the Hugging Face ASR post, recorded without creating a duplicate page
- Agentic Reinforcement Learning: the distillation lane gains the study it assumed · Post-Training Scaling: a constraint on its cheapest lever
- GPT-5.6 Sol (and Terra, Luna):
Pricingnow $4/M · $20/M promotional with expiry and list beside it; three unstated rows recorded as open - Anthropic · OpenAI · Mistral AI: one Recent Activity entry each, all three ⚡ late captures