AI News AI资讯 21h ago Updated 15h ago 更新于 15小时前 46

Claude's new system prompt really doesn't want to reproduce song lyrics Claude的新系统提示词非常不想 воспроизводить歌词

Anthropic updated Claude's system prompt (Fable 5.1) to explicitly forbid reproducing song lyrics, poems, and passages from books/articles, including partial excerpts, choruses, hooks, and note-by-note melody transcriptions The update also extends copyright restrictions to visual works, prohibiting generation of copyrighted characters, logos, and brand figures even when described indirectly or disguised through alternative elements The timing strongly correlates with Sony Music Publishing and Wa Anthropic更新了Claude系统提示词,新增严格的版权保护条款,明确禁止复制歌词、诗歌和书籍段落(包括副歌、hook等部分) 新提示词扩展至视觉内容领域,禁止生成受版权保护的艺术作品、角色、标志和品牌形象,即使通过改变姿势、颜色或风格也无法规避 这些更新紧随Sony Music Publishing和Warner Chappell对Anthropic提起的版权诉讼之后,显示出法律压力对AI产品策略的直接影响 Anthropic继续公开系统提示词的历史版本,并通过添加.md后缀提供Markdown格式,便于社区进行版本对比分析 提示词中包含具体示例,展示了Claude如何识别隐含描述的版

65
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Anthropic updated Claude's system prompt (Fable 5.1) to explicitly forbid reproducing song lyrics, poems, and passages from books/articles, including partial excerpts, choruses, hooks, and note-by-note melody transcriptions
  • The update also extends copyright restrictions to visual works, prohibiting generation of copyrighted characters, logos, and brand figures even when described indirectly or disguised through alternative elements
  • The timing strongly correlates with Sony Music Publishing and Warner Chappell's lawsuit against Anthropic over training data containing song lyrics
  • Claude now maintains refusal consistency throughout conversations, declining narrower or reworded versions of previously rejected requests
  • Public domain exception remains for works published before 1929, with Claude determining dates based on its own knowledge rather than user claims

Why It Matters

This represents a significant escalation in how major AI companies are responding to copyright litigation pressure, moving from passive compliance to proactive, explicitly documented policy enforcement at the system prompt level. For AI practitioners, it signals that copyright restrictions are becoming a core operational constraint that will affect content generation capabilities across text and image modalities, and that legal pressures are directly shaping model behavior in real-time.

Technical Details

  • System prompt architecture: Anthropic publishes and version-controls system prompts for consumer Claude applications (Claude.ai and mobile apps), with an index page and per-model documentation; prompts are accessible in Markdown format via .md extension on platform.claude.com/docs
  • Refusal persistence mechanism: Once Claude declines a copyright-related request, the system prompt instructs it to maintain that refusal for the duration of the conversation, including against reworded or narrower variants, preventing prompt-injection-style workarounds
  • Date-based public domain logic: Claude applies a 1929 cutoff for copyrighted material, using its internal knowledge to verify publication dates rather than accepting user assertions, with explicit uncertainty handling that defaults to refusal
  • Multi-modal coverage: Restrictions extend beyond text to code-generated visuals (SVG, canvas, CSS, HTML mockups, ASCII art), indicating that image-generation capabilities via code are now treated as a copyright vector despite Claude not having a dedicated text-to-image model
  • Example-driven prompt engineering: The system prompt includes concrete few-shot examples (e.g., the Sonic the Hedgehog birthday banner scenario) with explicit rationales demonstrating recognition of disguised character references and the required refusal-and-redirection behavior

Industry Insight

  • Litigation-driven prompt engineering is now a visible competitive differentiator: Anthropic's transparency about prompt changes in response to lawsuits sets a precedent that other providers may follow, making system prompt evolution a public signal of legal risk management strategy
  • Copyright enforcement will increasingly target indirect and composite requests: The explicit prohibition on "alternative elements that still combine into the same recognizable image" suggests companies are preparing for sophisticated jailbreak attempts that use descriptive circumvention rather than direct naming
  • The 1929 public domain rule creates a predictable content boundary: AI developers building creative tools should design around pre-1929 works as a safe zone, while planning fallback strategies for post-1929 content that emphasize analysis and description over reproduction

TL;DR

  • Anthropic更新了Claude系统提示词,新增严格的版权保护条款,明确禁止复制歌词、诗歌和书籍段落(包括副歌、hook等部分)
  • 新提示词扩展至视觉内容领域,禁止生成受版权保护的艺术作品、角色、标志和品牌形象,即使通过改变姿势、颜色或风格也无法规避
  • 这些更新紧随Sony Music Publishing和Warner Chappell对Anthropic提起的版权诉讼之后,显示出法律压力对AI产品策略的直接影响
  • Anthropic继续公开系统提示词的历史版本,并通过添加.md后缀提供Markdown格式,便于社区进行版本对比分析
  • 提示词中包含具体示例,展示了Claude如何识别隐含描述的版权角色(如"蓝色刺猬"被识别为Sonic)并拒绝生成

为什么值得看

这篇文章揭示了大型AI模型在版权合规方面的最新动向,对于关注AI法律风险和内容安全的从业者具有重要参考价值。同时,Anthropic公开系统提示词的做法为研究AI安全机制和治理策略提供了宝贵的透明化案例。

技术解析

  • Anthropic在Claude Fable 5.1版本中新增了详细的版权保护指令,明确禁止复制歌词、诗歌和书籍段落,包括最后几行、副歌或hook部分,以及用户逐行输入的内容
  • 系统提示词还扩展到视觉内容领域,禁止生成受版权保护的艺术作品、专辑封面、海报、标志和应用图标,强调"角色本身受保护,改变姿势、颜色、风格或场景不构成原创"
  • Anthropic采用了一种基于上下文的拒绝策略:一旦在对话中拒绝某类请求,就会持续拒绝该对话中更窄或重新表述的类似请求,并转而提供分析或描述替代方案
  • 提示词中包含了具体的示例对话和推理过程(rationale),展示了Claude如何识别受描述暗示的版权角色并拒绝生成,同时提供原创替代方案
  • Anthropic的文档网站支持通过添加.md后缀获取Markdown格式的提示词内容,便于进行版本对比分析,网站还按模型分类组织提示词历史版本

行业启示

  • AI公司正面临日益严峻的版权合规压力,需要在模型能力和法律风险之间找到平衡点,系统提示词已成为重要的合规工具
  • 公开系统提示词的做法可能成为行业趋势,有助于建立用户信任、促进AI安全研究,并为监管合规提供透明度
  • 版权诉讼正在重塑AI训练数据和输出内容的边界,企业需要建立更完善的版权审查机制和内容过滤策略

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Claude Claude Alignment 对齐 Security 安全 Policy 政策 Regulation 监管