Run a Ralph Wiggum Loop with goose | Vibe Code with goose
The Ralph Wiggum loop is an agentic pattern that addresses context window accumulation in standard agent loops by starting fresh sessions after each iteration. Instead of compacting context (which loses information), it dumps session data to files that new sessions can reference. The author demonstrates implementing this
Sort: