2 ms·
Very interesting! I may have explored a related approach but as an append-only log riding on source-control to sync state between checkouts (git trailer metada
by corv 17d ago
Very interesting!
I may have explored a related approach but as an append-only log riding on source-control to sync state between checkouts (git trailer metadata specifically)
https://gist.github.com/corv89/c506780881b260f4c5a4618fe8d92435 https://gist.github.com/corv89/c506780881b260f4c5a4618fe8d92...
Excited to see where such concepts can take "multiplayer" agentic systems
- 4b11b4 17d agoInteresting but at the commit level seems too coarse. I have a model which models decisions similar to QOC (questions options criteria) and requires line level coverage from accepted answers.
- corv 17d agoOne could also try to leverage git notes but those don’t sync by default which causes its own kind of friction I’m interested to see if jujutsu changes the equation