logoalt Hacker News

ozkatztoday at 4:42 PM2 repliesview on HN

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


Replies

esafaktoday at 4:51 PM

2. is false. You can't roll back everything an agent does. If you told it to place a trade in the stock market, for example, you can not undo that. That is what I mean by external state. Everything else is covered by existing version control, is it not? What does this buy over that?

show 1 reply
bossyTeachertoday at 4:55 PM

Re 2: how do you rollback the (erroneous) action of removing a db table column and the subsequent data loss from the removed column?