diff --git a/src/content/threads/claude-routines-and-cron.mdx b/src/content/threads/claude-routines-and-cron.mdx index 0cf3143..52b1b99 100644 --- a/src/content/threads/claude-routines-and-cron.mdx +++ b/src/content/threads/claude-routines-and-cron.mdx @@ -1,5 +1,5 @@ --- -title: "Cron was easy because the job was dumb" +title: "Claude routines are cron jobs that can think" description: "A deep, practical guide to Claude routines: cron jobs whose payload is an agent, not a script. What that breaks (determinism, idempotency, retries, overlap), a gallery of routines worth building, and how to harden one so it behaves when nobody is watching." date: 2026-07-17 tags: ["ai", "agents", "claude", "cron", "distributed-systems"]