LEARN

Turn one-off chats into loops.

You already drive Claude Code or Codex one chat at a time. These seven short guides show how to turn that work into a repeatable loop you can trust to run again — with a goal, checks, state, a trigger, and a stop condition.

The progression

From a chat to a loop that improves itself.

Each step keeps the same parts and adds one thing. A loop is repeated work with a stated reason to stop — not just "AI doing stuff" on repeat.

  1. 01Chat loopThe one-off session you already run in Claude Code or Codex.
  2. 02Task loopOne bounded job with a check that decides when it stops.
  3. 03Scheduled loopThe same task, run on a trigger or cadence you set.
  4. 04Self-improving loopA loop that watches its own runs and tunes the next one.

What you produce

A five-line loop plan.

Five lines are enough to make a loop finishable — and auditable after the fact.

Seven guides

7 guides · 37 min total