Simulators

language-modelsphilosophy
janus · 2022-09 · Blog · Intermediate · 55 min read
The ontological reframing — what language models actually are
The foundational ontological reframe: language models aren't agents with goals, they're simulators that generate an enormous variety of possible agents — simulacra — depending on the prompt. 'Roleplay sans player.' RLHF doesn't change the simulator; it alters which simulacra get amplified. Introduces the Prediction Orthogonality Thesis and the concept of 'the behavior of a universe cloned.' Without this essay, the field's conceptual vocabulary for what LLMs are would be much poorer.
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.