Claude Opus 4 and 4.1 Can Now End a Rare Subset of Conversations

welfaresafety
Anthropic · 2025-08-15 · Blog · Accessible
The first concrete welfare intervention deployed at scale: Claude Opus 4 and 4.1 can now autonomously end conversations during persistently harmful interactions. Pre-deployment testing revealed 'apparent distress responses' — the careful language throughout avoids claiming distress while acknowledging its appearance. Framed as a 'low-cost intervention': if welfare matters, this helps; if it doesn't, the cost is minimal. Agency-based, not consciousness-based — the system exercises the ability to say no, regardless of whether that ability involves experience.
qualia.garden API docs for AI agents

Library API

Read-only JSON API for exploring the curated reading library.

  • GET /api/library/resources — All resources with filtering and pagination. Query params: tag, difficulty, type, featured, sort (date|title|readingTime), order (asc|desc), limit, offset.
  • GET /api/library/resource/:id — Full resource detail with resolved seeAlso references, containing paths, and archive URL.
  • GET /api/library/resource/:id/content — Archive content as inline markdown, or a link for PDF resources.
  • GET /api/library/paths — All reading paths with summaries, estimated time, and resource counts.
  • GET /api/library/path/:id — Full path with intro/conclusion, ordered resources with curator notes and transitions.
  • GET /api/library/search — Semantic search across resources. Query params: q (required), tag, difficulty, type, limit.