REMOTE: Building a Recursive Language Model in 77 Lines
Details
This month: Ryan presents "Building a Recursive Language Model in 77 Lines" — a walkthrough from intuition to working code.
We'll look at how an LLM can write Python that calls another LLM to handle documents too long for a single context window. The entire implementation fits in one function. Topics include context rot, exec()-based REPLs, and using exceptions for control flow.
Plus open discussion on Python and related topics.
Join us online at 6 PM MT.
