• Molvorin@feddit.dk
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    It’s a marketing scam.

    They will soon launch AI plans with security upgrades, just to charge more than they do now

  • Psythik@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    Anyone else find it funny that if you skim over “Amodei” too quickly, it looks like it says “AI Model”? Dude was born to be in this industry.

  • Wakko@hell.cloud
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    Recursive self-improving AI isn’t happening like they expected. AGI is nowhere in sight.

    The pace of advancement is slowing down and they need a cover story for why they’re not living up to their own hype.

    • Not_mikey@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      3 days ago

      The pace of advancement is still going strong, especially in math and “reasoning”. For example the frontier math benchmark is showing big strides for the frontier models. A year ago they were only getting <10% of questions, now sol from openai is scoring 89% and they’re reporting the unreleased astra is at 98% .

      They even had to create a new frontier math benchmark called erdos that all previous models scored 0% on and astra got 3% , which may not look like much but is a huge relative jump.

      • Wakko@hell.cloud
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 days ago

        I’m aware of what the pace is. You might want to check up on the current controversy surrounding OpenAI’s math “achievements”.

        By my reckoning, the difference between Mythos and Opus is smaller than the difference between Opus and Sonnet. Same with the difference between GPT 5.5 to 5.6 is smaller than the difference between GPT 4 to GPT 5.

        The size of improvements over time is diminishing. We’re not in “big bang” territory anymore and we’re about two years into the “incremental refinement” period. We’re about to enter the next AI Winter unless somebody comes up with a new architectural component as revolutionary as transformers have been for ML models.

        The core problem is that LLMs do not create. Full stop. All creativity is borne by the human inputs. Until that changes - until the model gains the capability to truly create new information, we’ve hit the limits in raw capability.

        • Not_mikey@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 days ago

          You might want to check up on the current controversy surrounding OpenAI’s math “achievements”.

          I’m aware of the controversies, this benchmark isn’t about making new proofs on previously unsolved problems, it’s whether it can answer complex math problems, which it’s getting better at.

          By my reckoning, the difference between Mythos and Opus is smaller than the difference between Opus and Sonnet. Same with the difference between GPT 5.5 to 5.6 is smaller than the difference between GPT 4 to GPT 5.

          Do you have any benchmarks or data to back this “reckoning”

          • Wakko@hell.cloud
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 days ago

            Do you have any benchmarks or data to back this “reckoning”

            I work with LLMs daily. I read papers as they hit arxiv. Also daily. You clearly don’t.

            I’m not interested in convincing anyone, which is why I’m speaking non-technically.

            The benchmarks being cited aren’t as interesting as you appear to believe they are. You’ve not fully grasped the fact that solving pre-made problems where the solutions are known or knowable isn’t anywhere close to the same thing as asking truly novel research questions independent of a human prompt. For OpenAI to also be embroiled in allegations of plagiarism only serves to underscore the gap between the two concepts.

            • Not_mikey@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              0
              ·
              2 days ago

              fact that solving pre-made problems where the solutions are known or knowable isn’t anywhere close to the same thing as asking truly novel research questions independent of a human prompt.

              I understand that, but the original statement was about the models stalling out in progress.

              Would you say a student stalled out in progress if they could barely do 2 + 2 a couple years ago and is now able to consistently solve some of the most complex math problems known just because that student isn’t creating novel research?

              • Wakko@hell.cloud
                link
                fedilink
                English
                arrow-up
                0
                ·
                2 days ago

                You’re trying to analogize your way into a subject you clearly haven’t studied.

                There’s pre-existing research here. Godel’s Incompleteness Theorem holds, plus others.

                There’s already a known upper bound here that you’re clearly unaware of.

                There’s as yet been zero LLM-based architectures that have created new information. Everything they produce is somewhere within the training data. LLMs are a very specialized data compression algorithm, in a fashion.

                The stall is around whether Recursive Self-Improvement is achievable. Recent papers out of China are trying to chart a course to it. But, until someone succeeds, The current pace of improvement is already slowing signs of slowing. It’s not about where the finish line is placed, it’s about how fast they get there.

                • Not_mikey@lemmy.dbzer0.com
                  link
                  fedilink
                  English
                  arrow-up
                  0
                  ·
                  2 days ago

                  How are you defining “new information”? If I ask Claude "what is 235 x 567 + 57,899? " There is a high likelihood that that question was not in its training data, but it still gets it right and generates new information. It will be using existing methods from its training data to “reason” to get the answer, and it hasn’t shown the ability to devise new methods. But 99.99% of the problems in the world can be solved by using existing methods.

                  Open AI isn’t going to go bust because it can’t make novel math techniques, almost all of the knowledge work requiring math doesn’t require new methods. If it’s able to master every existing technique used by knowledge workers without creating new methods, ie. your finish line, then they’ll have automated a huge chunk of labor and probably become a hugely profitable company.

                  Recursive self improvement may not be panning out currently so we won’t see any singularity style exponential take off, but we’re still seeing steady linear improvement in tasks such as math and reasoning through other techniques, like the opaque recurrence that astra is using.