Guides
Practical, safety-first guides to writing and running agent loops — 9 published.
Loop Engineering: The Roadmap From Prompter to Loop Designer
Loop Engineering: The Roadmap From Prompter to Loop Designer Based on a roadmap shared by @0xCodez on X, content credited to Lev
Loops Gone Wrong: Documented Agent Failures and the Guardrail Each One Teaches
Loops Gone Wrong: Documented Agent Failures and the Guardrail Each One Teaches Every guardrail in a good harness exists because
/goal vs /loop vs /schedule vs Ralph: Which Loop Do You Actually Need?
/goal vs /loop vs /schedule vs Ralph: Which Loop Do You Actually Need? Four ways to make Claude Code run without you. They look
What Is Loop Engineering? The Discipline After Prompting
What Is Loop Engineering? The Discipline After Prompting Prompt engineering was about getting one good answer out of one model
Claude Code /schedule Examples: A Cookbook
Claude Code /schedule Examples: A Cookbook Goal loops run until a condition is true. Schedule loops run when the clock says so
Agent Loop Safety: Hooks, Budgets, and Evaluators
Agent Loop Safety: Hooks, Budgets, and Evaluators Every agent loop runs on the same bargain: you give up per-action review in
15 /goal Examples You Can Copy-Paste (With Exit Conditions)
15 /goal Examples You Can Copy-Paste (With Exit Conditions) A goal loop is the simplest useful agent loop: state an outcome, give
The Ralph Wiggum Loop, Explained
The Ralph Wiggum Loop, Explained The Ralph Wiggum loop is the dumbest agent architecture that actually works: run the same prompt
Claude Code Loops: The Definitive Introduction
Claude Code Loops: The Definitive Introduction You've used Claude Code the normal way: type a prompt, watch it work, type the