Ok let’s give a little bit of context. I will turn 40 yo in a couple of months and I’m a c++ software developer for more than 18 years. I enjoy to code, I enjoy to write “good” code, readable and so.

However since a few months, I become really afraid of the future of the job I like with the progress of artificial intelligence. Very often I don’t sleep at night because of this.

I fear that my job, while not completely disappearing, become a very boring job consisting in debugging code generated automatically, or that the job disappear.

For now, I’m not using AI, I have a few colleagues that do it but I do not want to because one, it remove a part of the coding I like and two I have the feeling that using it is cutting the branch I’m sit on, if you see what I mean. I fear that in a near future, ppl not using it will be fired because seen by the management as less productive…

Am I the only one feeling this way? I have the feeling all tech people are enthusiastic about AI.

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

    Our company uses AI tools as just that, tools to help us do the job without having to do the boring stuff.

    Like I can now just write a comment about state for a modal and it will auto generate the repetitive code of me having to write const [isModalOpen, setIsModalOpen] = useState<boolean>(false);.

    Or if I write something in one file it can reason that I am going to be using it in the next file so it can generate the code I would usually type. I still have to solve problems it’s just I can do it quicker now.

    • cosmicrookie@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      5 months ago

      But thisbis OPs point. People are getting fired from tech companies because they don’t need as many people any more. Work is being done faster and cheaper by using AI.