Optimistic UI for AI coding: writing to disk with snapshot undo
1–2 of 2 posts
Re: Optimistic UI for AI coding: writing to disk with snapshot undo
#2(OP here) I decided to let the AI coder write directly to the file system without human approval - to accelerate the process, but built a Python-based snapshot mechanism to make it safe to be able to revert the changes. Happy to answer any questions about diff/restore implementation.