• stoy@lemmy.zip
    link
    fedilink
    English
    arrow-up
    32
    ·
    7 hours ago

    Thank you, this is what I have been trying to tell people, I am an IT guy at a financial services company, the entire company is currently AI pilled, and I hate it.

    Replacing knowledge and skills with a statistics based chatbot is insane.

    The only times I use AI is like a dynamic manual, and that is only if I couldn’t find the information through a normal googling.

    I have tried to use AI to write code for me, and it terrified me, it was so easy, but I lost control and understanding of the code, and I hate that.

    I want to be able to glance at the code of a script I have developed and be able to remember how it works, and I don’t get that with AI.

    A skilled employee with knowledge of the code/system is far, far more valuable than a statistics based chatbot.

    • billwashere@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 hour ago

      The way I look at it is AI is a time saving tool if you know what you’re doing. Otherwise it’s like playing IT Russian roulette. There are many times I could write the code or procedure I need manually but using AI has saved me countless hours. I’m not doing anything mission critical and I know how to read the code/scripts/configs it’s spitting out. I would never in a million years just accept what it spits out as gospel. I basically treat the output like a junior developer created it and I’m doing the code review. I’d also like to add in running all this on local models since I have the hardware to do that. And 95% of it is either for a lab or a proof of concept. I’ve also had it spit something out I didn’t understand and went and looked it up and learned something in the process. That’s always a nice surprise.

      But you do bring up a very good point. It is VERY easy to lose control and understanding of what it’s spitting out. And you absolutely need people to understand what the code is doing, regardless of who or what wrote it. I’ve inherited projects when people leave that I have spent days if not months trying to understand.

      There are many things I don’t like about AI… at least the kind run in giant data centers using up way too many resources like electricity and water. But under the right circumstances and used correctly, it can be a very powerful and useful tool.