Anand Chowdhary

Quick notes curated from shower thoughts and articles with the help of AI, also available on X.

Latest

Agent version control becomes obvious

May 20, 2026
83 words

Agent version control feels obvious once you see it. Git tells you who changed a line. @stealthyishere’s re_gent tries to answer the missing question: which prompt, tool call, and agent session wrote this line? That is the audit trail I want before agents touch serious codebases. The funny bit is that /compact made this problem visible. We gave agents write access, then lost the conversation that explains the diff. A content-addressed log for agent steps feels boring in exactly the right way. https://github.com/regent-vcs/re\_gent

More