• @bitfucker
    link
    31 month ago

    Oh, I see. If that’s how we would define it then yes of course. I mean, I already saw upscaler and other “AI” technologies being used on consumer hardware. That is actually useful AI. LLM usefulness compared to their resource consumption is IMHO not worth it.

    • @[email protected]
      link
      fedilink
      11 month ago

      LLM usefulness compared to their resource consumption is IMHO not worth it.

      If you worked in that industry you’d have a different opinion. Using LLMs to write poetry or make stories is frivolous, but there are other applications that aren’t.

      Some companies are using them to find new and better drugs, to solve diseases, invent new materials, etc.

      Then there’s the consideration that a number of companies are coming out with AI accelerators that are analogue based and use a tiny fraction of the energy current systems use for the same workloads.

      • @[email protected]
        link
        fedilink
        English
        11 month ago

        Some companies are using them to find new and better drugs, to solve diseases, invent new materials, etc.

        I have seen the claims of this sort of thing be refuted when results of the work using LLMs is reviewed. For example.

        • @[email protected]
          link
          fedilink
          01 month ago

          That’s one company and one model referring only to material discovery. There are other models and companies.

            • @[email protected]
              link
              fedilink
              01 month ago

              it’s an example of how there are claims being made that don’t hold up.

              You can find that kind of example for literally every segment of science and society. Showing a single example out of many and then saying “see? The claims are false”. It’s disingenuous at best.

              https://www.artsci.utoronto.ca/news/researchers-build-breakthrough-ai-technology-probe-structure-proteins-tools-life

              https://www.broadinstitute.org/news/researchers-use-ai-identify-new-class-antibiotic-candidates

              • @[email protected]
                link
                fedilink
                English
                11 month ago

                I think you’re not seeing the nuance in my statements and instead are extrapolating inappropriately, perhaps even disingenuously.

                • @[email protected]
                  link
                  fedilink
                  -11 month ago

                  I’m not missing the nuance of what you said. It’s just irrelevant for the discussion in this thread.

                  My comment that you initially replied to was talking about much more than just LLMs, but you singled out the one point about LLMs and offered a single article talking about DeepMind’s results on material discoveries. A very specific

                  It’s about the relevance of AI as a tool for profit stemming from the top level comment implying an AI winter is coming.

                  But to go back to your point about the article you shared, I wonder if you’ve actually read it. The whole discussion is about what is effectively a proof-of-concept by Google, and not a full effort to truely find new materials. They said that they "selected a random sample of the 380,000 proposed structures released by DeepMind and say that none of them meet a three-part test of whether the proposed material is “credible,” “useful,” and “novel.” "

                  And in the actual analysis, which the article is about, they wrote: “we have yet to find any strikingly novel compounds in the GNoME and Stable Structure listings, although we anticipate that there must be some among the 384,870 compositions. We also note that, while many of the new compositions are trivial adaptations of known materials, the computational approach delivers credible overall compositions, which gives us confidence that the underlying approach is sound.”

                  Ultimately, everyone involved in analysing the results agreed the concept is sound and will likely lead to breakthroughs in the future, but this specific result (and a similar one done by another group), have not produced any significant and noteworthy new materials.

                  • @[email protected]
                    link
                    fedilink
                    English
                    01 month ago

                    I’m not reading that because you clearly would rather argue than have a conversation. Enjoy the rest of your day.

      • @[email protected]
        link
        fedilink
        English
        11 month ago

        I work in the field for a company with 40k staff and over 6 million customers.

        We have about 100 dedicated data science professionals and we have 1 LLM we use for our chatbots vs a few hundred ML models running.

        LLMs are overhyped and not delivering as much as people claim, most businesses doing LLM will not exist in 2-5 years because Amazon, Google and Microsoft will offer it all cheaper or free.

        They are great at generating content but honestly most content is crap because it’s AI rejuvenating something it’s been trained on. They are our next gen spam for the most part.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          1 month ago

          LLMs are overhyped and not delivering as much as people claim

          I absolutely agree it’s overhyped, but that doesn’t mean useless. And these systems are getting better everyday. And the money isn’t going to be in these massive models. It’s going to be in smaller domain specific models. MoE models show better results over models that are 10x larger. It’s still 100% early days.

          most businesses doing LLM will not exist in 2-5 years because Amazon, Google and Microsoft will offer it all cheaper or free.

          I somewhat agree with this, but since the LLM hype train started just over a year ago, smaller open source fine-tuned models have been keeping ahead of the big players that are too big to shift quickly. Google even mentioned in an internal memo that the open source community had accomplished in a few months what they thought was literally impossible and could never happen (to prune and quantize models and fine-tune them to get results very close to larger models).

          And there are always more companies that spring up around a new tech than the number that continue to exist after a few years. That’s been the case for decades now.

          They are great at generating content but honestly most content is crap because it’s AI rejuvenating something it’s been trained on.

          Well, this is actually demonstrably false. There are many thorough examples of how LLMs can generate novel data, even papers written on the subject. But beyond generating new and novel data, the use for LLMs are more than that. They are able to discern patterns, perform analysis, summarize data, problem solve, etc. All of which have various applications.

          But ultimately, how is “regurgitating something it’s been trained on” any different from how we learn? The reality is that we ourselves can only generate things based on things we’ve learned. The difference is that we learn basically about everything. And we have a constant stream of input from all our senses as well as ideas/thoughts shared with other people.

          Edit: a great example of how we can’t “generate” something outside of what we’ve learned is that we are 100% incapable of visualizing a 4 dimensional object. And I mean visualize in your mind’s eye like you can with any other kind of shape or object. You can close your eyes right now and see a cube or sphere, but you are incapable of visualizing a hyper-cube or a hyper-sphere, even though we can describe them mathematically and even render them with software by projecting them onto a 3D virtual environment (like how a photo is a 2D representation of a 3D environment).

          /End-Edit

          It’s not an exaggeration that neural networks are trained the same way biologic neural networks (aka brains) are trained. But there’s obviously a huge difference in the inner workings.

          They are our next gen spam for the most part.

          Maybe the last gen models, definitely not the current gen SOTA models, and the models coming in the next few years will only get better. 10 years from now is going to look wild.

            • @[email protected]
              link
              fedilink
              21 month ago

              I also worked in the field for a decade up until recently. And I use LLMs for a few things professionally, particularly code generation. It can’t write “good and clean” code, but what it does do is help get the ball rolling writing boilerplate stuff and helps solve issues that aren’t immediately clear.

              I actually run a number of models locally also.

              I get you are excited about the tech

              What a condescending thing to say. It has nothing to do with being excited or not. The broader issue is that people are approaching the topic from a “it’ll replace programmers/writers/accountants/lawyers, etc” standpoint. And I bet that’s what all the suits at various companies expect.

              Whereas the true usefulness in LLMs are as a supplementary tool to help existing jobs be more efficient. It’s no different than spell check, autocomplete, code linting, and so on. It’s just more capable than those tools.

              for now it is mostly novel and creating junk.

              This statement proves my point. Everyone thinks LLMs will “do the job” when they’re just a tool to HELP with doing the job.

                • @[email protected]
                  link
                  fedilink
                  1
                  edit-2
                  1 month ago

                  Said by someone who’s never written a line of code.

                  Is autocorrect always right? No, but we all still use it.

                  And I never said “poorly generated”, I decidedly used “good and clean”. And that was in the context of writing larger segments of code on it’s own. I did clarify after that it’s good for writing things like boilerplate code. So no, I never said “poorly generated boilerplate”. You were just putting words in my mouth.

                  Boilerplate code that’s workable can help you get well ahead of a task than if you did it yourself. The beauty about boilerplate stuff is that there’s not really a whole lot of different ways to do it. Sure there are fancier ways, but generally anything but code that’s easy to read is frowned upon. Fortunately LLMs are actually great at the boilerplate stuff.

                  Just about every programmer that’s tried GitHub Copilot agrees that it’s not taking over progressing jobs anytime soon, but does a fine job as a coding assistant tool.

                  I know of at least three separate coding/tech related podcasts with multiple hosts that have come to the same conclusion in the past 6 months or so.

                  If you’re interested, the ones I’m thinking of are Coder Radio, Linux After Dark, Linux Downtime, and 2.5 Admins.

                  Your reply also demonstrates the ridiculous mindset that people have about this stuff. There’s this mentality that if it’s not literally a self aware AI then it’s spam and worthless. Ya, it does a fairly basic and mundane thing in the real world. But that mundane thing has measurable utility that makes certain workloads easier or more efficient.

                  Sorry it didn’t blow your mind.