• JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    23 days ago

    Let’s assume this is true, just for discussion’s sake. Who’s going to be writing the prompts to get the code then? Surely someone who can understand the requirements, make sure the code functions, and then test it afterwards. That’s a developer.

    • witx@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      23 days ago

      I don’t believe for a single instance that what he says is going to happen, this is just a play for funding… But if it were to happen I’m pretty sure most companies would hire anything that moves for those jobs. You have many examples of companies offloading essential parts of their products externally.

      I’ve also seen companies hiring tourism graduates (et al non engineering related) giving them a 3/4 week programming course, slapping a “software engineer” sticker on them and off they are to work on products they have no experience to work on. Then it’s up to senior engineers to handle all that crap.

    • William@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      23 days ago

      I think that’s the point? They’re saying that those coders will turn into prompt engineers. They didn’t say they wouldn’t have a job, just that they wouldn’t be “coding”.

      Which I don’t believe for a minute. I could see it eventually, but it’s not “2 years” away by any stretch of the imagination.

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        23 days ago

        Possibly. But… Here’s the thing. I’ve dealt with “business rules” engines before at a job. I used a few different ones. The idea is always to make coding simpler so non technical people can do it. Unless you couldn’t tell from context, I’m a software engineer lol. I was the one writing and troubleshooting those tools. And it was harder than if it was just in a “normal” language like Java or whatever.

        I have a soft spot for this area and there’s a non zero chance this comment makes me obsess over them again for a bit lol. But the point I’m making is that “normal” coding was always better and more useful.

        It’s not a perfect comparison because LLMs output “real” code and not code that is “Scratch-like”, but I just don’t see it happening.

        I could see using LLMs exclusively over search engines (as a first place to look that is) in 2 years. But we’ll see.

      • Cringe2793@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        23 days ago

        Definitely be coding less I think. Coding or programming is basically the “grunt work”. The real skill is understanding requirements and translating that into some product.

  • Modern_medicine_isnt@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    23 days ago

    They aren’t wrong, just late. Coding is already dead. Most coders I know spend very little time writing new code. Meeting/discussions about requirements, debugging, fighting with pipelines or tests. I once read that a good programmer writes 10 to 100 lines of fully functional, tested, working, and meeting the actual need code a day. I believe it.

    • Zacryon@feddit.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      23 days ago

      Coding is already dead. Most coders I know spend very little time writing new code.

      Oh no, I should probably tell this my whole company and all of their partners. We’re just sitting around getting paid for nothing apparently. I’ve never realised that. /s

    • Blue_Morpho@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      24 days ago

      I can see the statement in the same way word processing displaced secretaries.

      There used to be two tiers in business. Those who wrote ideas/solutions and those who typed out those ideas into documents to be photocopied and faxed. Now the people who work on problems type their own words and email/slack/teams the information.

      In the same way there are programmers who design and solve the problems, and then the coders who take those outlines and make it actually compile.

      LLM will disrupt the programmers leaving the problem solvers.

      There are still secretaries today. But there aren’t vast secretary pools in every business like 50 years ago.

      • Optional@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        24 days ago

        I thought by this point everyone would know how computers work.

        That, uh, did not happen.

      • Badabinski@kbin.earth
        link
        fedilink
        arrow-up
        0
        ·
        24 days ago

        I wrote a comment about this several months ago on my old kbin.social account. That site is gone and I can’t seem to get a link to it, so I’m just going to repost it here since I feel it’s relevant. My kbin client doesn’t let me copy text posts directly, so I’ve had to use the Select feature of the android app switcher. Unfortunately, the comment didn’t emerge unscathed, and I lack the mental energy to fix it due to covid brain fog (EDIT: it appears that many uses of I were not preserved). The context of the old post was about layoffs, and it can be found here: https://kbin.earth/m/asklemmy@lemmy.ml/t/12147

        I want to offer my perspective on the Al thing from the point of view of a senior individual contributor at a larger company. Management loves the idea, but there will be a lot of developers fixing auto-generated code full of bad practices and mysterious bugs at any company that tries to lean on it instead of good devs. A large language model has no concept of good or bad, and it has no logic. happily generate string- templated SQL queries that are ripe for SQL injection. I’ve had to fix this myself. Things get even worse when you have to deal with a shit language like Bash that is absolutely full of God awful footguns. Sometimes you have to use that wretched piece of trash language, and the scripts generated are horrific. Remember that time when Steam on Linux was effectively running rm -rf /* on people’s systems? I’ve had to fix that same type of issue multiple times at my workplace.

        I think LLMs will genuinely transform parts of the software industry, but I absolutely do not think they’re going to stand in for competent developers in the near future. Maybe they can help junior developers who don’t have a good grasp on syntax and patterns and such. I’ve personally felt no need to use them, since spend about 95% of my time on architecture, testing, and documentation.

        Now, do the higher-ups think the way that do? Absolutely not. I’ve had senior management ask me about how I’m using Al tooling, and they always seem so disappointed when I explain why I personally don’t feel the need for it and what feel its weaknesses are. Bossman sees it as a way to magically multiply IC efficiency for nothing, so absolutely agree that it’s likely playing a part in at least some of these layoffs.

        Basically, I think LLMs can be helpful for some folks, but my experience is that the use of LLMs by junior developers absolutely increases the workload of senior developers. Senior developers using LLMs can experience a productivity bump, but only if they’re very critical of the output generated by the model. I am personally much faster just relying on traditional IDE auto complete, since I don’t have to change from “I’m writing code” mode to “I’m reviewing code mode.”

          • unconfirmedsourcesDOTgov@lemmy.sdf.org
            link
            fedilink
            English
            arrow-up
            0
            ·
            23 days ago

            The same one they have now, perhaps with a steeper learning curve. The market for software developers is already saturated with disillusioned junior devs who attended a boot camp with promises of 6 figure salaries. Some of them did really well, but many others ran headlong into the fact that it takes a lot more passion than a boot camp to stand out as a junior dev.

            From what I understand, it’s rough out there for junior devs in certain sectors.

        • mashbooq@infosec.pub
          link
          fedilink
          English
          arrow-up
          0
          ·
          24 days ago

          The one colleague using AI at my company produced (CUDA) code with lots of memory leaks that required two expert developers to fix. LLMs produce code based on vibes instead of following language syntax and proper coding practices. Maybe that would be ok in a more forgiving high level language, but I don’t trust them at all for low level languages.

          • lightnsfw@reddthat.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            23 days ago

            I was trying to use it to write a program in python for this macropad I bought and I have yet to get anything usable out of it. It got me closer than I would have been by myself and I don’t have a ton of coding experience so it’s problems are probably partially on me but everything it’s given me has required me to correct it to work.

      • felbane@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        23 days ago

        The problem with this take is the assertion that LLMs are going to take the place of secretaries in your analogy. The reality is that replacing junior devs with LLMs is like replacing secretaries with a network of typewriter monkeys who throw sheets of paper at a drunk MBA who decides what gets faxed.

        • Blue_Morpho@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          23 days ago

          I’m saying that devs will use LLM’s in the same way they currently use word processing to send emails instead of handing hand written notes to a secretary to format, grammar/spell check, and type.

      • IsThisAnAI@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        24 days ago

        It’ll have to improve a magnitude for that effect. Right now it’s basically an improved stack overflow.

        • ripcord@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          23 days ago

          …and only sometimes improved. And it’ll stop improving if people stop using Stack Overflow, since that’s one of the main places it’s mined for data.

      • michaelmrose@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        23 days ago

        There is no reason to believe that LLM will disrupt anyone any time soon. As it stands now the level of workmanship is absolutely terrible and there are more things to be done than anyone has enough labor to do. Making it so skilled professionals can do more literally just makes it so more companies can produce quality of work that is not complete garbage.

        Juniors produce progressively more directly usable work with reason and autonomy and are the only way you develop seniors. As it stands LLM do nothing with autonomy and do much of the work they do wrong. Even with improvements they will in near term actually be a coworker. They remain something you a skilled person actually use like a wrench. In the hands of someone who knows nothing they are worth nothing. Thinking this will replace a segment of workers of any stripe is just wrong.

    • tias@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      AI as a general concept probably will at some point. But LLMs have all but reached the end of the line and they’re not nearly smart enough.

      • Optional@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        24 days ago

        “at some point” being like 400 years in the future? Sure.

        Ok that’s probably a little bit of an exaggeration. 250 years.

      • li10@feddit.uk
        link
        fedilink
        English
        arrow-up
        0
        ·
        24 days ago

        LLMs have already reached the end of the line 🤔

        I don’t believe that. At least from an implementation perspective we’re extremely early on, and I don’t see why the tech itself can’t be improved either.

        Maybe it’s current iteration has hit a wall, but I don’t think anyone can really say what the future holds for it.

        • mashbooq@infosec.pub
          link
          fedilink
          English
          arrow-up
          0
          ·
          24 days ago

          I’m not trained in formal computer science, so I’m unable to evaluate the quality of this paper’s argument, but there’s a preprint out that claims to prove that current computing architectures will never be able to advance to AGI, and that rather than accelerating, improvements are only going to slow down due to the exponential increase in resources necessary for any incremental advancements (because it’s an NP-hard problem). That doesn’t prove LLMs are end of the line, but it does suggest that additional improvements are likely to be marginal.

          Reclaiming AI as a theoretical tool for cognitive science

        • jacksilver@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          23 days ago

          LLMs have been around since roughly 2016. While scaling the up has improved their performance/capabilities, there are fundamental limitations on the actual approach. Behind the scenes, LLMs (even multimodal ones like gpt4) are trying to predict what is most expected, while that can be powerful it means they can never innovate or be truth systems.

          For years we used things like tf-idf to vectorize words, then embeddings, now transformers (supped up embeddings). Each approach has it limits, LLMs are no different. The results we see now are surprisingly good, but don’t overcome the baseline limitations in the underlying model.

          • Todd Bonzalez@lemm.ee
            link
            fedilink
            English
            arrow-up
            0
            ·
            23 days ago

            The “Attention Is All You Need” paper that birthed modern AI came out in 2017. Before Transformers, “LLMs” were pretty much just Markov chains and statistical language models.

        • Wooki@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          23 days ago

          we’re extremely early on

          Oh really! The analysis has been established since the 80’s. Its so far from early on that statement is comical

          • Todd Bonzalez@lemm.ee
            link
            fedilink
            English
            arrow-up
            0
            ·
            23 days ago

            Transformers, the foundation of modern “AI”, was proposed in 2017. Whatever we called “AI” and “Machine Learning” before that was mostly convolutional networks inspired by the 80’s “Neocognitron”, which is nowhere near as impressive.

            The most advanced thing a Convolutional network ever accomplished was DeepDream, and visual Generative AI has skyrocketed in the 10 years since then. Anyone looking at this situation who believes that we have hit bedrock is delusional.

            From DeepDream to Midjourney in 10 years is incredible. The next 10 years are going to be very weird.

    • assembly@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      The one thing that LLMs have done for me is to make summarizing and correlating data in documents really easy. Take 20 docs of notes about a project and have it summarize where they are at so I can get up to speed quickly. Works surprisingly well. I haven’t had luck with code requests.

      • APassenger@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        24 days ago

        It’s this. When boards and non-tech savvy managers start making decisions based on a slick slide deck and a few visuals, enough will bite that people will be laid off. It’s already happening.

        There may be a reckoning after, but wall street likes it when you cut too deep and then bounce back to the “right” (lower) headcount. Even if you’ve broken the company and they just don’t see the glide path.

        It’s gonna happen. I hope it’s rare. I’d argue it’s already happening, but I doubt enough people see it underpinning recent lay offs (yet).

      • CarbonatedPastaSauce@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        23 days ago

        Irrelevant, anyone who tries to replace their devs with LLMs will crash and burn. The lessons will be learned. But yes, many executives will make stupid ass decisions around this tech.

        • Angry_Autist (he/him)@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          23 days ago

          It’s really sad how even techheads ignore how rapidly LLM coding has come in the last 3 years and what that means in the long run.

          Just look how rapidly voice recognition developed once Google started exploiting all of its users’ voice to text data. There was a point that industry experts stated ‘There will never be a general voice recognition system that is 90%+ across all languages and dialects.’ And google made one within 4 years.

          The natural bounty of a no-salary programmer in a box is too great for this to ever stop being developed, and the people with the money only want more money, and not paying devs is something they’ve wanted since the coding industry literally started.

          Yes its terrible now, but it is also in its infancy, like voice recognition in the late 90s it is a novelty with many hiccoughs. That won’t be the case for long and anyone who confidently thinks it can’t ever happen will be left without recourse when it does.

          But that’s not even the worst part about all of this but I’m not going into black box code because all of you just argue stupid points when I do but just so you know, human programming will be a thing of the past outside of hobbyists and ultra secure systems within 20 years.

          Maybe sooner

          • CarbonatedPastaSauce@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            23 days ago

            Maybe in 20 years. Maybe. But this article is quoting CEOs saying 2 years, which is bullshit.

            I think it’s just as likely that in 20 years they’ll be crying because they scared enough people away from the career that there aren’t enough developers, when the magic GenAI that can write all code still doesn’t exist.

  • floofloof@lemmy.caOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    I’m curious about what the “upskilling” is supposed to look like, and what’s meant by the statement that most execs won’t hire a developer without AI skills. Is the idea that everyone needs to know how to put ML models together and train them? Or is it just that everyone employable will need to be able to work with them? There’s a big difference.

    • JordanZ@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      23 days ago

      I’m going with the latter. Even my old college which is heavily focused on development is incorporating AI into the curriculum. Mainly because they’re all using it to solve their assignments anyway. Since it isn’t likely to go away and it’s a ‘tool’ they’ll have available when they hit the workforce they are allowing its use.

      I’m not looking forward to seeing code written by some of these people in the wild. Most of the AI code I’ve seen is truly horrendous. I can’t imagine an entire business application of just strung together AI code being maintainable at all.

      I’ll just leave this here cause this future reality is even worse since they likely don’t understand the code to begin with.

  • Nighed@sffa.community
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    I’m going to call BS on that unless they are hiding some new models with huge context windows…

    For anything that’s not boilerplate, you have to type more as a prompt to the AI than just writing it yourself.

    Also, if you have a behaviour/variable that is common to something common, it will stubbornly refuse to do what you want.

    • mozz@mbin.grits.dev
      link
      fedilink
      arrow-up
      0
      ·
      24 days ago

      Have you ever attempted to fill up one of those monster context windows up with useful context and then let the model try to do some useful task with all the information in it?

      I have. Sometimes it works, but often it’s not pretty. Context window size is the new MHz, in terms of misleading performance measurements.

      • floofloof@lemmy.caOP
        link
        fedilink
        English
        arrow-up
        0
        ·
        24 days ago

        I find there comes a point where, even with a lot of context, the AI just hasn’t been trained to solve the problem. At that point it will cycle you round and round the same few wrong answers until you give up and work it out yourself.

  • DirigibleProtein@aussie.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    It will be interesting to find out if these words will come back and haunt them.

    • “I think there is a world market for maybe five computers”.
    • “640K ought to be enough for anybody.”
  • MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    I wonder how they think that’s possible, the attempts I’ve made at having an “AI” produce working code have failed spectacularly.

  • jubilationtcornpone@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    I seem to recall about 13 years ago when “the cloud” was going to put everyone in IT Ops out of a job. At least according to people who have no idea what the IT department actually does.

    “The cloud” certainly had an impact but the one thing it definitely did NOT do was send every system and network admin to the unemployment office. If anything it increased the demand for those kinds of jobs.

    I remain unconcerned about my future career prospects.

    • MeekerThanBeaker@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      Yes… because there will be users who will always refuse to fix their own computer issues. Even if there’s an easy solution at their fingertips. Many don’t even try to reboot. They just tell IT to fix it… then go get coffee for a half hour.

  • suburban_hillbilly@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    Guys selling something claim it will make you taller and thinner, your dick bigger, your mother in law stop calling, and work as advertised.

    • assembly@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      We will all be given old school Casio calculators a d sent to crunch numbers in the bitcoin mines.

  • TheObviousSolution@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    22 days ago

    Can I join anyone’s band of AI server farm raiders 24 months from now? Anyone forming a group? I will bring my meat bicycle.

  • captainastronaut@seattlelunarsociety.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    Says the person who is primarily paid with Amazon stock, wants to see that stock price rise for their own benefit, and won’t be in that job two years from now to be held accountable. Also, who has never written a kind of code. Yeah…. Ok. 🤮

  • Vipsu@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    As software developer I am not scared that A.I will take away our jobs. What I am scared is that at that point A.I good enough to do most jobs out there.

    All it really needs to do is replace large chunk of the service industry to do wreck massive havock in our society.

    • PenisDuckCuck9001@lemmynsfw.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      23 days ago

      If enshitification isn’t stopped, the job market could devolve to the point everyone that isn’t an “elite” will be living in a medival-like society and the only way to get food is by using a barter system to trade with other destitute poor people. The second hyperinflation hits, the rich and the poor will practically be living in different worlds. Learn either a medival skill or a skill that would be beneficial in such a society. I’m doing machining and blacksmithing. Might start dabbling in chemistry too. If I can’t be successful in modern society maybe I can be highly skilled and successful in whatever secondhand society emerges.