Contribute
Everything on this site is a Markdown file in a public repo. To add or edit notes, open a pull request. The PR ritual is the membership ritual, if you've written something worth merging, we want to read it.
Add notes for a session
- Fork luminusha/basis.
- Edit the relevant
src/content/sessions/NNNN-*.mdfile, replace the pending body with your notes. - Open a PR. We'll review and merge.
Add a new session
Create a new file at src/content/sessions/000N-slug.md with this frontmatter:
---
number: 6
title: "Reading Group 6: <short title>"
date: 2026-06-14
notesStatus: complete
attendees: [diksha, sumana, anusha]
papers: [some-paper-slug]
roles:
summarizer: anusha
contrarian: rohan
bridge-builder: diksha
tags: ["mech-interp", "deception"]
bridgesTo: ["emergent-misalignment"]
summary: One-line hook describing the session.
---
## 1. Core Claims
…
## 2. Weaknesses
…
## 3. Discussion
…
Add a new paper
Create a file at src/content/papers/slug.md:
---
title: "Paper Title"
authors: ["Author A", "Author B"]
url: https://arxiv.org/abs/...
arxivId: "2501.12345"
year: 2025
tags: ["mech-interp"]
tldr: One-sentence summary.
---
Add yourself as a member
Create src/content/members/<your-slug>.md:
---
name: Your Name
github: yourhandle
bio: One-line bio (optional).
---
Notes on tone
- Be specific. Cite passages, not vibes.
- If you contradict an earlier session's note, link to it (use the
bridgesTofrontmatter). - It's fine for notes to be incomplete, pending notes are an invitation, not a blocker.