Daily digest
9 items · ~9 min · Week 2026-W32
Must-read (3)
LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks
A harness that reformulates long-horizon agent execution as an explicit task-state management problem, keeping verified state outside the model's growing context instead of letting it accumulate unchecked assumptions. It lifts Qwen 3.7-Plus from 51.8% to 80.7% on WeaveBench and 2.8% to 8.3% on OSWorld 2.0, and raises Claude Opus 4.7 from 20.0% to 34.3% on an OSWorld 2.0 subset.
SwanTale: Unified Multi-Speaker Speech and Audio Generation for Instruct and Zero-Shot Tasks
ByteDanceByteDance's model for multi-speaker expressive speech and audio generation supports both instruct (caption-driven) and zero-shot (reference-audio-driven) synthesis, combining reward-conditioned quality control, Engram conditioning, and a unified MoE trained with curriculum learning plus GRPO post-training. Targets applications like dubbing, audio drama, and short-video production.
MiniMax open-sources H3 omni-modal video model weights
MiniMaxMiniMax released the open weights of its H3 (Hailuo 3.0) omni-modal video model on Hugging Face on August 3, 2026, three days after its API-only debut. The 33B-parameter release includes FL2VA (text/first-last-frame) and Ref2VA (reference-to-video) checkpoints, generating up to 2K, 15-second clips with native stereo audio, and shipped with day-zero native ComfyUI support.
Worth knowing (3)
DAPD: Dual-Anchored Policy Distillation
Identifies a 'privilege illusion' failure mode in on-policy self-distillation, where a student model learns to rely on privileged teacher-time information it cannot access at inference. DAPD fixes this with dual-path anchoring and dual-source anchoring, beating prior on-policy self-distillation by +2.00 points averaged over six benchmarks on Qwen3-4B.
Progressive Agent Skill Generation via Reinforcement Learning (Skill-α)
The Chinese University of Hong KongSkill-α frames agent skill generation as a sequential editing process (CREATE, UPDATE, MERGE, PRUNE, NOOP) trained with a rollback reward that compares downstream execution under the original versus edited skill on an anchored query. It supports both document-to-skill and experience-to-skill generation through a unified skill editor.
Mistral AI releases Shieldstral, an open-weight safety classifier
Mistral AIMistral AI released Shieldstral, a 3-billion-parameter open-weight content-safety classifier for text and images, licensed under Apache 2.0. It accepts plain-language safety policies at inference time instead of requiring retraining, runs on a single 16GB GPU, and returns calibrated probability scores rather than binary labels.
For reference (3)
Anthropic names Tino Cuéllar as Chief Global Affairs Officer
AnthropicAnthropic announced that Mariano-Florentino (Tino) Cuéllar, a former California Supreme Court justice, is joining the company as Chief Global Affairs Officer to lead its policy and government-relations work.
Claude Code v2.1.222 fixes worktree destructive-git-command and hook-bypass safety gaps
AnthropicFollowing yesterday's v2.1.221 (Focus view, sandbox credential masking), Anthropic shipped Claude Code v2.1.222 on August 4, fixing two safety gaps: worktree-isolated sessions and subagents could run destructive git commands against the main checkout, and PreToolUse auto-allow hooks could be bypassed by tools running in background tasks.
OpenCode v1.18.13 adds GitHub PR review context and fixes RTL layout
sstFollowing v1.18.12's Azure GPT-5.5+ reasoning fix, OpenCode shipped v1.18.13 on August 4, adding pull request number and URL context to GitHub PR reviews and fixing right-to-left layout issues across the desktop app.