• WallsToTheBalls@lemmynsfw.com
    link
    fedilink
    arrow-up
    23
    ·
    18 hours ago

    Genuinely, this is the driving misconception people have about AIs right now. That somehow everybody using them is making them smarter, when really it’s leading to model collapse

    • moonshadow@slrpnk.net
      link
      fedilink
      arrow-up
      3
      ·
      15 hours ago

      Can you help correct this for me? Don’t you feed them valuable training data and exposure to real world problems in the process of using them?

      • freddydunningkruger@lemmy.world
        link
        fedilink
        arrow-up
        11
        arrow-down
        1
        ·
        14 hours ago

        No. AI models are pre-trained, they do not learn on the fly. They are hoping to discover General Artificial Intelligence, which is what you are describing. The problem is that they don’t even understand exactly how training even works. While engineers understand the overall architecture, the specific “reasoning” or decision-making pathways within the model are too complex to fully interpret, leading to a gap between how it works and why it makes a particular decision.

        • moonshadow@slrpnk.net
          link
          fedilink
          arrow-up
          10
          ·
          14 hours ago

          My assumption wasn’t that they learned on the fly, it was that they were trained on previous interactions. Eg the team developing them would use data collected from interaction with model v3 to train model v4. Seems like juicy relevant data they wouldn’t even have to go steal and sort

          • selfAwareCoder@programming.dev
            link
            fedilink
            arrow-up
            6
            ·
            12 hours ago

            That’s true to an extend, but the interactions are only useful for training if you can mark it as good / bad etc (which is why sometimes apps will ask you if they were useful). But the ‘best’ training data like professional programming etc is usually sold at a premium tier with a promise not to use your data for training (since corporations don’t want their secrets getting out).

          • TRBoom@lemmy.zip
            link
            fedilink
            arrow-up
            2
            arrow-down
            2
            ·
            13 hours ago

            You can’t train ai on ai output. It causes degradation on the newly trained model.

            • FooBarrington@lemmy.world
              link
              fedilink
              arrow-up
              5
              arrow-down
              1
              ·
              13 hours ago

              First: that’s wrong, every big LLM uses some data cleaned/synthesized by previous LLMs. You can’t solely train on such data without degradation, but that’s not the claim.

              Second: AI providers very explicitly use user data for training, both prompts and response feedback. There’s a reason businesses pay extra to NOT have their data used for training.

                • FooBarrington@lemmy.world
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  6 hours ago

                  I mean - yeah, it is? This is a well-researched part of the data pipelines for any big model. Some companies even got into trouble because their models identified as other models, whose outputs they were trained on.

                  It seems you have a specific bone to pick that you attribute to such training, but it’s just such a weird approach to deny pretty broadly understood results…