• Ledivin@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    9
    ·
    2 days 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
      16
      arrow-down
      8
      ·
      2 days 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
        11
        arrow-down
        3
        ·
        2 days 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
          ·
          2 days 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.

          • Ledivin@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            17 hours ago

            I literally don’t write code anymore, I write detailed specs, invest a lot of time into my guardrails and integrations, and review changes from my agents. My code quality has not fallen, in fact we’ve been able to be much more strict about our style guidelines.

            My job has changed completely, but the results are the same - simply much, much faster. And to be clear, this is in code bases that are hundreds of thousands of lines deep, across multiple massive monorepos, and using context from several different documentation sites - both internal and external.

            If anything, people are understating the effects this will have over the next year, let alone further. The entry-level IC dev is dead. If you aren’t producing at least twice as fast as you used to, you’re going to be left behind. I cannot possibly suggest strongly enough that you start learning how to use it.

          • atzanteol@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            3
            ·
            2 days 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.

      • Rikudou_Sage@lemmings.world
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        True, I use some local model by Jetbrains that only completes a single line and that’s my sweet spot, it usually guesses the line well and saves me some time without forcing me to read multiple lines of code I didn’t write.