• @[email protected]
    link
    fedilink
    English
    91 month ago

    My colleagues are starting to use AI, it just makes their code worse and harder to review. I honestly can’t imagine that changing, AI doesn’t actually understand anything.

    • @[email protected]
      link
      fedilink
      English
      51 month ago

      This comment has similar vibes to a boomer in the 80s saying that the Internet is useless and full of nothing but nerds arguing on forums, and he doesn’t see that changing.

      • @[email protected]
        link
        fedilink
        English
        1
        edit-2
        1 month ago

        Probably. I’m just not seeing it actually doing any logic or problem solving. It’s a pattern matching machine today. A new technology could certainly happen.

        • @[email protected]
          link
          fedilink
          English
          11 month ago

          Do you know what pattern matching is great for? Finding commonly cited patterns in long debug log messages. LLMs are great for brainstorming problem solving. They’re basically word granularity search engines, so they’re great for looking things up are more niche knowledge that document search engines fail on. If the thing you’re trying to look up doesn’t exist, it will make shit up so you need to cross reference everything, but it’s still incredibly helpful. Pattern matching is also great for boilerplate. I use the codium extension and it comes up with auto complete suggestions that don’t have much logic, but save a good amount of key strokes.

          I didn’t think the foundational tech of LLMs are going to get substantially better, but we will develop programming patterns that make them more robust and reliable.