Hacker News new | ask | show | jobs
by myroslava-t 117 days ago
How is this different from just writing a bash script with cron + claude CLI?
1 comments

That's exactly how I started. It works for one or two tasks. Then you want session continuity so runs build on each other. Then you want different system prompts for different tasks. Then you want to see run history, retry failures, pause schedules. Then you want one task's knowledge available to another. Daymon is what that bash script evolves into after you get tired of duct-taping it together.