Sony and Warner Sue Anthropic, Alleging Tens of Thousands of Songs Used Without Permission to Train Claude
Copyright LitigationModel TrainingAnthropic
Sony Music, Warner Music, and other publishers have filed a lawsuit against Anthropic and its executives in the U.S. District Court for the Northern District of California, claiming the company downloaded and used tens of thousands of copyrighted musical works and lyrics without authorization to train Claude. The allegations focus on data acquisition methods, including torrent downloads, scraping from licensed platforms like MusixMatch, and using datasets of questionable provenance. Plaintiffs also argue that non-commercial versions of the model may first be trained on infringing data, which then generates synthetic data or provides reinforcement learning feedback, indirectly supporting the commercial version of Claude.
Debian Votes on LLM Contribution Policy, Ranging from Full Ban to Conditional Access
Open Source GovernanceAI PolicyDebian
Debian has initiated a formal resolution process regarding contributions assisted by large language models (LLMs). Proposed options range from a complete ban on generative AI involvement in packaging, documentation, and code contributions, to permitting such use only with full disclosure, compliance with copyright requirements, and thorough review by maintainers. Other proposals include a temporary suspension until the next project leader election or issuing a current stance subject to future adjustments. The debate centers on software quality, copyright, community collaboration, and project stability; the vote will determine whether Debian codifies restrictions into its Social Contract or adopts conditional access with ongoing governance mechanisms.
Qwen Enterprise Deployments Surge, Bridgewater Cuts Inference Costs to 1/14
Open WeightEnterprise AIQwen
Adoption of open-weight models in enterprise settings is rising: Vercel's platform saw open-weight models account for 62% of daily usage, while Thomson Reuters built internal models based on Qwen to control costs. After fine-tuning Qwen, Bridgewater achieved a 30% lower error rate than top closed-source models on specific tasks, with inference costs reduced to just 1/14. Companies like Trainloop are also deploying smaller Qwen models for business applications. Enterprise model selection is increasingly driven by comparative analysis of accuracy, privacy, controllability, and cost per inference.
PLCBench introduces a hardware-in-the-loop evaluation framework to assess whether autonomous LLM Agents can transform PLC network access into sustained adverse physical effects, going beyond mere register writes or successful tool calls. Results show that while Agents often discover devices and perform initial writes, they frequently fail to maintain target physical states due to loss of system context or ignoring feedback loops. When richer process observations are provided, the conditional success rate for achieving target outcomes during relevant write operations increases from 44.2% to 64.0%, indicating that risk assessments must account for process feedback and sustained impact.
Pony.ai Robotaxi Revenue Up 534%, Still Loses $98.86M
Autonomous DrivingIndustry DataCommercialization
Following the release of 2026 H1 data by Chinese Robotaxi operators, industry bottlenecks have shifted further from algorithmic capability toward fleet unit economics. Reports indicate Pony.ai’s Robotaxi revenue grew 534% year-on-year, yet it still incurred a loss of $98.86 million. With current utilization at approximately 21 rides per vehicle per day, costs such as vehicle depreciation and remote safety monitoring remain uncovered; the target is 40 to 50 rides per day. Management estimates positive operating cash flow may only be achievable with a fleet size of 40,000 to 50,000 vehicles, with reducing hardware costs and licensing software to partner fleets being key strategies.
MirroS Introduces Code-as-World, Converting Videos into Executable Physical Programs
World ModelPhysical SimulationMultimodal
MirroS proposes 「Code-as-World」, a method that transforms physical scenes from real-world videos into executable MuJoCo programs, rather than merely predicting subsequent pixels. The system uses JSON-formatted executable world representations to describe parameters such as mass, friction, gravity, and contact, and employs an Agent to iteratively propose, run, validate, and refine simulations until behavior closely matches the actual motion in the video. Verified representations can also generate training data with precise physical annotations, enhancing vision-language models’ ability to handle physical reasoning tasks and enabling world models with inspectable, editable, and executable structures.
Revision Prompting introduces an incremental processing method: when input changes slightly, instead of re-running the full prompt, the system feeds the difference between the original and new input along with the prior output to the LLM, which then generates a patch applicable to the existing result. This approach aims to reduce redundant token usage and prevent output drift caused by inference inconsistencies across full reruns. The project claims up to 80% reduction in execution time and approximately 65% lower costs in industrial prompting workflows, making it suitable for continuously updated documents, data pipelines, and automation workflows—though no cross-model benchmarks or independent replication studies are provided.
AgentGate Open-Sources SaaS Gateway, Preventing Agents from Accessing Raw Tokens
Open SourceAgent SecurityAuthentication
AgentGate has open-sourced a SaaS API gateway designed for AI Agents, enabling them to invoke services such as GitHub, Slack, Google Workspace, and Stripe on behalf of users without accessing raw authentication tokens. The gateway centralizes OAuth handling, request forwarding, and credential storage, encrypting stored tokens using AES-256-GCM. Each operation generates a continuous, cryptographically signed receipt ledger, verifiable offline without access to the gateway’s private key. This design isolates long-term credentials from model contexts, providing a unified interface, audit trails, and protection against token leakage.
ScholarAgent Automates Paper Reproduction, Covering Code Generation, Experimentation, and Discrepancy Analysis
Research AgentExperiment ReproductionAutomation
ScholarAgent releases an autonomous Agent workflow for research reproducibility, capable of extracting experimental methodologies from papers, generating implementation code, executing experiments in a sandbox environment, and comparing results against original data. The system retains human approval before resource-intensive runs or significant modifications to experimental setups, preventing unconstrained compute consumption or deviation from research goals. For discrepancies, it does not simply report pass/fail outcomes but identifies potential causes such as preprocessing errors or missing hyperparameters, and suggests follow-up experiments—turning paper reading, implementation, execution, and verification into a supervised, automated pipeline.