BDSM, LGBTQ+, and sugar dating apps have been found exposing users’ private images, with some of them even leaking photos shared in private messages.

  • Vendetta9076@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    84
    ·
    2 days ago

    Vibe coding is the current trend of having an LLM build your codebase for you then shipping it without attempting to understand the codebase.

    Most developers are using LLMS to some extent to speed up their coding, as cursor and Claude are really good at removing toil. But vibe coders have the LLM build the entire thing and don’t even know how it works.

    • ElectroVagrant@lemmy.world
      link
      fedilink
      English
      arrow-up
      44
      ·
      2 days ago

      In other words, vibe coders are today’s technologically accelerated script kiddie.

      That’s arguably worse as the produced scripts may largely work and come with even less demand for understanding than a script kid’s cobbling together of code may have demanded.

      • TeddE@lemmy.world
        link
        fedilink
        English
        arrow-up
        21
        arrow-down
        3
        ·
        2 days ago

        Large language models (LLM) are the product of neural networks, a relatively recent innovation in the field of computer intelligence.

        Since these systems are surprisingly adept at producing natural sounding language, and is good at create answers that sound correct (and sometimes actually happen to be) marketers have seized on this as an innovation, called it AI (a term with a complicated history), and have started slapping it onto every product.

      • qaz@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        2 days ago

        A machine learning model that can generate text.

        It works by converting pieces of text to “tokens” which are mapped to numbers in a way that reflects their association with other pieces of text. The model is fed input tokens and predicts tokens based on that, which are then converted to text.

      • qyron@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        edit-2
        2 days ago

        Large Language Model

        To the extent of my understanding, it is a form of slightly more sophisticated bot, as in an automated response algorithm, that is developed over a set of data, in order to have it “understand” the mechanics that make such set cohesive to us humans.

        With such background, it is supposed to produce new similar outputs if given new raw data sets to run through the mechanics it acquired during development.

      • spooky2092@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        8
        ·
        2 days ago

        Boring/repetitive work. For example, I regularly use an AI coding assistant to block our basic loop templates with variables filled in, or have it quickly finish the multiple case statements or assigning values to an object with a bunch of properties.

        In little things like that, it’s great. But once you get past a medium sized function, it goes off the rails. I’ve had it make up parameters in stock library functions based on what I asked it for.