Hacker News new | ask | show | jobs
by EGreg 183 days ago
I think that we should have revision control for intermediate stages - for code, documents, even paintings. So we can at least have some idea of provenance, how it's made.

Until AI is used to fake that, too.

1 comments

There are some issues with this.

1) For things made with LLMs: 1a) The fact that older versions aren't online forever. You literally might never be able to put the original prompt in and get the same result. 1b) A minor change in input prompt can result in a huge output change, rendering the original prompt practically meaningless, especially if modifications were required for the output of the LLM.

2) For things made the old-fashioned way, most history is boring and not useful. The best git repos have carefully curated history, with cohesive change sets that are both readable, and usable when bisecting the commit history for regressions.

I meant only for 2.

And I don’t care if it’s boring, it has to be available. Crime scene details or forgery details are mundane and boring too, but for the investigators they are essential.

> And I don’t care if it’s boring, it has to be available.

Strong language, strong nope.

Demand to see shit I didn't even think was important when I was busy building stuff? Sucks to be you.