Human vs. AI – Diff-based line-level provenance for text under agentic editing
1–10 of 21 posts
Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#2Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#3Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#4Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#5Maybe I'm missing how people use AI these days but when I have an agent working locally, all git commits have my authorship attached.
Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#6> A git repository is already a history of versions each carrying a provenance marker — every revision of the file, in order, with the author of the change that made it. Maybe I'm missing how people use AI these days but when I have an agent working locally, all git commits have my authorship attached.
Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#7Cool, we do the same thing, but we also denote when a line is "AI generated but was modified by a human" (aka human made anything upwards of a 1 character change).
Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#8> A git repository is already a history of versions each carrying a provenance marker — every revision of the file, in order, with the author of the change that made it. Maybe I'm missing how people use AI these days but when I have an agent working locally, all git commits have my authorship attached.
I take care of that in two ways, 1) is via claude hooks, I make sure these are tagged as claude, 2) my sandboxed agents have git env vars set, with the same effect.
Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#9Earlier quoted context omitted.
I take care of that in two ways, 1) is via claude hooks, I make sure these are tagged as claude, 2) my sandboxed agents have git env vars set, with the same effect.
Does Claude run git commit on every change it makes? Doesn't that pollute your git history?
Re: Human vs. AI – Diff-based line-level provenance for text under agentic editing
#10> A git repository is already a history of versions each carrying a provenance marker — every revision of the file, in order, with the author of the change that made it. Maybe I'm missing how people use AI these days but when I have an agent working locally, all git commits have my authorship attached.