• Shizzymcjizzles@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    9
    ·
    5 hours ago

    It’s not that they can’t be productive. Right now at least, what AI does is amplify how much work you can do. One of my friends codes for a big company that uses state of the art Claude models and he says that the system does 80-90% of the coding grunt work and the job is more of an editor and making sure everything is correctly annotated so that humans can understand what’s happening in the code in the future. This means that work that might have taken months he can complete in a week or two.

    • RedstoneValley@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      1
      ·
      4 hours ago

      This approach to coding is exactly what creates the problem. They will find out the hard way if they can continue to be productive when something breaks and AI is not available for whatever reason. Does anyone know how to fix it? Is the documentation sufficient to understand what the AI did?

      • Shizzymcjizzles@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        6
        ·
        3 hours ago

        My friend said early AI iterations were really bad at being opaque and that even now if you’re having it design the core architecture you’re going to have the problems you mentioned. But his job has basically changed to being focused mostly on being that architect. Using the metaphor of constructing a building. He used to have to do a lot of manual labor too, not just be an architect. Now he just has to tell the AI system what to build AND how. But the majority of the actual “construction” work is done by the AI system.

        • ramble81@lemmy.zip
          link
          fedilink
          English
          arrow-up
          7
          ·
          3 hours ago

          To continue with the analogy though, how many architects create things that an engineer takes one look at and laughs at because it’s structurally impossible (hint: a lot). Knowing the deep parts of the code and how it works becomes even more invaluable otherwise you risk Chinese building practices (quick, looks good, falls apart quickly).

          • Shizzymcjizzles@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            1
            ·
            53 minutes ago

            My friend is a full stack programmer with over 15 years experience with one of the largest financial institutions. So he can handle what you’re talking about no problem. But what IS a huge problem is that the reason he has the requisite knowledge now is because he spent years learning best practices by doing the grunt work that’s going to disappear. So in a few years they might no longer have people with the skills to do things right and then what you’re describing will absolutely happen and build quality will go to hell. The assumption from big tech is by then the models will have improved enough it won’t matter by then.

            • ramble81@lemmy.zip
              link
              fedilink
              English
              arrow-up
              3
              ·
              48 minutes ago

              That’s a hell of an assumption. Since we’re whipping out credentials, I’ve been in IT almost 30 years and I can tell you it’s not going to work like that.

              • FauxLiving@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                20 minutes ago

                I can see, in programming, how the current AI trend is displacing a lot of junior programmers who will not be senior programmers in 10 years due to the inability to obtain experience.

                AI hasn’t come for DevOps or SysAdmins jobs either, but it’s ‘good enough’ to do help-desk/tier 1-type tasks. That limits the job pool for new IT workers and will create a future shortage of experienced workers.

                I’m not worried about MY job, I’ve already accumulated the experience. It’s the new guys who are trying to get into support positions, where they are glorified knowledge base/Google searchers, who are having the hard time because AI CAN do search and summarization/RAG pretty effectively.

          • benjirenji@slrpnk.net
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            2
            ·
            3 hours ago

            At least in my experience these models are pretty good now to write code based on best practices. If you ask for impractical things they will start doing ugly shortcuts or workarounds. A good eye catches these and you either rerun with a refined prompt, fix your own design or just keep telling it how you want to have it fixed.

            You still gotta know how good code looks like to write it, but the models can help a lot.

            • Shizzymcjizzles@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              52 minutes ago

              This is what I’m hearing too. One thing my friend did mention was that without a nearly unlimited amount of tokens he’d run out really quickly.