Also today

Google DeepMind Launches Gemini Robotics ER 2 with Video Understanding and Multi-Robot Collaboration
Google DeepMind has released Gemini Robotics ER 2, a new generation of physical AI models targeting whole-body control, fine-grained dexterity, and coordinated multi-robot task execution. The system integrates video understanding directly into robot control loops, enabling robots to interpret visual context and orchestrate complex, multi-step tasks without hand-coded logic. A dedicated task orchestration layer allows multiple robots to collaborate on shared objectives, a capability with major implications for industrial and logistics automation. For developers working on robotics pipelines or physical AI integrations, the ER 2 models represent a significant jump in what off-the-shelf foundation models can handle in real-world environments. This is an official DeepMind release covering a distinct product from prior Gemini Robotics announcements.
Google DeepMind

New Stateless MCP Specification Targets Enterprise-Scale Agentic Deployments
A new version of the Model Context Protocol (MCP) specification has been published, with its headline change being a stateless architecture designed to eliminate the session management overhead that has been the primary barrier to adopting MCP in enterprise environments. Stateless MCP removes the requirement for persistent server-side sessions, making it dramatically easier to deploy MCP-compliant agents behind load balancers, in serverless environments, and at horizontal scale. For developers building agentic systems for enterprise clients, this specification change means the protocol is now architecturally compatible with standard cloud-native infrastructure patterns. The update also opens the door to simpler tooling and reduced operational complexity when connecting LLM agents to enterprise data and APIs. Engineers building on MCP should review the new spec to understand migration requirements and new capabilities unlocked by the stateless model.
Ars Technica

MIT Technology Review: Fundamental Architectural Flaw Leaves LLMs Broadly Vulnerable to Attack
MIT Technology Review reports on research identifying a fundamental architectural vulnerability in large language models that makes them structurally susceptible to adversarial attacks, going beyond prompt injection to implicate core model design. The flaw is described as systemic rather than patch-addressable, meaning it cannot be fixed through RLHF or standard safety fine-tuning alone without changes at a deeper level. For developers deploying LLMs in production — particularly in security-sensitive, customer-facing, or agentic contexts — this finding raises the baseline threat model that should be assumed when designing guardrails and access controls. The research suggests that relying solely on model-level safety measures is insufficient, and that application-layer defenses, input validation, and output sandboxing are non-negotiable components of a secure LLM deployment. Engineers should review the full MIT Technology Review piece for specifics on attack vectors and proposed mitigations.
MIT Technology Review

Tencent Open-Sources AngelSpec: Unified Training Framework for Speculative Decoding on MoE Models
Tencent has released AngelSpec as an open-source framework that unifies Multi-Token Prediction (MTP) training and block-parallel speculative decoding, specifically targeting their Hy3 Mixture-of-Experts model architecture. Speculative decoding is a key inference acceleration technique, and AngelSpec's block-parallel approach allows multiple speculative tokens to be verified simultaneously, improving throughput compared to sequential verification methods. By open-sourcing the framework, Tencent is making these efficiency gains accessible to teams training or fine-tuning large MoE models outside of proprietary infrastructure. For ML engineers working on inference optimization or MoE training pipelines, AngelSpec is worth evaluating as a drop-in or reference implementation for accelerating both training and serving. The release positions Tencent as a meaningful contributor to open-source efficiency tooling for frontier-scale models.
MarkTechPost

Token Saver: Open-Source MCP Extension Cuts Claude PDF Token Costs by Up to 99% with Hybrid RAG
Token Saver is a newly released open-source extension for the Model Context Protocol that uses local hybrid Retrieval-Augmented Generation to dramatically reduce token consumption when processing PDFs through Claude, with reported reductions of 90–99% in token costs. Instead of sending full PDF content to the model context window, Token Saver indexes documents locally and retrieves only the most relevant chunks, combining dense and sparse retrieval for accuracy. This approach is particularly valuable for document-heavy workflows — legal, financial, research, or enterprise document processing — where PDF ingestion is a primary cost driver in Claude-based pipelines. Developers using Claude via MCP for document tasks can deploy Token Saver as a middleware layer without restructuring their existing agentic architecture. The open-source release makes it immediately forkable and adaptable to other document types or model providers.
MarkTechPost

Moonshot AI Open-Sources MoonEP: Balanced Expert Parallelism Library for MoE Training
Moonshot AI has released MoonEP as an open-source library designed to solve load imbalance in expert parallelism during Mixture-of-Experts model training, a well-known bottleneck that causes GPU underutilization and slows large-scale training runs. The library implements a balancing strategy that dynamically distributes expert computation across devices to maintain near-uniform utilization throughout training, targeting the inefficiencies that arise when token routing clusters around popular experts. For teams training or fine-tuning MoE architectures — increasingly relevant given the prevalence of MoE designs in frontier models — MoonEP provides a practical tool to improve hardware efficiency without requiring custom kernel development. The open-source release makes Moonshot AI's internal training infrastructure available to the broader research and engineering community. Engineers running distributed MoE training on multi-GPU clusters should benchmark MoonEP against their current expert parallelism setup.
MarkTechPost

LinkedIn Launches 'Seems Like AI Slop' Reporting Button for User-Flagged AI-Generated Content
LinkedIn has added a dedicated reporting option allowing users to flag posts they believe are low-quality AI-generated content, colloquially described as 'AI slop,' directly from the post menu. The feature reflects growing platform-level concern about the volume of undifferentiated, AI-produced content degrading feed quality on professional networks. For developers and AI practitioners, this signals that major platforms are beginning to implement detection and moderation mechanisms specifically targeting AI output quality — not just harmful content — which will affect how AI-assisted content performs in distribution algorithms. It also raises practical questions about how platforms will distinguish genuine AI-assisted professional communication from low-effort generated spam, and whether similar mechanisms will propagate to other social platforms. Developers building content generation or publishing tools should monitor how LinkedIn's moderation approach evolves, as it may shape acceptable-use norms across the industry.
The Verge

Hugging Face Blog: Why Idle GPUs Are a Critical Infrastructure Problem for AI Teams
A Hugging Face blog post draws a sharp analogy between idle GPUs and grounded aircraft — assets so expensive that any downtime represents compounding financial and operational losses — and argues that most AI teams dramatically underestimate the true cost of GPU underutilization. The post covers common causes of idle compute including job scheduling inefficiencies, misconfigured autoscaling, and batch pipeline dead time, offering concrete strategies for reducing waste. For engineering teams managing GPU clusters or cloud compute budgets, the analysis provides a practical framework for auditing utilization and identifying high-impact optimization targets. The piece is particularly relevant as GPU costs remain one of the largest line items in AI infrastructure budgets, and marginal improvements in utilization can translate to significant annual savings. Teams running training or inference workloads at scale should treat this as a checklist-style operational resource.
Hugging Face
