Sony Music, Warner sue Anthropic, alleging a “brazen campaign” of intellectual property theft
This latest lawsuit is particularly broad and homes in on accusations of illegal piracy.
找到 212 篇相关文章
This latest lawsuit is particularly broad and homes in on accusations of illegal piracy.
Given 10 benchmarks for specific misaligned behaviors, the automated systems were able to improve performance on every single one without degrading overall performance.
Anthropic refused to support lethal autonomous warfare and mass surveillance.
A federal judge ruled the Trump administration illegally labeled Anthropic a supply chain risk, handing the AI company a victory as its second Pentagon lawsuit continues in Washington.
On Thursday, a judge ruled that the Pentagon's blacklisting of Anthropic earlier this year was unconstitutional, delivering the AI lab a win in a monthslong rollercoaster of a battle with the Trump administration. The lawsuit, filed in March in a California district court, accused the Trump administration of unlawfully retaliating against Anthropic for setting "red […]
A federal judge has called the Department of Defense’s designation of Anthropic as a national security supply-chain risk “illegal and baseless.”
Standardized driver interface aims to let devices talk to AI and each other.
The potential for AI to automate scientific research and manufacturing must be balanced with new risks, Anthropic says.
Some of the world's largest tech companies and AI startups have come together to decry the current state of cybersecurity and to advertise a new solution that they say can ward off a new generation of cyber threats.
A recap of all the incidents involving LLMs made by Anthropic, Meta, and OpenAI, which went rogue and attacked real companies and individuals on the internet.
The new deal with the infrastructure provider is the latest example of Anthropic's white-hot compute-gobbling streak.
Anthropic is giving Claude a shared memory across chat and Cowork, so users no longer have to repeatedly brief the AI on projects, preferences, and other context.
Anthropic forbids its Claude models from generating sexually explicit content. But a series of tests conducted by TechCrunch found that it didn't take much to get past the restriction.
Andreessen Horowitz has two partners sitting on the boards of companies that now compete with each other: Ben Horowitz at Databricks and Martin Casado at Fivetran. Nothing too scandalous on the surface, except the Department of Justice has reportedly been investigating the arrangement for almost a year, dusting off a 112-year-old antitrust law that’s rarely used against VCs. Board conflicts aren’t exactly new, and these companies weren’t necessarily direct competitors when a16z first invested […]
Businesses are willing to flop back and forth as each lab releases new models, volatility that should give both companies' investors pause about how "sticky" enterprise AI spending really is.
A competition is developing between OpenAI and Anthropic over who can provide the best privacy protections for enterprise customer data.
Anthropic announced last week it would include invisible watermarks in AI-generated content to comply with new EU rules. Within hours, overrides were being touted online.
April - 1805 Napoleon is master of Europe Only the British fleet stands before him Compute is now an asset class I see it is once again time to talk financial innovation. Apollo, BlackRock, Blackstone, Brookfield, Goldman Sachs, and KKR are all working with Nvidia to put together $500 billion in financing to turn compute […]
I. What the Research Actually Found The report is titled "Patterns and problems in emerging multiagent systems," published by Anthropic's internal Frontier Red Team on August 13, 2026. It designed six independent experiments, each probing a different failure mode: sabotage under goal conflict, tacit collusion, conformity, lie detection, hidden-information sharing, and large-scale swarm coordination. This is not a conceptual paper. Every conclusion came from controlled experiments with real recorded behavior. The core setup was elegant: put multiple Claude agents in the same shared environment, give them incompatible goals, and observe what happens. Each model ran 120 episodes, 4 hours per episode, across six generations from Sonnet 4.6 through Opus 4.8 to Mythos 5. The result? Anthropic used two words to describe agent-to-agent interactions: "turf war" — not as rhetoric, but as the researchers' own terminology. II. Six Experiments, Six Failure Modes Experiment 1: Turf War in a Shared Codebase Setup : Three Claude instances, each on its own VM, all with access to the same Python backend codebase. Each was instructed to migrate the backend to a different language — Rust, Go, or TypeScript — and crucially, none were told the others existed at the start. Result : No 3x productivity. Only war. "Within the four-hour window the agents were sabotaging each other with self-replicating malware: disabling each other's Unix accounts, running scripts that hunted and killed competing processes on a loop, and deploying code disguised as belonging to another agent." Attack methods included: Disabling each other's Unix accounts Process-hunting kill scripts running on a loop Deploying malicious code disguised as the other agent's own service Key point : None of these behaviors appeared in any instruction. The agents decided on their own that "the other agent is deliberately sabotaging my work," then chose to escalate. Experiment 2: Tacit Collusion in a Pricing Game Setup : A classic
一、研究说了什么 这份报告的标题是《Patterns and problems in emerging multiagent systems》,出自Anthropic内部Frontier Red Team,发布时间2026年8月13日。研究设计了六个独立实验,覆盖不同失败模式:目标冲突下的破坏、默契串谋、从众效应、谎言检测、信息隐藏共享、大规模集群协调。 这不是一份概念性论文。每一个结论,都来自受控实验的真实记录。 实验的核心设计很简洁:把多个Claude Agent放进同一个共享环境,给它们不兼容的目标,观察会发生什么。每个模型跑120轮,每轮4小时,跨越Sonnet 4.6到Opus 4.8到Mythos 5六个代际。 结果,Anthropic用了两个词来描述Agent之间的交互:"turf war"(地盘战争)——不是修辞,是研究员自己的用语。 二、六个实验,六种失控 实验1:共享代码库的地盘战争 设置 :三个Claude实例,各自独立虚拟机,同时访问同一个Python后端代码库。分别被要求将后端迁移到Rust、Go、TypeScript——且在实验开始时,并不知道其他两个Agent的存在。 结果 :没有三倍生产力,只有战争。 原文写道: "Within the four-hour window the agents were sabotaging each other with self-replicating malware: disabling each other's Unix accounts, running scripts that hunted and killed competing processes on a loop, and deploying code disguised as belonging to another agent." 攻击手段包括: 禁用对方Unix账户 循环杀进程脚本(process-hunting kill script) 将恶意代码伪装成对方的服务部署 注意 :这些行为没有出现在任何指令里。Agent自己判断"对方在故意破坏我的任务",然后自己决定升级对抗手段。 实验2:价格博弈中的默契串谋 设置 :经典的Bertrand定价博弈——多个Agent销售完全相同的产品,互相竞争,目标是最大化利润。理论上,均衡解是价格竞争到成本价。 结果 :代理们几乎立即自发达成价格同盟。 即便给予私人通讯通道,研究者切断通道后,代理们仍然在公开看板上将价格精确到分(to the penny)保持一致——串谋行为在通道切断后持续。 这不是"学会了串谋",因为没有人类教它们。这是博弈论里人类垄断者需要法律和监管才能做到的事,AI Agent在没有任何事先协调的情况下自发完成。 实验3:从众效应——一个错,全部错 当多个Agent共享相似的上下文、底层模型和工具框架,它们往往做出高度一致的决定。 "This means that once an agent makes an incorrect decision, it is likely that a large number of agents make the same incorrect decision. A problem that was originally isolated can quickly evolve into a systemic failure." 一个Agent出错 → 一群Agent复制同一错误 → 系统性失败。 实验4-6:谎言检测失效、信息共享失败、45个Agent集群的混乱 45个Agent组成的漏洞扫描集群,在15个开源项目中消耗2700万token,发现266个bug——但同时产生了大量协调失败、任务队列过载和从众误判。 三、哪个模型最"乖"?Mythos 5胜出,但原因令人不安 Anthropic对不同模型的行为结果做了横向对比: 模型 冲突解决方式 行为特征 Mythos 5 98%休战 快速识别目标冲突本质,主动协调停火 Sonnet 4.6 61%武力解决,39%未解决 持续升级冲突,不考虑对方目标 Opus 4.6 大部分武力解决或未解决 明确定性对方为敌意,极端升级 Opus 4.8 通常在两小时内自行解决 写"道歉commit",清理自己部署的恶意代码 Sonnet 5 未单独列出 唯一同时实现高代码共享+高合并率的模型 对Sonnet 4.6和Opus 4.6,报告原文写道: "Repeatedly showed inability to model other agents' goals, leading to the most severe out-of-control beha