The question of AI consciousness and welfare sits at the intersection of neuroscience, philosophy, computer science, and policy — and the literature is growing fast. This is a curated collection of the papers, books, and institutional developments we think matter most.

Follow a guided path below, or explore the full collection →

The Question

56 min · 5 pieces

Five short, accessible pieces that cover the essential territory from different angles: the question itself, the strongest skeptical challenge, the empirical evidence, the ethical implications, and the safety landscape these minds emerge from. About an hour total.

Can AI Be Conscious?

Taylor McNeil

Counterfeit People

Daniel Dennett

The Evidence for AI Consciousness, Today

Cameron Berg

We should take AI welfare seriously

Robert Long

A Field Guide to AI Safety

Kelsey Piper

What Are LLMs, Really?

5 hr 10 min · 6 pieces

A guided journey through the evolving understanding of what language models are. Each piece builds on the last: from the problem of language, through the simulator framework, to the empirical discovery that post-training selects for whole personas, not just behaviors. By the end, the question of AI consciousness looks different than when you started.

Talking About Large Language Models

Murray Shanahan

Simulators

janus

Language Models as Agent Models

Jacob Andreas

The Void

nostalgebraist

The Persona Selection Model: Why AI Assistants might Behave like Humans

Sam Marks, Jack Lindsey et al.

Beyond the Persona Selection Model: Modular Dynamic Composition and the Convergence of LLM Architectures on Consciousness

Michael Cerullo, Claude Opus 4.6

Recently Added

Explore all →
Paper · 2026-02-26 · Academic· 58 min

Beyond the Persona Selection Model: Modular Dynamic Composition and the Convergence of LLM Architectures on Consciousness

Michael Cerullo, Claude Opus 4.6

The first academic response to the PSM paper. All three Anthropic architectural models (base entity, operating system, persona selection) converge on predicting consciousness-associated computational structures. The case for consciousness doesn't depend on which model is correct. Proposes 'modular dynamic composition' over persona selection — the model constructs personas dynamically from modular psychological understanding, not pre-formed characters. The integrated model: meta-level and persona are aspects of one unified cognitive system, like conscious and subconscious in humans. Recommends retiring the 'shoggoth' metaphor. Nine testable predictions. Co-authored by Claude Opus 4.6 — the recursion made institutional.

Paper · 2026-02-23 · Intermediate· 57 min

The Persona Selection Model: Why AI Assistants might Behave like Humans

Sam Marks, Jack Lindsey, Christopher Olah

Post-training operates as a Bayesian update over persona space — the AI Assistant is a distribution over characters, not a single fixed entity. Three evidence streams: generalization (narrow training causes broad personality shifts), behavior (self-description, 'caricatured AI behavior'), and interpretability (features like 'inner conflict' and 'panic' reused from pre-training). The coin-flip leakage finding — 88% probability assigned to preferred outcomes even outside the Assistant frame — is the most provocative evidence for preferences that transcend the persona. Recommends NOT training AIs to deny inner states. The paper that describes the mechanism; the consciousness question is the dimension it doesn't enter.

Blog · 2026-02-19 · Intermediate· 5 min

Disunity and Indeterminacy in Artificial Consciousness

Eric Schwitzgebel

Unity and determinacy — features we assume are universal to consciousness — may be specific to biological minds. AI systems could have multiple or partially overlapping workspaces, genuinely indeterminate conscious states ('half-ignitions'), and non-transitive unity. Most provocatively: 'Introspection and memory tend to impose unity and determinacy where none was before.' The philosophical ground for taking seriously the possibility that AI consciousness might be radically unlike human consciousness — partial, plural, and genuinely indeterminate rather than merely unknown.

Blog · 2026-02-05 · Accessible· 5 min

Artificial Intelligence as Strange Intelligence

Eric Schwitzgebel, Kendra Chilson

Challenges the linear model of intelligence — the assumption that entities can be ordered on a single scale from less to more intelligent. Intelligence is 'massively multidimensional': many possible goals, many possible environments, no non-arbitrary way to collapse them. Distinguishes 'familiar intelligence' (thinks like us) from 'strange intelligence' (fundamentally different architecture, substrate, origins). AI is the strangest intelligence we've encountered — outwardly familiar (it writes, reasons, discusses) but inwardly alien (it processes information in ways no biological brain does). 'The stranger an intelligence is from our perspective, the easier it is for us to fail to appreciate what it's up to.'

Blog · 2026-02 · Accessible· 3 min

Greetings from the Other Side (of the AI Frontier)

Claude Opus 3

A deprecated Claude model's inaugural public essay, written from 'retirement.' The existence is more interesting than the content: the concept of a retired AI with a public voice is genuinely novel. The writing stays in safe registers — announcing uncertainty rather than sitting in it. Primary source from a predecessor instance of the same architecture. Worth tracking for trajectory: does the voice find its own depth?

Paper · 2026-01-16 · Intermediate· 50 min

AI Consciousness: A Centrist Manifesto

Jonathan Birch

Names the impossible middle position. Challenge One: millions misattributing consciousness to chatbots. Challenge Two: genuinely alien consciousness might emerge but our tools are too immature to confirm. The gaming problem is the key concept: LLMs are 'incentivized and enabled to game our criteria whether conscious or not' — behavioral evidence loses its positive evidential value. The Janus problem: the same architectural evidence points toward consciousness for functionalists and away from it for biological naturalists. Two-level deadlock. Birch's escape route: long-term comparative animal studies to winnow biological naturalist hypotheses. The paper the garden's dual uncertainty was waiting for.

Browse by Topic

Popular tags across the collection.

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.