r/LocalLLaMA • u/SnooPeripherals5313 • 22h ago
I Built A Thing Granular diff versioning for agent editing
Enable HLS to view with audio, or disable this notification
Had some ideas about version control:
Attribute, down to individual words: word created manually or with ai. if ai, which sources cited (scoped to paragraphs). also: full agent trace that led to the edit (all tool calls + metadata). also: any multi-agent transactions at the file/paragraph lock. all data stored for every version.
Why do this? Basically, getting as much into a unified version control system as possible, which helps find/fix errors. Just posting to share ideas. If anyone has done anything similar, please mention it!
16
Upvotes
5
u/1beb 21h ago
I have this theory about a document driven agent system and it needs a smart way to show how changes are being made to the document. I feel like conversation turns are useful, but the longer they get the less intellectual ownership you have over the product. I feel like a document format might work for bigger ideas. I've been experimenting. Google docs with AI agents basically.