esoteric language + swarm container
ยท Zi Wang ยท 1 min read
Z / Runner ๐๐ปโโ๏ธ
๐๐ปโโ๏ธ github.com/snarktank/ralph; ghuntley.com/ralph
"autonomous AI coding loop that ships features while you sleep".it runs @AmpCode (or other agents) repeatedly until all tasks are complete (7 days).
๐๐ปโโ๏ธ Each iteration is a fresh context window (keeping Threads nice and small). Memory persists via git history and text files. A bash loop that:
Pipes a prompt into your AI agentAgent picks the next story from prd.jsonAgent implements itAgent runs typecheck + testsAgent commits if passingAgent marks story doneAgent logs learningsLoop repeats until doneMemory persists only through: Git commits, progress.txt (learnings), prd.json (task status)
Stephen / Basketball ๐
๐ "Ralph is currently building a brand new production-grade esoteric programming language [afk].
๐ #agent-swarm vs chat container.