Subjective Experience in AI Systems: What Do AI Researchers and the Public Believe?

evidenceconsciousnesswelfare
Noemi Dreksler, Lucius Caviola, David Chalmers, Carter Allen, Alex Rand, Joshua Lewis, Philip Waggoner, Kate Mays, Jeff Sebo · 2025-06 · Paper · Intermediate · 215 min read
The largest survey of attitudes toward AI subjective experience: 582 AI researchers and 838 US adults. Both groups converge on 50% probability by 2050. ~17-18% already believe at least one AI system has subjective experience. Both estimate ~55-60% chance we could detect it if it existed — implying a 40% chance of failure. Deep internal disagreement on moral and governance questions. Support for welfare protections exceeds opposition but remains far below support for animals or environment. Majority in both groups: implement safeguards now.
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.