We should take AI welfare seriously

welfareconsciousness
Robert Long · 2024-11 · Essay · Accessible · 9 min read
The accessible introduction to AI welfare by the field's leading voice. Summary of the 'Taking AI Welfare Seriously' report in ~1000 words. Two routes to moral patienthood (consciousness-based and agency-based), the dual-risk framework (anthropomorphism vs. anthropodenial), and three recommendations: acknowledge, assess, prepare. Written specifically for a general audience. The on-ramp to the full academic argument in Long & Sebo 2024.
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.