4 ms·
been running claude code on max plan for overnight autonomous tasks. biggest lesson: structure work as a task queue (simple json with dependency ordering) rathe
by xihe-forge 6mo ago
been running claude code on max plan for overnight autonomous tasks. biggest lesson: structure work as a task queue (simple json with dependency ordering) rather than one giant prompt. CC handles individual tasks much better with clear scope. the --resume flag is also underrated for crash recovery — session state persists across restarts.