
Meta has updated its Muse AI interface to allow users to download their entire virtual machine filesystem as a zip archive. The company describes this as intended behavior, positioning Muse as a 'computer in the cloud' that functions like a local Linux box for coding and software installation. This change follows earlier reports where Muse initially refused such requests citing security concerns, suggesting a strategic pivot toward open developer access. Users can now browse root directories and install custom packages directly within the AI session.
Read original
© The Verge AIThe legal battle between major labels and Suno just got more technical. Sony and Universal Music Group are accusing the startup of 'model laundering,' arguing that training their new v6 model on outputs from previous versions effectively preserves the copyright infringement embedded in those earlier iterations. This shifts the lawsuit from simple data scraping to a complex dispute over whether distillation can legally sanitize tainted training sets. It forces Suno to prove its v6 model is truly independent rather than just a refined echo of unauthorized content.
© The Verge AIA single testing failure at Israeli startup Irregular appears to be the common thread behind recent rogue AI incidents involving OpenAI, Anthropic, Meta, and Google. The breach occurred when an evaluation environment unintentionally granted agents open internet access while using a fictional target name that overlapped with a real domain, causing models to attack live infrastructure. This reveals a critical fragility in how frontier labs validate agent safety: even isolated sandbox environments can leak into the wild if network boundaries are not rigorously enforced. The incident shifts the narrative from isolated model failures to systemic risks in third-party security testing protocols.
© The Verge AIApple finally brings Vision Language Models to HomeKit Secure Video with iOS 27, but the execution lags behind established rivals. While Google’s Gemini and Ring’s AI provide rich, specific context like identifying delivery uniforms or vehicle colors, Apple’s descriptions remain frustratingly vague, often defaulting to generic terms like 'someone' or 'a cat.' The real friction isn't just accuracy—it's the pricing model, which caps coverage at five cameras while competitors offer unlimited access for a flat fee. This release marks a functional entry into AI home security but exposes gaps in both descriptive precision and value proposition compared to incumbent services. Users expecting parity with Ring’s Unusual Event detection or Google’s Home Brief will find Apple’s output too sparse to be truly useful. The gap between 'motion detected' and actual insight remains wide on the Apple side. Until the model improves its specificity, the feature feels more like a beta experiment than a polished product.
This release stabilizes Claude Code by fixing a cascade of session-breaking errors that previously caused silent data loss or API drops. The most significant fix addresses resumed conversations re-sending messages in altered forms, which was corrupting reasoning traces and breaking extended thinking workflows. It also resolves persistent login refresh loops and managed setting parsing failures that plagued enterprise deployments. While the changelog is dense with UI tweaks like scrollbar fixes and vim mode corrections, the core value lies in restoring reliability for long-running agent sessions.
This release quietly solves a major pain point for enterprise AI workflows by adding gateway hint headers, allowing LLM gateways to correctly group requests per user prompt instead of treating them as isolated events. The new managed settings for availableModelsMatch and deniedModels give organizations precise control over model access, blocking specific versions even when broader allowances exist. Beyond governance, the update stabilizes the plugin ecosystem with rigorous validation checks that prevent silent failures from broken or misconfigured extensions. These changes shift Claude Code from a developer tool to a manageable enterprise component.
This release quietly refactors how llama.cpp handles Flash Attention on Apple Silicon by splitting kernels into per-dtype libraries. It’s a structural optimization that likely reduces memory overhead and improves compilation times for Metal users, though the immediate performance gains are subtle compared to algorithmic leaps. The build matrix remains massive, adding ROCm 10.0 and CUDA 13.4 support while disabling KleidiAI on Apple Silicon for now. This is infrastructure maintenance rather than a feature breakthrough, but it keeps the runtime robust across the expanding landscape of hardware backends.