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.

  • kescusay@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    29 days 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
      ·
      29 days 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.