• AProfessionalEnglish
    arrow-up
    9
    arrow-down
    2
    ·
    5 months ago
    link
    fedilink

    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.

    • YggnarEnglish
      arrow-up
      5
      arrow-down
      3
      ·
      5 months ago
      link
      fedilink

      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.

      • AProfessionalEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        5 months ago
        edit-2
        5 months ago
        link
        fedilink

        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.

        • fidodoEnglish
          arrow-up
          1
          arrow-down
          0
          ·
          5 months ago
          link
          fedilink

          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.