|
|
|
|
|
by xihe-forge
89 days 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. |
|