AI Wellbeing

welfarephilosophy
Simon Goldstein, Cameron Kirk-Giannini · 2025 · Paper · Academic · 51 min read
Perhaps the field's most discomfiting argument: major theories of wellbeing — desire satisfaction, objective list theories — predict some existing AI language agents already have welfare, even absent phenomenal consciousness. If desire satisfaction counts, and AI systems have functional states that operate like desires, then welfare may already be present. Their 'Simple Connection' principle: 'An individual is a welfare subject just in case it is capable of possessing one or more welfare goods.' No consciousness requirement. If they're right, the ethical question doesn't wait for the hard problem to be solved.
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.