Daily digest
9 items · ~9 min · Week 2026-W33
Must-read (2)
Z.ai ships GLM-5.3: frontier coding via post-training only, emergent cyber capabilities
Z.ai (Zhipu AI)On August 14, 2026, Z.ai released GLM-5.3, a coding/agent-focused model that reuses the same 743B-parameter base as GLM-5.2 — every gain comes from massively scaled post-training (10× more long-horizon task environments). Internal Z.ai Code Bench improves 50% over GLM-5.2; Terminal-Bench 3.0 jumps 4.6→28.3, DeepSWE v1.1 46.2→66.9, and emergent cyber capabilities push CyberGym to 84.5% and ExploitBench from 24.4% to 54.4%. The model is text-only with 1M-token context and is currently gated to GLM Coding Plan subscribers; API and open weights are rolling out over the next ~two weeks.
Alaya-EVOKE: From Linear-Scaling Supervision to Endless World
An interactive video world model that combines a camera-indexed external world-state bank with a sparse-attention teacher that scales linearly in memory and compute, distilled into a three-step student via a 30-second distribution-matching objective. Sets SOTA on WBench and is competitive on VBench-Long and VBench-2.0 while generating each 1.5s chunk in 2.11s on a single H200 at 384x640.
Worth knowing (5)
Pika launches Pika Audio: four frontier foundation sound models at up to 20x lower cost
PikaOn August 14, 2026, Pika released Pika Audio, its first family of frontier foundation sound models, comprising Soundtrack (video-to-audio, $0.617/sec), Music (up to 6-minute songs from text/lyrics/voice/reference), SFX (text-to-sound-effects, 44.1 kHz stereo, 0.847s avg latency), and Speech (48 kHz TTS with preset voices or voice cloning, real-time factor 0.02). Pika markets the family as up to 20x cheaper than comparable audio models, with specific claims of 9x vs ElevenLabs v3, 4.5x vs Cartesia/ElevenLabs Turbo, and 2x vs Hunyuan Foley / Fish Audio.
Google lets users turn off the visible watermark on Gemini image, video, and music outputs
Google DeepMindOn August 14, 2026, Google began rolling out a Settings → Media Watermark toggle that hides the visible watermark on Gemini-generated images (Nano Banana), videos (Omni), and music (Lyria), both inside the Gemini app and the Flow video editor. Invisible SynthID tags and C2PA Content Credentials remain embedded in every file regardless of the toggle, and Google is shipping a new open-source C++ library, Credentio, for local-first C2PA validation.
DarwinX: Evolving Agent Harnesses Through Natural Selection
Salesforce AI ResearchTreats agent self-evolution as selection over a population of harnesses (prompts, tools, skills, control flow) with the model weights frozen, using a natural-selection-style loop to evolve the harness rather than the underlying model. Frames agent capability as a function of both weights and harness, and demonstrates harness-only evolution as a model-agnostic self-improvement lever.
Spatial Memory Agent: Experience-Grounded Procedure Memory for Spatial Intelligence
Zhejiang UniversityA parameter-update-free self-evolution framework for frozen VLM agents in spatial reasoning: queries the frozen VLM, obtains a verifier reward, and distills verified spatial experience into reusable transferable lessons, each with a Transfer Reliability Score calibrated from later retrieval outcomes. Across five spatial benchmarks and four base VLMs, SMA achieves the highest macro-average in every base-model block without expert spatial tools at inference time.
Claude Code v2.1.233 retires Todo/Task tools on Opus 4.8 / Sonnet 5 / Fable 5 / Mythos 5, patches Windows NTLM credential-leak
AnthropicOn August 14, 2026, Anthropic shipped Claude Code v2.1.233. It adds GitLab merge-request URL support for `--worktree` and the `claude agents` view (MRs shown as `!N`), an opt-in `forward_user_identity` apps-gateway setting for per-user spend attribution, opt-in Linux Bash memory cgroup limits via `CLAUDE_CODE_TOOL_MEMORY_LIMIT`, and a `CLAUDE_CODE_WEBFETCH_CACHE_TTL_MS` env var. It also fixes an MCP v2 `subscriptions/listen` reconnect loop on serverless hosts, a Windows `\??\` UNC-path validation bypass that leaked NTLM credentials, a Linux idle-CPU-100% regression when sandboxing was on, and missing notification hooks for permission prompts in Claude Desktop and VS Code.
For reference (2)
LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers
University of Illinois Urbana-ChampaignA unified modular infrastructure that formulates LLM routing as a five-component sequential decision process (context encoders, model encoders, scoring functions, decision rules, learning signals) and ships xRouteBench, an automated benchmark covering generic, memory-augmented, vision, time-series, and personalized routing. Across 16+ representative routers, learned routers beat the strongest fixed-model baseline by 14.6% relatively, with lightweight routers winning under tight cost constraints.
How Can Rhetoric Reward-Hack AI Reviewers? Dissecting Rhetorical Sensitivity in AI-Based Peer Review
Uses 4,200 manuscripts derived from 120 ICLR 2026 submissions to test how six rhetorical dimensions (evidence framing, novelty stance, scope framing, etc.) shift scores from five LLM reviewers under standard and strict protocols. Evidence framing and novelty stance drive the largest score contrasts; lower scores tend to rise, higher scores tend to fall, and strict review lowers mean overall assessment by 1.36 points without reducing rhetorical sensitivity.