Provenance Is the New Version Control

8 points | by gpi 2 hours ago

5 comments

  • RHSeeger 4 minutes ago

    I'm a bit confused by this because a given set of inputs can produce a different output, and different behaviors, each time it is run through the AI.

    > By regenerable, I mean: if you delete a component, you can recreate it from stored intent (requirements, constraints, and decisions) with the same behavior and integration guarantees.

    That statement just isn't true. And, as such, you need to keep track of the end result... _what_ was generated. The why is also important, but not sufficient.

    Also, and unrelated, the "reject whitespace" part bothered me. It's perfectly acceptable to have whitespace in an email address.

  • viraptor 9 minutes ago

    I'm not sure if this actually needs a new system. Git commits have the message, arbitrary trailers, and note objects. If this was of source control is useful, I'm sure it could be prototyped on top of git first.

  • jayd16 18 minutes ago

    What if I told you a specification can also be measured (and source controlled) in lines?

      JellyBeanThief 3 minutes ago

      This was the very first thing I thought when I was taught about requirement traceability matrices in uni. I was like "Ew, why is this happening in an Excel silo?" I had already known about ways of adding metadata to code in Java and C#, so I expected everything to be done in plain text formats so that tooling could provide information like "If you touch this function, you may impact these requirements and these user stories." or "If you change this function's signature, you will break contracts with these other team members (here's their email)."

  • hekkle 5 minutes ago

    TL;DR, the author claims that you should record the reasons for change, rather than the code changes themselves...

    CONGRATULATIONS: you have just 'invented' documentation, specifically a CHANGE_LOG.