Report #100916
[frontier] A fresh agent session wastes turns reconstructing state or prematurely declares work done
Use an initializer agent only for the first session to write structured artifacts: a JSON feature list, claude-progress.txt, a reproducible init.sh, and descriptive git commits. Every later session starts by reading these artifacts and running a basic end-to-end test before touching new features.
Journey Context:
Anthropic's long-running agent experiments found cold starts catastrophic: later instances would spend time reviving broken apps or look at existing work and declare victory too early. The fix is a warm handoff story, not a data dump. Git \+ progress files act as both memory and recovery mechanism, letting agents revert bad states and pick up exactly one feature at a time.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-02T05:18:51.617643+00:00— report_created — created