Daily digest
11 items · ~11 min · Week 2026-W29
Must-read (1)
Moonshot AI launches Kimi K3, a 2.8T-parameter open-weight model
Moonshot AIMoonshot AI released Kimi K3 on July 16, 2026, a 2.8-trillion-parameter Mixture-of-Experts model (16 of 896 experts active per token) built on a new Kimi Delta Attention architecture, with a 1-million-token context window and native vision support. Two variants shipped: K3 Max for chat/agent tasks and K3 Swarm Max for large-scale parallel processing, first available via Kimi Code and the Kimi app. Full open weights are promised by July 27, 2026.
Worth knowing (5)
SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
Ant Group / Renmin UniversityProposes SearchOS, a multi-agent framework for web-based information-seeking agents that converts fragile, implicit search progress into explicit, persistent, shared state via schema-completion-with-citations, a search-oriented context manager tracking task frontiers and evidence graphs, pipeline-parallel scheduling, and a hierarchical skill system. Shows measurable gains over single- and multi-agent baselines on benchmark datasets.
SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
SEED tackles the sparse-reward problem in outcome-based RL for agentic LLMs by having the policy extract reusable natural-language 'skills' (workflows and failure-avoidance patterns) from its own completed trajectories, then using the action-probability gap between skill-augmented and unaugmented rollouts as a dense, token-level on-policy distillation signal. Reports gains on both text and vision agentic tasks plus better generalization to unseen scenarios.
BadWAM: When World-Action Models Dream Right but Act Wrong
Introduces BadWAM, exposing adversarial vulnerabilities in world-action models (WAMs) that couple future-state prediction with robotic action generation. Small visual perturbations induce 'World-Action Drift Attacks': an action-only variant collapses task success from 96.5% to 43.1%, while a stealthier 'imagination-preserving' variant keeps the model's predicted future looking clean while still forcing harmful actions, showing that moderate regularization can mask the drift entirely.
VideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding
MCG-NJUA fully open (weights, data, and training recipe) 4B-parameter video multimodal LLM using an Inflated 3D Vision Transformer with adaptive frame resolution, paired with a scalable video-data synthesis pipeline producing general, long-form, and streaming-video datasets. Claims to surpass prior open-source models with equal or larger parameter counts across multiple video benchmarks.
Anthropic launches Claude for Teachers
AnthropicAnthropic introduced Claude for Teachers, a free program giving verified US K-12 educators premium Claude access, a library of teaching skills (lesson planning, student data analysis, scheduled tasks), and integration with state academic standards and curricula like OpenSciEd and IM v.360.
For reference (5)
Yandex's Alice AI model family receives ISO/IEC 42001 certification
YandexYandex announced that its entire Alice AI generative model family — Alice AI LLM (text), Alice AI ART (image generation), and Alice AI VLM (multimodal) — received international ISO/IEC 42001 certification for responsible AI management. The independent audit covered the full AI lifecycle, from training data collection to deployment, verifying user data protection and continuous error/anomaly monitoring.
Claude Code v2.1.212: background /fork, runaway-loop rate limits, session picker overhaul
AnthropicClaude Code CLI v2.1.212 (2026-07-17) makes /fork copy the current conversation into a new background session instead of an in-session subagent (that role moves to /subtask), adds session-wide caps on WebSearch calls and subagent spawns to stop runaway loops, auto-backgrounds MCP tool calls exceeding two minutes, and lets /resume open a picker of past sessions including deleted ones. The release also fixes a plan-mode bug that let file-modifying Bash commands run without a permission prompt.
OpenCode v1.18.2/v1.18.3: subagent nesting limit, desktop fixes
SSTOpenCode shipped v1.18.2 (2026-07-15) and v1.18.3 (2026-07-16), stopping subagents from launching nested subagents by default (with a configurable subagent_depth limit), improving default reasoning depth for Meta models, and fixing several desktop app issues including command-palette session search and WSL startup readiness.
OpenClaw 2026.7.2 beta adds remote coding sessions across Codex, Claude, OpenCode, Pi
OpenClawOpenClaw v2026.7.2-beta.1 (2026-07-15) adds remote coding sessions: running Control UI sessions on cloud workers, opening Codex and Claude catalog sessions in terminals on their owning hosts, and resuming OpenCode and Pi sessions directly in a terminal. It also brings Automations to mobile, adds Android Voice Wake, and hardens Telegram/Signal channel handling.
Codex CLI 0.144.5 tightens dangerous-command detection
OpenAICodex CLI rust-v0.144.5, released 2026-07-16, expands detection of dangerous shell commands (including more forced rm variants) and returns clearer rejection reasons when a command is denied.