Developer and refugee from Reddit

  • 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle





  • kescusay@lemmy.worldtoShowerthoughts@lemmy.worldAI is like a hammer
    link
    fedilink
    arrow-up
    3
    arrow-down
    5
    ·
    edit-2
    9 months ago

    Software developer, here.

    It’s not actually AI. A large language model is essentially autocomplete on steroids. Very useful in some contexts, but it doesn’t “learn” the way a neural network can. When you’re feeding corrections into, say, ChatGPT, you’re making small, temporary, cached adjustments to its data model, but you’re not actually teaching it anything, because by its nature, it can’t learn.

    I’m not trying to diss LLMs, by the way. Like I said, they can be very useful in some contexts. I use Copilot to assist with coding, for example. Don’t want to write a bunch of boilerplate code? Copilot is excellent for speeding that process up.