• Mikelius@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    2 days ago

    As a professional, my reasoning for NOT using AI is as follows:

    1. I don’t want to lose the muscle memory of what I do. Sure AI might be able to do annoying things like test templates… But that’s not a skill I want to forget or lose, as self written unit tests have actually helped me catch mistakes that “would have worked” in prod (i.e. Code functions, but has undesired outcomes). AI can’t usually spot that.
    2. As a person who digs deep in cyber security and monitors heavily the malicious realm, I’m paranoid of malicious or weak code being spit into my repos.
    3. I’m a privacy nut, too. Most “good” AI solutions are anti privacy.
    4. If anyone here has done a proper code review of AI generated code from coworkers, they should know it adds a ton of extra time because of errors, inconsistencies with repo practices, etc and actually wastes the time of the developer and reviewers.

    Am I saying “NEVER AI?”? nah. But it’s far from ready for me personally to even consider for programming purposes. I’m also well aware this isn’t what many others think or feel; I don’t scream at people for using it if it’s what they feel helps them.

    • silasmariner@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      I like to chat shit about AI coding assistants for the same reason I like to chat shit about anything that’s proffered as a game-changing revolution in how things are done – the effectiveness is always vastly overrated and the tooling and workflows take a long time to develop and tune. But I’m very happy for other people to improve the state of the art, and eventually I suppose my scepticism will mellow into a reluctant usage in certain contexts.

      But mostly I just really enjoy doing what I do day-to-day and don’t particularly fancy making any radical changes to that at the moment.

  • vermaterc@lemmy.ml
    link
    fedilink
    arrow-up
    9
    ·
    2 days ago

    What’s interesting is that people learning to code are more likely to say “I’m not using AI and I don’t plan to” then professionals.

    Sounds counter intuitive to me because I expected professionals to be more conservative in that matter. They already have some habits developed, as opposed to new learners that in theory should benefit from AI because it makes doing simple things easier and can quite well explain basic concepts.

    • juliebean@lemmy.zip
      link
      fedilink
      arrow-up
      16
      ·
      2 days ago

      i reckon professionals are more likely to be pressured by their job to use AI, regardless of their own preference.

      • TehPers@beehaw.org
        link
        fedilink
        English
        arrow-up
        8
        ·
        2 days ago

        My job has AI usage as an objective as well. It’s ridiculous. If a tool will make my job easier, then I’ll be the one to tell you, and I’ll be the first person advocating for it. The people in charge aren’t doing my job, so they can fuck off with the micromanagement.

        • FizzyOrange@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          2 days ago

          That actually hasn’t been my experience of programmers’ behaviour. There are many developers who can’t be bothered to set up tools like IDEs, intellisense, debuggers, etc. which would definitely make them faster after the initial setup. I can easily believe it’s the same for AI.

          That said, it does seem silly to require you to use it.

      • PokerChips@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        2 days ago

        Why are you forced to use it? Seems rather aggressive enough to be peculiar.

        Is there a profit motive that comes with your usage?

        Is it easier to track your progress?

        Are they training for your replacement?

        Or are there reasons truly so dearly genuine?

        • ElectricWaterfall@lemmy.zip
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 days ago

          Idk, it’s coming from the higher ups, they’re having everyone use AI as much as possible from writing emails, to programming, to even doing our performance reviews. They had a built in tool do do our performance reviews for us we just had to review edit and submit

      • FizzyOrange@programming.dev
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        2 days ago

        Wow that’s kinda crazy. My work is the opposite - we’re banned from using AI. Why is nobody in the sensible middle?

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

    Many professionals are trying to do a job and don’t much care about purity tests for being a “real developer”.

    If a tool works I use it.