Anand Chowdhary

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

Latest

Blaming prompts instead of commits

May 14, 2026
85 words

Git is the wrong unit of history for coding agents. A commit is the thing you decided to keep. An agent run is the messy search path: prompts, tool calls, deleted files, failed attempts, weird rewrites. I want blame and undo before that mess gets squashed into a clean PR. re_gent is a good stab at this for Claude Code: log, blame, checkout, and replay around agent actions. Less “who changed this line”. More “which prompt caused this mess, and can I rewind it?” https://github.com/regent-vcs/re\_gent

More