logoalt Hacker News

esafaktoday at 4:40 PM1 replyview on HN

I do not get it. If the agent is not mutating state the change can be checked in. If it is mutating external state, version control won't save you.


Replies

ozkatztoday at 4:42 PM

the repo acts as a source of truth for agents. think memory, data & code. If an agent decides to change any of those, version control allows:

1. to have a human in the loop to approve certain changes 2. rollback changes that end up being incorrect 3. allow reviewing the timeline and history to figure out what changed and how

show 2 replies