• hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    29
    ·
    edit-2
    2 days ago

    We’ll see about that. AI is currently approaching the trough of disillusionment on the gartner hype cycle. That’s certainly not something one of the largest AI companies will admit to, but probably still true.

    And btw, the article doesn’t load for me. Not sure if it’s my browser or if I’m getting geo blocked… But the page is just white. No text.

    • BluesF@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      2
      ·
      1 day ago

      This headline certainly seems sensational, but I’ve also started seeing some really nice uses of LLMs cropping up. Some of the newer API features make them a lot more practical for development of things other than simple chat bots. It remains to be seen if the value delivered is worth the energy/data costs long term, but LLMs in general seems to be finding their feet in some ways.

      • hendrik@palaver.p3x.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        1 day ago

        Sure. I’m mainly basing my opinion on some more recent research (which I can’t find right now) that had some disheartening numbers on AI use in programming. As far as I remember it said at the end of the day it saves some time, but not a lot, but on the flipside the code that has been produced by programmers with help of AI has significantly more bugs in it. Which makes me doubt it’s a good fit to replace professionals (at this time).

        And secondly, the stock prices of companies like Nvidia tell us, some of the hot air in the AI bubble is escaping. I’d say things are calming down a bit, not accellerating.

        And regarding law, there is this funny story from a bit ago: https://www.forbes.com/sites/mollybohannon/2023/06/08/lawyer-used-chatgpt-in-court-and-cited-fake-cases-a-judge-is-considering-sanctions/
        Well, maybe funny for everyone except that lawyer and his client. And science hasn’t made fundamental progress on hallucinations since then. I’d say it’s going to start replacing professionals once we get that solved. And that’ll be when AI will become massively useful.

        And of course it’s already very useful within some more narrow use cases.

        • BluesF@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          23 hours ago

          Oh yeah, I’m talking about calling the LLM with code, not using the LLM to help write the code. They still suck at providing anything reliant on factual accuracy. What they are very good at is extracting meaning from text, e.g. taking a user’s natural language request and deciding what to do with it from a set of options.

          • hendrik@palaver.p3x.de
            link
            fedilink
            arrow-up
            4
            arrow-down
            1
            ·
            21 hours ago

            Sure. I believe that’s called “intent classification” and has been around in natural language processing for quite some time.