Meta ships Muse Glimmer, an open 30B agent model that runs locally on one GPU
​​​​​​​​​​

$ ai-news --date 2026-08-11 | mail

AI News โ€” August 11, 2026

// the most viral AI topics of the last 24 hours, curated for your stack

$ cat top-story.md

Meta Ships Muse Glimmer, a 30B Open-Weight Model Built to Run Full Agentic Loops on One GPU

Meta Superintelligence Labs released Muse Glimmer on August 10 โ€” an Apache 2.0-licensed 30B dense multimodal model purpose-built for local agentic loops (tool use, long-horizon tasks, failure recovery) that quantizes to roughly 20GB, fitting a single 24GB consumer GPU. It ships day-one support in transformers, llama.cpp/GGUF and vLLM with tensor parallelism, and uses block-level speculative decoding for roughly 3x faster generation than a comparable dense model. The release lands alongside Zuckerberg's 14-page essay "The Future Is for Everyone," arguing open-weight AI should counterbalance a handful of closed frontier labs.

Why it matters: A serious, immediately runnable open-weight agent model with native vLLM support โ€” worth benchmarking as a drop-in alternative to Gemma in a self-hosted agent/RAG stack.

// source: Meta AI Research ยท additional sources: Hacker News (1,067 pts), TechCrunch

## ๐Ÿ“ฆ Models & Releases

โ–ธ Needle 2 Packs a Tool-Calling Agent Model Into a 14MB Binary for Phones and Robots

Cactus Compute's Needle 2 is a 45M-parameter model compressed with 2-bit "Cactus Quants" into a dependency-free ~14MB C++ binary that self-tunes its kernels at startup for on-device tool-calling and structured extraction. Why it matters: A useful counterpoint to giant local models โ€” worth knowing about if you ever need agentic tool-calling on edge/embedded hardware rather than a GPU box. // Hacker News, Cactus Compute

## ๐Ÿ› ๏ธ Tools & Repos

โ–ธ Prime Agent Lets a Coding Harness Rewrite Its Own Prompts and Memory Mid-Task

Prime Intellect open-sourced (MIT) an agent harness that treats context as variables and sub-agents as function calls inside a persistent IPython REPL, plus a "Continual Harness" letting the agent CRUD its own prompts, memory and skills over time. Why it matters: A genuinely new architecture for long-running autonomous coding agents rather than another wrapper โ€” climbing GitHub Trending fast (13.3k stars, +2.6k today). // GitHub Trending, Prime Intellect

โ–ธ Agency Agents Packs 230+ Specialized Personas for Claude Code, Copilot and Gemini CLI

A Reddit-thread-turned-repo bundling 230+ deeply specialized "agent personalities" (engineering, security, design, marketing) with install/convert scripts for Claude Code, Copilot, Gemini CLI and other agentic tools. Why it matters: A drop-in persona library worth raiding for anyone building multi-agent Claude Code workflows โ€” one of the fastest-growing repos on GitHub Trending today (142k stars, +1.3k today). // GitHub Trending

## ๐Ÿค– Agents & MCP

โ–ธ Auto Mode's Safety Numbers Land โ€” 89% Catch Rate vs. 13.6% for Human Reviewers

Ahead of Claude Code's August 14 switch to auto mode by default, Anthropic backed the change with a 1,053-developer study (auto mode caught 89% of injected harmful actions vs. 13.6% for humans, who rubber-stamp 97% of prompts) plus a Trajectory Labs red-team run of 720 prompt-injection attacks with zero successes; Simon Willison finds the fatigue data credible but isn't convinced injection risk is fully solved. Why it matters: If auto mode is about to flip on for you automatically, this is the actual evidence โ€” and the actual skepticism โ€” behind Anthropic's decision, not just the policy announcement. // simonwillison.net, TechCrunch

โ–ธ Claude Code v2.1.227 Fixes a Bash-in-CI Bug and a Broken Rewind

The August 10 release fixes Bash commands failing entirely under claude-code-action with allowed_non_write_users on GitHub-hosted runners, fixes /tui restoring conversations rewound past their first message, and fixes a feature-flag bug that wrongly nudged some Max users toward Fable usage credits. Why it matters: The GitHub Actions fix directly unblocks CI pipelines running Claude Code with restricted-user permissions โ€” worth updating if you use it in CI. // Claude Code changelog

โ–ธ Official Terraform MCP Server Had a CVSS 10.0 Cross-Tenant Credential Leak

HashiCorp's Terraform MCP server (CVE-2026-16498) could reuse one user's Terraform token for another user's requests in stateless HTTP mode, because its credential cache keyed on session IDs the stateless mode doesn't reliably provide; patched in v1.1.0/v1.2.0, stdio-local setups were never affected. Why it matters: A textbook "confused deputy" MCP bug โ€” a concrete reminder to run MCP servers over local stdio or lock down any HTTP-mode deployment in your own server fleet. // The Hacker News

## ๐Ÿ  Self-Hosting & RAG

โ–ธ vLLM v0.27.0 Ships a Full Production Stack for Kimi K3 and FlashAttention 4

The August 10 release adds a complete day-1-to-production Kimi K3 stack (kernels plus Python/Rust frontends for the 2.8T-param MoE), deepens FlashAttention 4 support on SM100 (FP8 KV cache, headdim-256, warmup that removes first-request compile stalls), and improves DeepSeek-V4 serving (~3.9% faster TTFT, 448 MiB memory savings) โ€” but bundles a breaking PyTorch 2.13.0/Triton upgrade. Why it matters: Anyone self-hosting MoE models on vLLM gets meaningfully faster, cheaper serving out of the box โ€” just test the PyTorch bump before touching a production vLLM+Gemma stack. // vLLM GitHub Releases

โ–ธ code-graph-rag Swaps Vector Search for a Tree-sitter Knowledge Graph of Your Whole Monorepo

Parses multi-language codebases (Python, TS, Rust, Go, Java, C/C++, C#, PHP, Lua, Dart) with Tree-sitter into a Memgraph knowledge graph, then exposes natural-language querying, AST-based editing and dead-code detection through an MCP server for Claude Code. Why it matters: A structured alternative to pure vector-embedding retrieval worth comparing against a Qdrant-based pipeline for code-heavy RAG use cases. // GitHub Trending

## ๐ŸŽฌ Worth Watching

โ–ธ What Meta's New Open-Source AI Model Means for the Future of Artificial Intelligence

PBS NewsHour's coverage of Muse Glimmer's release and Zuckerberg's accompanying manifesto, framing what a real local-ready open-weight agent model plus a public pro-open-source stance from Meta signals for the next phase of the AI industry. Why it matters: A mainstream-but-substantive framing of today's top story, useful for explaining it to less-technical colleagues. // PBS NewsHour

## ๐Ÿ“ฐ Worth Reading

โ–ธ Anthropic's Unreleased Claude Pushes a 160-Year-Old Riemann Hypothesis Bound From 41.6% to 67.2%

An unreleased research Claude coordinated roughly 60 subagents over a day and a half (2 developed the core ideas, 13 contributed supporting ones, 30 hit dead ends, 13 acted as validators, 2 helped draft the paper) to raise the proven lower bound on Riemann zeta zeros satisfying the hypothesis โ€” not a proof, but a Lean-formalized, externally-reviewed result. Why it matters: A concrete, verifiable glimpse of how many-subagent orchestration โ€” the same pattern available in Claude Code today โ€” can tackle genuinely hard problems, not just coding tasks. // Anthropic Research

โ–ธ What's the Best Programming Language for Coding Agents?

Dan Luu measures token efficiency across programming languages for LLM coding agents, finding concise dynamic languages like Clojure can be up to 2.6x more token-efficient than verbose static languages like C โ€” while flagging unmeasured factors like memory safety and correctness rates. Why it matters: Directly actionable data if you're optimizing coding-agent cost or context budget by language choice. // danluu.com, Hacker News

โ–ธ Reverse-Engineering Claude and GPT's Real Training Cutoffs

A researcher probes frontier models with dated-fact quizzes and self-reported-date questions, finding Anthropic's Opus 4.7+ family clusters around late-December 2025 and OpenAI's GPT-5.6 family around late-February 2026 โ€” and shows Sonnet 5 frequently misidentifies itself as GPT-4, hinting at cross-lab training-data contamination. Why it matters: Concrete, testable evidence of what your model actually "knows" and when โ€” useful for judging whether to trust its answers about recent events. // blog.sshh.io, Hacker News

$ echo "automatically researched on 2026-08-11"
> ai-news ยท news.reichenberg.ruhr

[ unsubscribe ] [ view in browser ]