• @AlteonOPM
    link
    English
    27 months ago

    AI is highly important as it can take in a massive amount of information and find trends that people likely can’t. Especially in R&D applications, AI is going to be almost necessary to keep up with the pace of other developments in other fields. Smart materials in particular are going to see a boom with the advent of smarter AI.

    • @rdyoung
      link
      English
      1
      edit-2
      7 months ago

      You’re still using AI as a buzzword. None of what is being attributed to AI is actually AI. This is the kind of thing that distributed computing has been doing for decades. Advances in processing power and code efficiency have made things easier but it’s still not AI.

      Again I’ll ask. How is this different from boinc, etc?

      Here is an article from Amazon about distributed computing that doesn’t use AI incorrectly or at all.

      https://aws.amazon.com/what-is/distributed-computing/#:~:text=Distributed computing is the method,to deal with complex challenges.

      • @[email protected]
        link
        fedilink
        English
        4
        edit-2
        7 months ago

        Distributed computing is completely unrelated. That’s just running a program across many computers.

        AI is the simulation of intelligence. The main one people know is a neural network.

        The code they run it is very simple. It’s just a series of nodes that apply a weight to their input and pass it to connected nodes. Basically just multiplication and compared to a threshold.

        But what that simple code is able to achieve once trained is so much more than its code. That’s the key. The same way everything we experience is just our neurons firing.

        AIs ave figured out how to calculate the positions of planets in the future from training data in the past. Which means figuring out the scientific equations needed to calculate that.

        So AI can potentially figure out equations that we don’t even know as long as input and output data is available.

        They are experimenting with this for the magnetic fields that contain fusion reactions. The AI can spot patterns in the data indicating a breach that we don’t understand.

        You can’t just write a program to do that.