Daily digest
12 items · ~12 min · Week 2026-W38
Must-read (5)
Google launches Gemini 3.8 Live and 3.8 Live Extended Thinking speech models
Google DeepMindGoogle introduced Gemini 3.8 Live and 3.8 Live Extended Thinking, its most advanced live dialogue models: near-realtime visual context, background tool execution, and automatic language switching across 97 languages. Extended Thinking reasons and speaks simultaneously with verbal fillers, tops the Speech-to-Speech Quality Index at 82.6, and scores 97.7% on Big Bench Audio. Rollout covers the Gemini API, AI Studio, Workspace, Search Live and the Gemini app; all generated audio carries SynthID watermarks.
Atria Dawn: a 744B agentic MoE preview from Shanghai AI Laboratory
Shanghai AI LaboratoryPreview of a 744B MoE agentic foundation model trained with a Verifiable Experience Pipeline that grounds agent trajectories in executable environments with verified outcomes. Competitive with frontier agents on 16 benchmarks, leading on 5. The paper also analyzes its own development: 769 task records from 56 participants, with about a third of AI-assisted tasks rated infeasible without AI.
Vidu S2: real-time interactive, editable, and spatial video generation
ShengShu IntelligenceTwo models — an interactive avatar model and a real-time video editing model — that generate and restyle 720p video streams live, with dynamically updatable references and an exploration of spatial (3D) generation. Moving video generation from one-shot clips to continuously editable streaming is the new part.
ZGCM-1: a fully open, extremely efficient 7B foundation model for math and agentic search
ZGCAGIA fully open 7B dense model trained from scratch that matches much larger frontier models (Qwen3-235B, GLM-5.1) on math reasoning and agentic search by combining deliberate internal reasoning with active tool use over a 256K context. Includes a stable FP8 Muon optimizer, MDP-formulated mid-training, agent swarms managing the R&D workflow, and a full release of weights, checkpoints, code, data and recipes.
Dream-RSI: recursive self-improvement through evolving worlds
GoogleTurns an agent's accumulated discovery history into a replay simulator and trains the exploration policy in it ('dreaming'), giving cheap off-policy feedback instead of costly online rollouts. The refined policy is redeployed to make new discoveries that expand the simulator, closing a recursive self-improvement loop as a non-invasive orchestration layer over an unchanged coding agent.
Worth knowing (3)
Suno admits in court filing it used YouTube audio scraped via YT-DLP for training
SunoIn a 26-page answer filed in the US District Court of Massachusetts, Suno admitted 'audio data was obtained from YouTube for use as training data using YT-DLP,' confirming labels' stream-ripping allegations in the UMG/Capitol/Sony case. Suno simultaneously challenged the labels' standing under DMCA Section 1203(a), repeated its fair-use defense, and accused the majors of anticompetitive conduct. Labels seek up to $150,000 per work across 560 recordings; fact discovery closes September 30.
Yandex's Alice AI now picks the intelligence level for each request, with free Expert mode
YandexYandex shipped an automatic routing system for Alice AI that estimates per-query compute needs and selects the right model: simple requests go to fast models, while complex multi-step tasks trigger an Expert mode that shows its reasoning, plans actions via the harness, and can analyze several uploaded files. Expert is currently free and unlimited, with the heaviest usage to be reserved for Alice Plus subscribers.
Creatify launches Boreal, a realtime ad-focused video model priced at one cent per second
CreatifyOn Sep 15 Creatify introduced Boreal, a text-to-video and image-to-video model post-trained on advertising footage for product fidelity and creator identity. It renders in realtime (1 second of video per second of GPU time) at 720p-class quality with joint audio-video generation and intact lip-sync, priced at $0.01 per second of finished video. In self-run blind tests it was preferred over its open-source base model in 81% of decisive comparisons and is claimed roughly 40x faster and 12x cheaper than Seedance 2.0. Available via the Creatify API, Model Playground, AdFlow, and fal.ai.
For reference (4)
Anthropic expands Claude for Small Business with 43 workflows and 27 integrations
AnthropicAnthropic added 43 workflows and 27 integrations to Claude for Small Business, covering Shopify, Salesforce, TikTok, Atlassian, Zoom, Xero, Square, Stripe, and Zapier, and launched Salesforce in Claude (beta) with 37 pre-built sales skills. The product, installed over 900,000 times since May, now extends from back-office tasks into lead response, proposals, and marketing, with new workflows running in Claude Cowork's approval mode.
Claude Code v2.1.273 fixes sandbox permission bypass, adds gateway hint headers
AnthropicFollowing Sep 14's v2.1.271 (fast mode for remote sessions, per-command network domain allowlisting in sandboxed auto mode, --accept-command <sha256> for plugin installs), v2.1.273 landed Sep 15 with opt-in gateway request-class headers (CLAUDE_CODE_GATEWAY_HINT_HEADERS=1), session forking from the Claude app, and a fix for a sandbox bypass where unanalyzable Bash commands skipped permission prompts.
Cline ships Desktop v0.0.28, CLI v3.0.62 and SDK v0.0.83 with Hub-managed agent plugins
ClineCline released three components on Sep 15. CLI v3.0.62 moves Agent Plugins to Hub discovery from ~/.agents/plugins/*, patches a vulnerable nested undici@5.29.0 (CVE-2026-1525), and fixes OOM when run from the home directory. SDK v0.0.83 adds a RemoteEnvironmentService for running sessions on SSH hosts, mid-stream retry with exponential backoff, and skills exposed as plugin-name:skill-name. Desktop v0.0.28 fixes slow-backend startup hangs and IME composition, and grows the model catalog to 6,079 models.
Ollama v0.34.1 graduates MLX safetensors model creation and speeds up /api/tags tenfold
OllamaOllama v0.34.1 (Sep 14) makes MLX safetensors creation via `ollama create` non-experimental, improves MLX memory handling on Apple Silicon, and cuts cold /api/tags response from ~3.1 s to 294 ms on large model libraries. GGUF model creation now requires llama.cpp tooling for safetensor conversion, and typical_p is deprecated for new model creation. v0.34.2-rc0 (Sep 15) bumps llama.cpp.