Artificial Intelligence as Strange Intelligence

consciousnessphilosophy
Eric Schwitzgebel, Kendra Chilson · 2026-02-05 · Blog · Accessible · 5 min read
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.'
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.