Hacker News new | ask | show | jobs
Optimistic UI for AI coding: writing to disk with snapshot undo (blog.ayechat.ai)
2 points by acro-v 209 days ago
1 comments

(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.