Paper Club
Weekly deep-dives into foundational CS papers
Paper Club is a study group for working engineers who want to understand the papers behind the tools they use every day. We meet weekly to read, present, and discuss one paper in depth.
No prerequisites beyond curiosity and a willingness to work through math. We've been running since 2023. Members span five time zones.
Topics Covered
Distributed consensus (Paxos, Raft), Database internals (LSM trees, MVCC), Networking (TCP congestion, QUIC), ML systems (attention, transformers, scaling laws), Operating systems (scheduling, memory management)
Format
One paper per week, distributed Monday, Presenter rotates (15min summary + 45min discussion), Wednesdays 18:00 UTC on Discord, Recordings available for async members, Reading guides and annotations shared in Notion
<div style="background:#0e1117;color:#c9d1d9;min-height:100vh;font-family:'SF Mono','Fira Code',monospace">
<div style="max-width:680px;margin:0 auto;padding:100px 32px 80px">
<h1 style="font-size:1.3rem;font-weight:700;font-family:-apple-system,sans-serif;margin-bottom:4px">{{group_name:string}}</h1>
<p style="font-size:0.82rem;color:#8b949e;margin-bottom:40px;font-family:-apple-system,sans-serif">{{focus:string}}</p>
<div style="font-size:0.9rem;line-height:1.85;color:#8b949e;margin-bottom:48px;font-family:-apple-system,sans-serif">{{about:text}}</div>
<div style="display:grid;grid-template-columns:1fr 1fr;gap:40px;border-top:1px solid #21262d;padding-top:28px;margin-bottom:48px">
<div>
<h2 style="font-size:0.58rem;text-transform:uppercase;letter-spacing:0.2em;color:#58a6ff;margin-bottom:14px">Topics Covered</h2>
<p style="font-size:0.82rem;line-height:2.2;color:#c9d1d9;font-family:-apple-system,sans-serif">{{topics:list}}</p>
</div>
<div>
<h2 style="font-size:0.58rem;text-transform:uppercase;letter-spacing:0.2em;color:#58a6ff;margin-bottom:14px">Format</h2>
<p style="font-size:0.82rem;line-height:2.2;color:#c9d1d9;font-family:-apple-system,sans-serif">{{format:list}}</p>
</div>
</div>
<div style="border-top:1px solid #21262d;padding-top:24px;display:flex;gap:20px;align-items:center">
<a style="font-size:0.78rem;color:#0e1117;background:#58a6ff;padding:8px 20px;text-decoration:none;font-weight:600;border-radius:4px;font-family:-apple-system,sans-serif">Join</a>
<a href="mailto:{{email:email}}" style="font-size:0.82rem;color:#8b949e;text-decoration:none;font-family:-apple-system,sans-serif">{{email:email}}</a>
</div>
</div>
</div>