Why it matters
Inference-time scaling is precisely the tradeoff tokenmaxxing readers weigh constantly: spend more tokens per query for better reasoning, or route to a cheaper single-pass call -- this group works the mechanics hands-on.
The tokenmaxxing angle
Self-refinement is a token-cost lever by definition -- it burns extra inference tokens per request in exchange for answer quality, the exact knob practitioners tune when deciding how much spend a given query deserves.
From the organizers
Session covers Chapter 5, on inference-time scaling via self-refinement, with attendees encouraged to pull code beforehand from the GitHub repo rasbt/reasoning-from-scratch to follow along.