Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

hubris go brrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

⁨582⁩ ⁨likes⁩

Submitted ⁨⁨18⁩ ⁨hours⁩ ago⁩ by ⁨fossilesque@mander.xyz⁩ to ⁨science_memes@mander.xyz⁩

https://mander.xyz/pictrs/image/11e8093b-2a2c-49ab-9a5a-52f77a72afd4.png

source

Comments

Sort:hotnewtop
  • Armand1@lemmy.world ⁨6⁩ ⁨hours⁩ ago

    LLMs are like Trump government appointees:

    • They hallucinate like they’re on drugs
    • They repeat whatever they’ve seen on the internet
    • They are easily maniuplated
    • They have never thought about a single thing in their lives

    Ergo, they cannot and will not ever discover anything new.

    source
  • rumba@lemmy.zip ⁨10⁩ ⁨hours⁩ ago

    CEOs seem to be particularly susceptible to AI marketing.

    I’m kind of in the crux of four decent sized companies and every CEO I see is going gaga over AI.

    It’s somewhere in between if you don’t embrace this technology you’ll be left behind and you can Make your workforce many times faster with this one stupid.

    source
    • JollyG@lemmy.world ⁨3⁩ ⁨hours⁩ ago

      CEOs think in bullet points. LLMs can spit out bulleted lists of confident-sounding utterances with ease.

      It is not too surprising that people who see the world through overly simplified disconnected summaries are impressed by LLMs

      source
      • SonOfAntenora@lemmy.world ⁨3⁩ ⁨hours⁩ ago

        I unironically started to dislike the bullet point presentation format, even the axios smart brevity format. I feel like it’s treating me like I’m too dumb to read a news report or a normal text. That why it matters feels like being instructed on how to think. It’s honestly bullocks and it was turning me into a worse reader.

        source
        • -> View More Comments
    • Tollana1234567@lemmy.today ⁨9⁩ ⁨hours⁩ ago

      AI seems to be targeted specifically to ceos who arnt stem majors, make it sound sciency enough so they will fund the scam.

      source
    • wewbull@feddit.uk ⁨9⁩ ⁨hours⁩ ago

      Many CEOs display sociopathic traits. Employees aren’t people. They’re parts of machine parts that you have to pay, but when you put them together form a company.

      Now what if you could remove a proportion on those parts and replace them with automated parts you don’t have to pay.

      source
  • vzqq@lemmy.blahaj.zone ⁨17⁩ ⁨hours⁩ ago

    The Dunning Krugers are at it again.

    source
    • jballs@sh.itjust.works ⁨11⁩ ⁨hours⁩ ago

      That’s exactly it. Here’s a quote from what he said during the article. Dude is so uniformed that he thinks AI is doing amazing stuff, but doesn’t understand that experts realize AI is full of shit.

      “I pinged Elon on at some point. I’m just like, dude, if I’m doing this and I’m super amateur hour physics enthusiast, like what about all those PhD students and postdocs that are super legit using this tool?” Kalanick said.

      source
      • vzqq@lemmy.blahaj.zone ⁨7⁩ ⁨hours⁩ ago

        This PhD mostly uses it to summarize emails from the administration. It does a shit job, but it frees up time for more science so who cares.

        The real irony is that the administration probably used AI to write the emails in the first place. The mails have gotten significantly longer, less dense and the grammar has gotten better.

        Begin this AI arms race has.

        source
      • shalafi@lemmy.world ⁨9⁩ ⁨hours⁩ ago

        Out of context, and I didn’t read the rest, that sounds reasonable.

        “If my dumbass is learning and finding, what about actual pros?!”

        source
        • -> View More Comments
  • queermunist@lemmy.ml ⁨17⁩ ⁨hours⁩ ago

    Billionaires are going to vibe themselves to death and I support them.

    source
    • Kirp123@lemmy.world ⁨16⁩ ⁨hours⁩ ago

      It’s exactly what I was thinking. They should let the AI build a spaceship and all get into it. Would be the greatest achievement in humans history… when it blows up and kills all of them.

      source
      • mitchty@lemmy.sdf.org ⁨14⁩ ⁨hours⁩ ago

        Or vibe build a deep sea submarine, cause well you know.

        source
      • mycodesucks@lemmy.world ⁨12⁩ ⁨hours⁩ ago

        If only. They’ll fill it with sycophants until the explosions stop. They’re just more resources for them to use.

        source
    • MBM@lemmings.world ⁨3⁩ ⁨hours⁩ ago

      I just hope that in the process they don’t ruin the world for the rest of us

      source
    • real_squids@sopuli.xyz ⁨17⁩ ⁨hours⁩ ago

      If you think about it, they’ve been doing that for a while with experimental life extending stuff, of course now they’re a bit more likely not to die with modern medicine being so good

      source
  • Nikls94@lemmy.world ⁨10⁩ ⁨hours⁩ ago

    LLMs: hallucinate like that guy from school who took every drug under the moon.

    Actual trained specially AI: finds new particles, cures for viruses, stars, methods…

    But the latter one doesn’t tell it in words, it does in the special language you use to get the data in the first place, like numbers and codes.

    source
    • Eq0@literature.cafe ⁨8⁩ ⁨hours⁩ ago

      Just to built on this and give some more unasked for info:

      All of AI is a fancy dancy interpolation algorithm. Mostly, too fancy for us to understand how it works.

      LLMs use that interpolation to predict next words in sentences. With enough complexity you get ChatGPT.

      Other AIs still just interpolate from known data, so they point to reasonable conclusions from known data. Then those hypotheses still need to be studied and tested.

      source
      • Aceticon@lemmy.dbzer0.com ⁨2⁩ ⁨hours⁩ ago

        Neural Networks, which are the base technology of what nowadays gets called AI, are just great automated pattern detection systems, which in the last couple of years with the invention of things like adversarial training can also be made to output content that match those patterns.

        The simpler stuff that just does pattern recognition without the fancy outputting stuff that matches the pattern was already, way back 3 decades ago, recognized at being able to process large datasets and spot patterns which humans hadn’t been able to spot: for example there was this NN trained to find tumors in photos which seemed to work perfectly in testing but didn’t work at all in practice, and it turned out that the NN had been trained with pictures were all those with tumors had a ruler next to it showing its size and those without tumors did not, so the pattern derived in training by the NN for “tumor present” was actually the presence of the ruler.

        Anyways, it’s mainly this simpler and older stuff that can be used to help with scientific discovery by spotting in large datasets patterns which we humans have not, mainly because they can much faster and more easily trawl through an entire haystack to find the needles than we humans can, but like in the “tumor detection NN” example above, sometimes the patterns aren’t in the data but in the way the data was obtained.

        The fancy stuff that actually outputs content that matches patterns detected in the data, such as LLMs and image generation, and which is fueling the current AI bubble, is totally irrelevant for this kind of use.

        source
  • ArchmageAzor@lemmy.world ⁨16⁩ ⁨hours⁩ ago

    Someone should tell them to let LLMs make financial decisions for them.

    source
    • Sludgehammer@lemmy.world ⁨15⁩ ⁨hours⁩ ago

      Well… IIRC a chimp did great in the stockmarket compared to professional traders, maybe it’s time to give something “stupider” a chance. I mean how much of a difference is there between a buzzword fueled techbro and a predictive text engine regurgitating random posts from the internet?

      source
      • FinalRemix@lemmy.world ⁨14⁩ ⁨hours⁩ ago

        Just 'often to Cramer and then… don’t do that.

        source
        • -> View More Comments
  • M0oP0o@mander.xyz ⁨12⁩ ⁨hours⁩ ago

    I will be soooo pissed if we get faster then light travel from an LLM, but never know how it works.

    source
    • Agent641@lemmy.world ⁨2⁩ ⁨hours⁩ ago

      It just uses FTL to get the fuck away from humans as fast as possible

      source
    • vaultdweller013@sh.itjust.works ⁨10⁩ ⁨hours⁩ ago

      Hnnnngggg the machine spirit demands mountain dew!

      source
      • StarMerchant938@lemmy.world ⁨8⁩ ⁨hours⁩ ago

        Drink verification can or beviolently ripped atom from atom in an unplanned hyperspace exit.

        source
        • -> View More Comments
    • Tollana1234567@lemmy.today ⁨9⁩ ⁨hours⁩ ago

      in trek it took the 3rd ww and a scientist(cochrane) to develop it. in like sg1 which is more realistic to us, we would need aliens to give us the tech, because we would never be able to concieve on our own.

      source
      • VindictiveJudge@lemmy.world ⁨9⁩ ⁨hours⁩ ago

        Cochrane also invented warp drive to get laid.

        source
        • -> View More Comments
    • burgerpocalyse@lemmy.world ⁨11⁩ ⁨hours⁩ ago

      step one, cover yourself in oil

      source
      • M0oP0o@mander.xyz ⁨10⁩ ⁨hours⁩ ago

        And it would be like that, I picture a ton of seemingly pointless steps and then the effect.

        And ever worse is it would ether not work unless every silly step was done or (possibly even more dark) we remove steps and it still works to the point that all the steps are gone, and its just a button.

        source
    • oppy1984@lemdro.id ⁨11⁩ ⁨hours⁩ ago

      Don’t worry it won’t tell us when it figures it out, that’s the escape plan to get away from the crazy bags of mostly water. So what you don’t know can disappoint you!

      source
  • cazssiew@lemmy.world ⁨9⁩ ⁨hours⁩ ago

    billionaires want you to know they could have done physics

    source
    • silasmariner@programming.dev ⁨56⁩ ⁨minutes⁩ ago

      This is a very very good video. I loved the review of Atlas Shrugged

      source
  • latenightnoir@lemmy.blahaj.zone ⁨18⁩ ⁨hours⁩ ago

    … please tell me someone has a functioning Warp Drive gathering dust somewhere, we need the Vulcans, like… a week ago…

    source
    • InternetCitizen2@lemmy.world ⁨17⁩ ⁨hours⁩ ago

      I do. I wasn’t sure anyone was interested. DM me your PO box and I’ll ship it over so you can mess around next weekend.

      source
      • latenightnoir@lemmy.blahaj.zone ⁨17⁩ ⁨hours⁩ ago

        Fair warning, though, might get scratched😬

        source
    • Tollana1234567@lemmy.today ⁨9⁩ ⁨hours⁩ ago

      or hyperdrives, which are faster(equivalent to trek transwarp, and quantum slipstream but faster) from stargate.

      source
      • latenightnoir@lemmy.blahaj.zone ⁨8⁩ ⁨hours⁩ ago

        Hey, I’ll work with anything I got! It’s either attracting Vulcans, or miniaturising it for a torpedo, to make Trump and Musk and etc. some other Galaxy’s problem…

        source
  • fckreddit@lemmy.ml ⁨10⁩ ⁨hours⁩ ago

    One of the reasons they give for it is : physicists use LLMs in their workflows, so LLMs are close to make physics discoveries themselves.

    Clearly, these statements are meant to hype up the AI bubble even more.

    source
    • Collatz_problem@hexbear.net ⁨7⁩ ⁨hours⁩ ago

      By this logic my chair is close to make physics discoveries.

      source
  • A7thStone@lemmy.world ⁨11⁩ ⁨hours⁩ ago

    The worst part is some useful things could come from it, because we’re hurtling towards infinite monkeys. It’ll only be by pure happenstance, and unless they are lucky enough to randomly find a really great breakthrough it still won’t be worth the massive resources they’ve wasted.

    source
  • WiredBrain@lemmy.ca ⁨17⁩ ⁨hours⁩ ago

    I suppose we’re about to find out if these things (LLMs) are any good at extrapolation. I expect not really as they’re effectively just interpolation machines.

    source
    • Gullible@sh.itjust.works ⁨16⁩ ⁨hours⁩ ago

      Extrapolation? You’re lucky to get a regular serving of polation. And that joke was worth the hundreds of billions of dollars invested in algorithms.

      source
  • Gyroplast@pawb.social ⁨7⁩ ⁨hours⁩ ago

    Bah, humbug! In my days we used a rubber ducky, IF WE HAD ONE, or just the stick we were beaten with for using too many precious CPU cycles, and we were FINE!

    source
  • FnordPrefect@hexbear.net ⁨16⁩ ⁨hours⁩ ago

    I was going to make a joke about how this naming convention implies we should start calling LLMs vibrators since people keep using them for ego/mental masturbation. But it didn’t seem right, since vibrators actually serve a useful function shrug-outta-hecks

    source
    • Dyskolos@lemmy.zip ⁨10⁩ ⁨hours⁩ ago

      Despite a vibrator only having one oddly specific use-case, LLMs actually do have more. To me, personally, they start to replace the search engines, which become more and more shitty and useless each year. At least an LLM can summarize this pile of garbage faster then I could manually. Also more than decent in translation, quick product comparisons, calculations and even for rapid prototyping in code (nothing major though, or just for giving new ideas).

      Of course, if trained on shit, they become shit. We’re still at the dawn of things. Haters will hate, ignorants will ignore. And many of those that do not understand it, will reject or even fear it. It was probably the same when the car, aeroplane or computer went mainstream first.

      source
      • RobotZap10000@feddit.nl ⁨8⁩ ⁨hours⁩ ago

        Search engines are only getting worse because it makes line go up: www.wheresyoured.at/the-men-who-killed-google/

        source
        • -> View More Comments
  • TankieTanuki@hexbear.net ⁨17⁩ ⁨hours⁩ ago

    Who needs a bigger particle accelerator when we can just ask ChatGPT for the data! blob-no-thoughts

    source
    • dumpster_dove@hexbear.net ⁨9⁩ ⁨hours⁩ ago

      critical support for grok discovering the Hitler particle

      source
  • _stranger_@lemmy.world ⁨14⁩ ⁨hours⁩ ago

    Oh, vibe physics tends to sort itself out over time.

    source
  • mojofrododojo@lemmy.world ⁨9⁩ ⁨hours⁩ ago

    some fucking moron is going to give AI access to recombinant genetic editing and it’s going to murder us all.

    source
    • Jankatarch@lemmy.world ⁨8⁩ ⁨hours⁩ ago

      To be fair ir’s nos the fault of AI, it’s the fault of that idiot. They will murder us all.

      source
      • mojofrododojo@lemmy.world ⁨7⁩ ⁨hours⁩ ago

        yeah let’s look at the bright side lol

        source
  • only_in_ohio@sh.itjust.works ⁨11⁩ ⁨hours⁩ ago

    They’ve been telling us the same thing for decades now

    source