A new Coddy Developer Survey found that four in five developers, 80%, say their use of AI has felt more like a dependence than an advantage.

  • Séimhe (sé / é)@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    Considering the vast amounts of knowledge it has at its disposal, I can only conclude that it’s not very smart at applying it. A person with a fraction of that knowledge will produce better results.

    So it has more access to information, but the results are poor compared to a person.

    • kescusay@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      The important thing to remember is that it actually has zero access to information, because that’s not how LLMs work.

      At their core, they’re vector databases, and they’re trying to probabilistically come up with the next most likely token in a stream of tokens found in the DB. You can manipulate the stream by injecting text such as the content of existing files (which becomes more tokens) into the stream, but it never actually understands any of it.

      That’s why hallucinations are inherently unavoidable. It’s really all just hallucinations. It’s just that you can sometimes get useful text from their hallucinations if they happen to comport with reality.

      • frongt@lemmy.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Well, vector fields are information. But they have no understanding. The number 1 might be followed by 2 in 99.999% of cases, but it has no function to explain why, or to contextualize a scenario where that might be wrong.