• spectre [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    5
    ·
    6 days ago

    The lefty people I talk to are into it without being full “AI-brained” are often running open source models on their own hardware, even for work. Many companies will probably see this as a viable option, or at least running cheap lightweight models for most tasks in the cloud instead of burning millions/billions of tokens on trying to replace their staff with AI. It doesn’t work out and it isn’t really even cost effective!

    It was going to be a challenge to turn these daracenters profitable in the best case scenario where labor can substantially be replaced, and now they have nowhere to go with it.

    • insurgentrat [she/her, it/its]@hexbear.net
      link
      fedilink
      English
      arrow-up
      26
      ·
      6 days ago

      There are no open source models. The source is all the training data, the weights are open but due to the nature of neural nets this doesn’t allow studying, extension, or remixing.

      It is akin to distributing the machine code. It runs the stuff sure, but you can’t usefully take a bit out or say “Why is it producing text that looks like xyz?” you can only be like “yep neuron 426 has a weight of .112 and activated here. What does neuron 426 do? When did it get that weight? How does the weight change with changes to the source material? Who knows”.

      This matters to me. The important thing about open source isn’t that you can run it for free. We had shareware. It’s that you can study it, learn from it, critique it, and improve it.