• atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    18
    ·
    21 hours ago

    The claims that AI will be surpassing humans in programming are pretty ridiculous. But let’s be honest - most programming is rather mundane.

    • ulterno@programming.dev
      link
      fedilink
      English
      arrow-up
      9
      ·
      20 hours ago

      Never have I had to implement any kind of ridiculous algorithm to pass tests with huge amounts of data in the least amount of memory, as the competitive websites show.

      It has been mostly about:

      • Finding the correct library for a job and understanding it well, to prevent footguns and blocking future features
      • Design patterns for better build times
      • Making sane UI options and deciding resource alloc/dealloc points that would match user interaction expectations
      • cmake

      But then again, I haven’t worked in FinTech or Big Data companies, neither have I made an SQL server.

    • Ledivin@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      4
      ·
      19 hours ago

      My productivity has at least tripled since I started using Cursor. People are actually underestimating the effects that AI will have in the industry

      • PushButton@lemmy.world
        link
        fedilink
        arrow-up
        12
        arrow-down
        7
        ·
        18 hours ago

        It means the AI is very helpful to you. This also means you are as good as 1/3 of an AI in coding skills…

        Which is not a great news for you mate.

        • atzanteol@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          8
          arrow-down
          3
          ·
          13 hours ago

          Ah knock it off. Jesus you sound like people in the '90s mocking “intellisense” in the IDE as somehow making programmers “less real programmers”.

          It’s all needless gatekeeping and purity test BS. Use tools that are useful. Don’t worry if it makes you less of a man.

          • Feyd@programming.dev
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            9 hours ago

            It’s not gate keeping it is true. I know devs that say ai tools are useful but all the ones that say it makes them multiples more productive are actually doing negative work because I have to deal with their terrible code they don’t even understand.

            • atzanteol@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              2
              ·
              7 hours ago

              The devs I know use it as a tool and check their work and fully understand the code they’ve produced.

              So your experience vs. mine. I suspect you just work with shitty developers who would be producing shitty work whether they were using AI or not.