Daily digest
17 items · ~17 min · Week 2026-W37
Must-read (2)
DeepSeek V4.1 Flash goes GA with open MIT weights and V4 Pro retirement
DeepSeekDeepSeek moved V4.1 Flash from beta to full release on September 10, publishing MIT-licensed weights and a technical report on Hugging Face. The 552B-parameter multimodal MoE (8B active at prefill, 16B at decode) uses a Causal Encoder-Decoder with FP4 KV caching to cut persistent cache to roughly 1/8 of V4 Flash, supports 1M-token context, and cuts Flash API prices by roughly 11-57%. From September 14 deepseek-v4-pro requests will be routed to the new model.
Show-Harness: just a VLM agent can play robots
Show Lab, NUSShow-Harness is an Embodied Harness that lets vision-language models control robots by reasoning over discrete semantic action units that deterministic interpreters compile into low-level robot actions. The same interface enables zero-shot control by closed-source frontier VLMs, cheap adaptation of small open VLMs, and GUI-based demonstration collection without teleoperation hardware, outperforming representative agentic and VLA baselines.
Worth knowing (10)
OpenAI brings GPT-Live-1 full-duplex voice model to the API
OpenAIOpenAI released GPT-Live-1 in the API on September 10, bringing the full-duplex voice system behind ChatGPT Voice to developers. The model listens and speaks simultaneously, handles interruptions, and can delegate reasoning or actions to a backend agent, with custom voices and telephony support at $0.05 per minute.
Universal Music Group and ElevenLabs sign multi-year licensed AI music deal
ElevenLabsUniversal Music Group and ElevenLabs announced a multi-year licensing agreement and strategic collaboration, starting with a licensed AI music creation platform that lets fans make remixes, mashups and new interpretations of tracks from participating artists. The companies will also jointly develop AI audio products for UMG artists and songwriters; it is ElevenLabs' first deal with a major label.
Sber releases GigaChat 3.5 Reasoning, first Russian open-weights reasoning model
SberSber launched GigaChat 3.5 Reasoning, its first model with a full reasoning mode, built on online RL applied after SFT across six separate domain experts (math, code, agents and others) with individual reward models merged back into one model. The weights are open, and the model is available to end users and developers via the GigaChat app and API.
Cognition announces SWE-2 coding model, near-parity with Fable 5.1 at 64% lower cost
CognitionCognition introduced SWE-2 (Sep 10), a frontier coding model post-trained from the 2.8T-parameter Kimi K3 base and the first where the company scaled RL to the multi-trillion-parameter regime, training all reasoning-effort levels in a single run via a cost-penalty reward. It scores 50.0% on FrontierCode 1.1 Main (within one point of Fable 5.1 at 64% lower cost), 73.0% on DeepSWE 1.1 and 92.8% on Terminal-Bench 2.1, and is available in Devin Desktop and CLI with Devin Web and Fusion rollout underway.
Anthropic threat report names Moonshot, DeepSeek and Alibaba in distillation campaigns
AnthropicAnthropic published its most detailed threat intelligence report to date, covering misuse disrupted between December 2025 and August 2026 across seven harm areas: cyber operations, surveillance, influence operations, scams, conventional weapons, biological misuse and illicit model distillation. A companion post attributes distillation campaigns to China-based labs including Moonshot AI, DeepSeek and Alibaba — Moonshot covertly routed roughly 300,000 Kimi user requests to Claude over ten days — with state-linked campaigns named from Russia, China and Iran. The report lands two days after the US NSA, CISA and FBI advisory on industrial-scale distillation.
Anthropic Frontier Red Team measures intelligence-targeting and weapons capabilities
AnthropicAlongside its threat report, Anthropic's Frontier Red Team published new evaluations measuring whether AI models can perform tactical intelligence targeting, such as locating people from fragmentary information, and conventional weapons development tasks, such as engineering drones to strike moving targets. The team found models can now handle some tasks historically restricted to scarce, highly trained specialists.
Programmable World Model: agent-programmed persistent state for interactive video
Alaya LabThe framework decouples world-state evolution from visual generation: an agent compiles natural-language rules into executable state-transition programs, a lightweight engine maintains a persistent global state (including off-screen entities), and state-augmented 3D bounding boxes are deterministically compiled into conditioning for a pretrained video renderer. On the new CombatStateBench it hits 94% count accuracy and 98% state accuracy, far above existing interactive video world models.
OpenAI launches ChatGPT for Financial Services with built-in market data
OpenAIOpenAI launched ChatGPT for Financial Services, an enterprise build running on GPT-6 Astra with built-in data from LSEG, PitchBook, Crunchbase, Daloopa and Quartr, aimed at equity research, modeling and client materials. It was developed with input from Morgan Stanley and Evercore.
OpenAI opens Agents API public beta with managed Codex harness
OpenAIOpenAI released the Agents API in public beta on September 10, exposing the Codex harness as a managed service: OpenAI handles session orchestration, context compaction and recovery while apps supply tools and pick an execution environment (OpenAI-hosted sandbox or self-hosted). Durable sessions support streaming, webhooks, mid-turn steering, MCP servers and up to 4 concurrent subagents; billing is at standard API rates, US-only data residency.
Cursor launches Projects: coordinator agents with thousands of cloud subagents
CursorOn September 10 Cursor launched Projects in beta: a coordinator agent plans and delegates work to thousands of parallel subagents instead of writing code itself, with each Project running on its own cloud machine so work continues when the laptop closes. Shared context files sync lessons across cloud and local machines, and subscriptions let a Project watch a Slack channel, run on a schedule, or follow PRs autonomously.
For reference (5)
Mistral and Cloudera partner on sovereign enterprise AI inside customer data platforms
MistralMistral and Cloudera announced a strategic partnership integrating Mistral's open-weight models with Cloudera's hybrid data platform, enabling private inference inside customer-controlled environments including fully air-gapped installations, plus custom training on customer-owned data across Cloudera's roughly 30 exabytes under management.
Moonshot launches Kimi Enterprise Partner Program with forward-deployed engineers
Moonshot AIOn September 10 Moonshot AI started the Kimi Enterprise Partner Program (dubbed the Moonshot Program), partnering with IT service providers and systems integrators to build forward-deployed engineer teams that embed AI into clients' core business workflows. First signatories reportedly include five listed companies such as China Soft International and Teamsun.
Claude Code v2.1.268 fixes HTTP 400 regression and symlink permission bypass
AnthropicFollowing v2.1.267 (Sep 9, covered yesterday), Anthropic shipped Claude Code v2.1.268 (Sep 10). It fixes a critical regression where every turn failed with HTTP 400 on third-party Anthropic-compatible endpoints (ANTHROPIC_BASE_URL) since 2.1.265, closes symlink-based deny/ask permission bypasses for protected directories (/etc, /tmp, /var, /bin), adds gateway pricing sync and plugin CLI --json output, and fixes a busy-loop CPU pin in idle sessions.
Codex Python SDK 0.154.0 adds max and ultra reasoning effort
OpenAIAfter Codex CLI 0.154.0 (Sep 9, covered yesterday), the matching Python SDK 0.154.0 shipped September 10: it introduces max and ultra reasoning-effort values, an ExternalMessage type for tool-authority-only joins, include_turns on resume/fork, and typed hook payloads.
OpenClaw ships 2026.6.35, the final June 2026 LTS release
OpenClaw released 2026.6.35 on September 10, closing out the June 2026 Extended Stable branch with 166 merged PRs of audited backports: bundled providers and channel adapters now cap untrusted response bodies and reject oversized inputs, agent/gateway/retry paths handle cancellation and partial sends without losing work, and browser-automation and workspace tools validate malformed input before interrupting agent runs.