Skip to content

LessWrong

Mode: Public · Domain: www.lesswrong.com

Rationality community and AI alignment research forum.

Commands

CommandDescription
opencli lesswrong curatedEditor's picks
opencli lesswrong frontpageAlgorithmic frontpage feed
opencli lesswrong newLatest posts
opencli lesswrong topTop rated (all time)
opencli lesswrong top-weekTop rated this week
opencli lesswrong top-monthTop rated this month
opencli lesswrong top-yearTop rated this year
opencli lesswrong readRead full post by URL or ID
opencli lesswrong commentsTop comments on a post
opencli lesswrong userUser profile
opencli lesswrong user-postsList a user's posts
opencli lesswrong tagPosts by tag
opencli lesswrong tagsList popular tags
opencli lesswrong sequencesPost collections
opencli lesswrong shortformQuick takes

Usage Examples

bash
# Browse curated posts
opencli lesswrong curated --limit 5

# Top posts this week
opencli lesswrong top-week --limit 10

# Read a specific post
opencli lesswrong read CzoiqGzpShprcv2Jd
opencli lesswrong read https://www.lesswrong.com/posts/xxx/slug

# Posts tagged "AI"
opencli lesswrong tag ai --limit 5

# User profile and posts
opencli lesswrong user zvi
opencli lesswrong user-posts zvi --limit 5

# Comments on a post
opencli lesswrong comments CzoiqGzpShprcv2Jd --limit 10

# JSON output
opencli lesswrong curated -f json

Prerequisites

  • No browser required — uses public LessWrong GraphQL API

Released under the Apache-2.0 License.