概要
RLM (Recursive Language Model) is a powerful inference-time scaling skill that allows Claude to handle arbitrarily long contexts by treating prompts as external objects. By using a Go-based REPL environment, it enables the model to programmatically examine data, perform recursive sub-queries, and iterate through chunks of text. This approach is particularly effective for contexts exceeding 50KB, where it can reduce token usage by up to 40% by avoiding the need to process the entire context in every turn.