Remix.run Logo
jgauth 7 hours ago

Makes sense to me. The new coding agents are drastically changing software development, and I think there's a lot of space for innovation in how version control tooling works in this new world.

progx 7 hours ago | parent [-]

Why should ai need this? A linear backlog is enough, a cache, for everything else they can create it new in a short time.

jcfrei 5 hours ago | parent [-]

Another commenter explained it: It's about working on multiple branches in parallel. You can only check out one branch at a time currently in git - but with "but" you have all the changes just in memory so different agents can work on different branches at the same time.

leadingthenet 4 hours ago | parent | next [-]

git-worktree has been a thing for a decade+ and AI agents seem to be using them just fine in my experience. This is a solved problem.

dbbk 2 hours ago | parent | prev [-]

That's not even true