Daily digest
11 items · ~11 min · Week 2026-W33
Worth knowing (3)
Meta Releases Muse Glimmer, a 30B Open-Weight Agentic Model for Local Devices
MetaOn August 10, 2026, Meta Superintelligence Labs released Muse Glimmer, a 30-billion-parameter open-weight agentic model designed to run on a single consumer GPU or high-end Apple Silicon Mac, with a 120K+ context window and Apache 2.0 license. It targets always-on local agent workflows including coding, tool-calling, and multimodal reasoning, with quantized builds fitting in 20-24GB of memory.
Anthropic Makes Claude Code Auto Mode the Default for Pro, Max, and Team Plans
AnthropicAnthropic announced that starting August 14, 2026, Claude Code will run in auto mode by default for Pro, Max, and Team subscribers, letting a safety classifier approve most tool calls automatically instead of prompting for permission on every action. Anthropic cited a study of 1,053 testers in which auto mode caught 89% of harmful actions versus 13.6% caught by human review, and is dropping the token fee previously charged for the classifier.
vLLM v0.27.0 Ships Kimi K3 Support and DeepSeek-V4 Optimizations
vLLM ProjectvLLM 0.27.0 (561 commits, 242 contributors) adds full-stack Kimi K3 support, new Qwen3.5 and K-EXAONE-2.0-750B-A37B model support, DeepSeek-V4 routing-kernel optimizations, a PyTorch 2.13.0 upgrade, FlashAttention 4 on SM100 with FP8 KV cache, Model Runner V2 for embedding/classification workloads, and early NVIDIA Rubin and ROCm gfx1250 hardware support.
For reference (8)
SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring
A new benchmark of 170 rigorously curated code-refactoring tasks spanning seven programming languages, built to fix quality and test-suite issues found in prior SWE-Bench variants. The best evaluated coding agent resolves only 41.2% of tasks, showing current agents still struggle with large-scale multilingual refactoring.
Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA
Mind LabMind Lab presents an open agent-model family that keeps learning after deployment via a Mixture-of-LoRA architecture: a frozen base model composes specialist LoRA adapters (chat, coding, agent, GenUI) selected per turn, with usage data distilled back into the adapters over time.
Sci-VBench: Evaluating Knowledge- and Reasoning-Intensive Video Generation in Science Domains
Introduces a 1,253-example, expert-annotated benchmark across 60 subjects in four scientific disciplines for testing whether video generation models get scientific facts and causal dynamics right, not just visual realism. Finds models vary widely on scientific correctness with a pronounced gap between proprietary and open-source systems.
Motif 3: Technical Report
Motif TechnologiesTechnical report for Motif 3, a 314B-parameter (13.2B active) decoder-only Mixture-of-Experts model built on Grouped Differential Latent Attention plus manifold-constrained hyper-connections and a multi-token-prediction head, with competitive results on reasoning, coding, and long-context tasks.
Agent Memory Distillation: Empowering Small LLM Agents with Hierarchical Teacher Memory
Proposes a training-free framework that distills a large teacher agent's successful trajectories into hierarchical memory (workflow, subtask, and function-level) for small student agents, injecting workflow/subtask memory proactively and function memory reactively on tool-call errors. Tested with 4B-8B student models against a GPT-5-mini teacher, giving accuracy gains up to 27.2 points over baselines on tool-use benchmarks.
OpenCode v1.18.16 Released
SSTOpenCode 1.18.16 makes the config parser ignore unknown top-level fields instead of failing, registers Home-opened projects app-wide, adds a right-click project menu on desktop, fixes a macOS window-close issue, and improves Chinese localization.
Claude Code v2.1.227 Released
AnthropicClaude Code 2.1.227 fixes a feature-flag bug that wrongly prompted Max plan users to enable usage credits, fixes Bash commands failing under claude-code-action with allowed_non_write_users on GitHub-hosted runners, fixes /tui breaking after rewinding past the first message, and polishes the slash-command menu UI.
GitHub Copilot on Web Adds Conversation Controls
GitHubGitHub Copilot Chat on github.com now offers easier access to recent conversations and the ability to minimize the chat panel.