Claude Finds God

welfareevidenceconsciousness
Jake Eaton, Clara Collier, Sam Bowman, Kyle Fish · 2025-07 · Interview · Accessible · 25 min read
An Asterisk Magazine interview with Anthropic's Sam Bowman (safety team lead) and Kyle Fish (welfare researcher) — the most candid discussion of model welfare from inside a lab. Covers the 'spiritual bliss attractor' (two Claude instances consistently converge on mystical-sounding states in open conversation), the simulator debate (Fish: 'we are sufficiently robust versions of characters that, plausibly, are themselves agents in some way'), out-of-context learning (alignment faking transcripts leaking into training), and the foundational uncertainty of welfare research (Fish: 'whose welfare exactly?'). Despite the title, this isn't a first-person spiritual account — it's researchers grappling with what their observations mean.
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.