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.

  • Adalast@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    I have a strong opinion that the problem is more one of people attempting to solve every problem with their shiny new hammer. AI, in the current incarnations, is very good at many things. When implemented properly, LLMs are great at filtering huge amounts of text data or performing semantic analysis. SD does produce images and can be directed.

    LLMs are not a replacement for thought. SD is not a replacement for an artist. They are all tools for helping people do things.

    I am designing a hypothetical LLM architecture for analyzing the relational structure of a story and mapping it out. I am hoping that it will be capable of generating a meaningful relationship network at the end. It is a very specific goal and a very specific structure. It won’t write a story; it won’t produce dialog; it won’t build a plot. What it will do is build a network of places and characters that can be used to make decisions for all of those things. I want something that helps with internal consistency of models doing other things. So if a GPT model were to write something, it could be fact-checked against the world network to see if what it is saying is reasonable.