G-09Checkpointing

/coding-agents/checkpointing

Commit at every good state; a bad direction becomes a reset, not a restart.

Key insight

Cheap recovery changes what the agent can afford to attempt — risky refactors are rational when undo is free.

Failure mode

One giant commit at the end: when step 14 of 15 goes wrong, all fifteen are tangled together.

Further reading

Elsewhere in the atlas