• @[email protected]
    link
    fedilink
    English
    28 hours ago

    That’s how I look at AI. It will never (in it’s current forms) replace people, but it can turn a passionate creator into a one person army

    Using AI is a form of programming - you turn the right words into action. Programming is magic, an AI user is a warlock

    • @[email protected]
      link
      fedilink
      English
      54 hours ago

      As a programmer I can tell you that AI is nothing like programming because programming is deterministic and repeatable and AI is anything but.

      • @[email protected]
        link
        fedilink
        English
        -13 hours ago

        AI is actually deterministic, a random input is usually included to let you get multiple outputs for generative tasks. And anyway, you could just save the “random” output when you get a good one.

        • @[email protected]
          link
          fedilink
          English
          12 hours ago

          Maybe deterministic wasn’t quite the correct word but basically it only gives you a result that resembles your previous result if you change absolutely nothing, not the training data for the model, not the model, not the random seed, not the prompt,… which makes it useless for iteratively approaching a usable result. I guess the output space is not contiguous might be a better way to describe it.