Backlog — Anthropic

Unread sources from Anthropic: model cards, research blog posts, and technical reports.

TABLE WITHOUT ID file.link AS "Name"
WHERE (file.folder = this.file.folder AND file.name != "index")
   OR (file.name = "index" AND regexreplace(file.folder, "/[^/]+$", "") = this.file.folder)
SORT file.name ASC