AI has torched the market for junior programmers

(seldo.com)

76 points | by cdrnsf 2 hours ago

19 comments

  • bluescarni 1 hour ago
    I am not really seeing how the first chart can be construed as AI disrupting the junior job market...

    The 22-25 red line had plateaued before the release of ChatGPT and was already trending downwards by the time ChatGPT appeared.

    Additionally, it took a quite a while before vibe and agentic coding appeared and gained traction, and I cannot really see how the precipitous decline between say Jan 2023 and Jan 2024 can be attributed mainly to AI.

    The "other" reasons mentioned later in the post seem much more convincing.

    • thisisit 1 hour ago
      I was just about to comment the same. It’s like a hammer in need of a nail. Here’s where ChatGPT released and jobs dovetails so it must be true.

      It will also be interesting to see 2019 through 2021. There was a glut of hiring post COVID and companies have to think about every dollar they spend post ZIRP.

    • variadix 1 hour ago
      Indeed. Their single most important piece of evidence not providing any strong indication the decline is from LLMs does not bode well for their argument. If it were the case you would expect the slope to become more negative with increasing LLM capability, and it in fact does the opposite.
  • sdevonoes 1 hour ago
    There are non technical people building and shipping software. That’s fine, but not all software is equal: the software you release and it’s behind an ecommerce platform (or a bank, or a hospital, or the train system) is not like the software behind your custom-made productivity app. I think for the former software we still need people with the title “software engineer”

    And as systems become more complex with time, we will need more people with the title “software engineer”

    • fbrncci 49 minutes ago
      That does make it sound like there are only 2 types of software. The “serious” and the “unserious”. There’s probably a few dozen types rather, it’s much less black and white. At a client we have non-technical people ship “serious” software based on their 20+ years of experience in their respective field that definitely doesn’t need the same approach as a banking or health care application, but it would also be an insult to group that with productivity apps. No juniors or coding knowledge needed; LLMs fill that gap.

      I as a senior am still called in to consult and shoot down attempts to actually integrate it into the wider system without triggering a full technical review.

    • coderatlarge 1 hour ago
      i suspect many licensed civil and other engineers may be looking at the currant situation as the moment when software people stop being able to just call themselves “engineers “ because they can type source code into an editor just like drawing a plausible bridge on paper doesn’t qualify you as being able to actually build one.
  • WillPostForFood 1 hour ago
    I'd like to see a larger date range. The Stanford dataset starts in 2021 (covid, work from home, low interest rates, govt stimulus), which is one of the weirdest economic times in the last 100 years. It would be useful to see how Jrs are doing compared to ~10 years ago.
    • ghaff 1 hour ago
      This is one of the problems with a lot of the data in this area. So many different things were/are happening in the space. Gold rush because tech is profitable including bootcamps, AI and companies planning for AI in the future, interest rates/overhiring, etc. etc.

      That said, I find a lot of anecdotal information from many people in the space that tech was flooded by a lot of junior programmers who were basically in it for the money with minimal training and they're having a hard time of it. The same thing happened to webdev during dotcom.

  • Chance-Device 1 hour ago
    We don’t need to rebuild the ladder, and we don’t need juniors. By the time the seniors leave the job market, the software engineer profession as we know it simply won’t exist. I very much doubt that there will be the higher level architect position either. If Fable 5 is anything to go by, we’re all replaceable within 12 to 24 months. The rest is social inertia.
    • boshalfoshal 4 minutes ago
      wow an actual ai-pilled comment on here for once, I agree with your sentiment. People opining about "rebuilding the ladder" have no idea whats coming for the software industry, and the general populous of white collar work.

      "Models can code well now but they cant do high level architecture" is just a logical fallacy. Its literally only true in this particular moment in time. But if they can code well, whose to say they wont architect well? And at that point, what do SWEs do? If anything, SWEs are in the critical path of automation for these AI labs anyway, so theres a very strong incentive to automate us out vs other professions, and it'll happen soon. All these random 1-off datapoints of "Fable 5 can't do X very idiosyncratic thing" are completely missing the point. 6 months ago, even attempting that problem with any "tool" would be totally intractable, and now it _just_ writes a slightly subpar solution. You can do some basic extrapolation here, its not that complicated.

      Your best bet is to just chose a different career, or, if you still want to be in the software industry, be more enterprising.

    • lurking_swe 8 minutes ago
      just the other week I asked Fable 5 to diagnose the cause of some intermittent latency spikes on an API that queries an OpenSearch cluster at work. I encouraged it to look at the datadog metrics, splunk, the whole works. I let it loose to look at whatever it wanted.

      End result - 2 hours later it produced a convincing theory with lots of references, and burned a bunch of tokens too of course. just for fun we tried its suggestions and deployed them to prod. Guess what? Didn’t fix the issue. Alas, a human was needed after all.

      either everyone’s working on toy problems, or they’re working on very cookie-cutter code. I’m really not sure. I DO remain impressed with Fable 5 but the idea that we’ll all be unemployed in 2 years is hilarious delusion. we’re already at the point where many organizations are scaling back some of their AI spend.

    • MattPalmer1086 1 hour ago
      How will AIs train on new tech without new data to train on?

      On the bright side, maybe that means the end of new javascript frameworks every 6 months :)

      • Chance-Device 47 minutes ago
        I think they’ll be writing that new tech, and will be able to read the source code, and reason from first principles. I doubt they will need human generated training data.
        • MattPalmer1086 26 minutes ago
          I thought training new models on AI generated output leads to model collapse?
          • Chance-Device 22 minutes ago
            My point is more that they won’t need new training data to extrapolate to new problems, especially if that new problem is just a new syntax or API. Put the whole shebang into the context. Done. Yes, you need super long context for this, or just pretty good search over it, but I think this is likely to become a solved problem.
    • whazor 1 hour ago
      Actually I believe these agentic models will teach you the value of software engineering faster. You can vibe entire code bases in days and learn more quickly.

      In my experience with all agents, including Fable, is that they work great when there is automated validation. But as soon as it needs to design something, it just keeps adding so much slop.

      • Chance-Device 45 minutes ago
        That’s just the latest position that the goalposts have moved to. They haven’t stopped improving yet, I have no reason to think they’ll stop at the ideation phase. Or any of them, really.
    • pixel_popping 1 hour ago
      Fable 5 will be genuinely weak compared to what's coming, I mean, we need to remember this is kinda the beginning still, we will genuinely reach a point where all benchmarks will score 99.9%. Think Opus 10, GPT-10... :)

      Also Fable 5 isn't "that impressive" as a lot of people have that kind of intelligence since 6 months+ by using combo of models and loops (I scored better on HLE than gpt-5.5 xhigh last January with some good tooling and 6x the cost), but for a lambda Claude Code user, I can see why it looks that good.

      • PestoDiRucola 37 minutes ago
        What makes you think that models will improve with the same pace that they have been improving in the past few years?
      • Chance-Device 1 hour ago
        Are you using it or are you just going off benchmarks?
  • petilon 1 hour ago
    In silicon valley, apartment rents are up 20% relative to one year ago. People are getting hired, clearly. Not sure who.
    • BadCookie 1 hour ago
      Or people who were remote got called back to the office. Or they lost their job while living elsewhere and had to move to the Bay to find a new one. An increase in the net number of jobs is not the only possible explanation. The jobs might just be changing their geographic requirements.

      Anecdotally, I know one couple who is selling their house to move back to a tech hub for better job opportunities. Another couple working from a rural location recently had one partner lose their big tech job. If the laid-off partner doesn’t get a new job in the next few months, I expect that they will start talking about moving, too.

      • petilon 1 hour ago
        > Or people who were remote got called back to the office.

        That's not the explanation according to this article [1].

        > Or they lost their job while living elsewhere and had to move to the Bay to find a new one.

        It is hard to afford Bay Area rents -- even if you have a job. I can't see someone looking for a job signing a 1-year lease at these rates. Also, unlike the old days, interviews are remote, being physically present in the Bay Area doesn't give you an advantage.

        [1] https://www.sfchronicle.com/bayarea/article/remote-work-stab...

    • petra 1 hour ago
      Startups need more than just junior software developers, and AI opened many new opportunities for startups.
      • petilon 1 hour ago
        What kinds of people are they hiring? 1 BR that used to be $2750 last year is now $3400, clearly they are getting paid a lot.
  • m00x 1 hour ago
    I've interviewed a ton of junior engineers. Our company was senior-heavy and we're just now diversifying.

    80% of them should reconsider their career paths. They glaringly cheat during interviews, they can't answer basic software questions, and they're clearly in it just for the money.

    They were never interested in software. They just saw the success of software engineers that put in a lot of work, and were fooled by the 2021-2024 hiring spree to think it would be easy.

    • marginalia_nu 1 hour ago
      To be fair junior developers almost universally kinda suck and you have to teach them the job. They'll take 10x the time to do a job a senior would, and do it in a way that is much more complicated than it needs to be.

      The reason you bother with them is and has always been to create future senior engineers that understand your business well enough to ensure business continuity.

      • throwyawayyyy 1 hour ago
        I think this is the thing. Companies have always been forced rather against their immediate interests into the cost of hiring junior engineers. As soon as the idea gained traction that this cost was unnecessary, companies stopped. So: we had the post-COVID tech slump, and then immediately after, by horrible coincidence for prospective junior engineers, LLMs turned out to be good at coding. Result: a missing generation of engineers, and a giant headache in about 15 years time. But which tech exec could possibly care about what happens in 15 years?
      • coderatlarge 1 hour ago
        testing is the new coding
      • j45 1 hour ago
        Universities haven't kept up with the pace of change in software development in 1-3 years.

        Too many if not most can't even change a single sentence in their curriculum in 1-2 years.

        It doesn't mean University isn't worth it, it's worth less if you aren't self-directed learner building things.

        • BoxFour 1 hour ago
          Universities never kept up with current practices and to be honest I don’t really think it’s their job to.

          Universities aren’t vocational schools. An undergraduate education can, at best, teach you how to learn complex topics independently and give you foundational knowledge you can build upon later whether you’re going into industry, pursuing a PhD, or doing something unrelated.

          The place for you to learn “practical” software development is an internship or an entry-level role, assisted with a lot of self-directed learning that hopefully university made possible for you.

        • marginalia_nu 1 hour ago
          Problem is that programming is as much practice as it is theory. You need years practical programming experience to be good at programming, and universities are really not set up to provide that.

          One might argue that it might not be a bad idea to have apprenticeships like they do in traditional trade crafts. I'd argue that this is what the junior programmer role is.

        • bee_rider 1 hour ago
          This is the well known weird thing about programming, right? University students learn CS, happen to also pick up some programming trade skills as a side effect, and then get hired as software craftspeople. The coincidentally learned skills are never quite up to date, just close enough.

          But nobody wants to set up programming trade schools or apprenticeships so shrug.

          • BoxFour 1 hour ago
            Programming trade schools were (are they still?) quite popular for a long time - see lambda school et al.

            They weren’t a panacea either.

            • ghaff 46 minutes ago
              I have to imagine those are the people being hit hardest at the moment.
        • mschuster91 1 hour ago
          > Universities haven't kept up with the pace of change in software development in 1-3 years.

          Maybe, just maybe, companies should invest into training again instead of outsourcing training to universities and saddle the prospects with the cost in the form of student debt? FFS we used to tell our children "if a job requires you to pay for entry, you're getting scammed" - and yet, we've all accepted it with "academia", "coding bootcamps" and god knows what else.

          Universities should be a place for the gifted to advance science, not be degree mills for large companies too goddamn lazy and penny-pinching!

          • ghaff 1 hour ago
            The problem is we've ended up in this place where most companies don't do a lot of training and employees often don't stick around for more than a couple of years. You can finger point about the chicken and the egg but it's more or less where we've ended up in a lot of cases.

            Extensive training made a lot more sense where people stuck around for 15-30 years but I expect a lot of people here would find that ludicrous.

        • dataplumb3r 1 hour ago
          [dead]
    • geor9e 26 minutes ago
      I got a degree in mechanical engineering. There's these two technicians under me that for years I thought we just hired off the street and maybe they graduated high school. I have to show them how to use terminal. I have to show them how to fix a Python script.

      Imagine my horror when I found out recently both of them have a computer science bachelor's degree from a UC Santa Cruz.

    • awepofiwaop 1 hour ago
      > they're clearly in it just for the money

      That's often how jobs work. I happen to like my job, but let's not pretend like everyone is going to make sufficient money following their most passionate interests.

      • vunderba 48 minutes ago
        That might be true, but I never met a ME/EE major who wasn’t passionate about their craft. Not once.

        Anecdotal in my experience, but that also used to be the case for most CS majors back when I graduated... but that was well before the rise of the FAANGs.

      • cosmodisk 1 hour ago
        I'm yet to meet anyone even remotely associated with tech ( let's call it all IT) that is good and only cares about money. Debugging code at for 8 hours straight is most people's hell on earth but some people love it and that love doesn't come through paycheck alone.
        • cassianoleal 1 hour ago
          > is good and only cares about money

          I do the job for money. Period.

          I also happen to really enjoy computers, systems, etc. I enjoyed most of the jobs I've had, but the reason why I was there doing the job, as opposed to being at home nerding out for my benefit alone, was always the need to pay bills.

        • sixtyj 1 hour ago
          Everyone perceives the world differently. For example, I like to look for mistakes and I spot them (in a text while editing), but I have a friend who’s hopeless at that. On the other hand, he’s good at seeing projects through to the end, which is something I’m not good at.

          So it really is good to find people who are a good fit for a specific position - and who, in the worst-case scenario, would do the work even for free or without anyone supervising them.

          The question is whether the younger generation has grown up with the motto “money first and at any cost”… Not everyone, of course, but when I see how everything everywhere is reduced just to monetary value, it makes me feel a little down sometimes.

      • sixtyj 1 hour ago
        If people are unable to find joy in their paid work even after some time, they should consider doing something else.

        For sure, sufficient money is important part of this equation.

        But I strongly believe that if you find (your sort of) fun in what you do then you become faster and more efficient at it.

        Edit: Cleaning, nursing etc. Yes there are professions that almost no one wants to do. But that doesn’t mean that these people do it just for money.. this is prejudice that if you don’t like it and don’t have fun that other people are the same. No, they aren’t.

        • sdevonoes 1 hour ago
          Wheres the joy in cleaning public toilets? Should all of those workers leave?
          • sixtyj 1 hour ago
            It is a prejudice. You have to ask them. Ask nurses why they do what they do. Ask house cleaning stuff why they do it. For sure, a lot of people stay in their jobs because they don’t have any opportunity. But if you go deep enough you find out that a lot of them found some sort of fun while doing their cleaning-public-toilet-sort-of-job. (I have done my research so I know what I am talking about.)
    • cassianoleal 1 hour ago
      > they're clearly in it just for the money

      It's a job, working for someone else. What other reason is there?

      • chung8123 1 hour ago
        Some people have a passion for their craft and use that to generate money. There is a difference between people who just are there for the money and people that are there for the money and the implementing their craft.
        • cassianoleal 59 minutes ago
          Such a large part of the job is dumb meetings, politics and trying to work around bad governance. The only reason to put up with all that is money, because one needs to pay the bills.

          Remove the need to pay bills and you'll be left with no one applying for a crappy job making money for someone else.

          Implementing the craft has nothing to do with putting up with employment and employers, workplace harassment, waking up at unhealthy hours, wasting most of one's time awake doing things for someone else...

    • coderatlarge 1 hour ago
      i don’t condone cheating but i also don’t blame anyone who follows a generally benign career path for its financial benefits.
      • 01100011 1 hour ago
        I wouldn't blame them either, but I sure as hell wouldn't hire them.
        • Loughla 1 hour ago
          Why? If they do good work and meet or exceed expectations, who cares why they're doing it?
          • knollimar 1 hour ago
            The problem is they do good enogub work or don't care about the quality when they should push back.

            Or they will refuse to self invest, which makes them a worse long term investment for a company.

            • rvz 30 minutes ago
              > The problem is they do good enogub work or don't care about the quality when they should push back.

              With the sort of carelessness in the quality of your sentence, I probably would not hire you then.

              Seniors and above lead by example.

        • coderatlarge 1 hour ago
          I’ve seen passionate artisans waste way more time than focused, disciplined, mercenaries; i think it’s a situational choice
    • datakan 1 hour ago
      That’s every profession. I interviewed someone once that claimed Linux skills on his resume. I asked a couple basic questions and his response was, “well I don’t know that but my dad does”.

      Great, when is he applying?

    • tjwebbnorfolk 1 hour ago
      I've been programming for 25 years now because I really like it. But if it didn't pay, I'd do something else, because I really like not being poor even more.
    • sys_64738 1 hour ago
      > They glaringly cheat during interviews, they can't answer basic software questions, and they're clearly in it just for the money.

      I'm curious what they do to cheat during interview?

      • icedchai 58 minutes ago
        They simply ask Claude or ChatGPT. I've had a few interviews with individuals who were definitely cheating. Strange pauses. Obviously typing and then reading from the screen, giving incredibly verbose answers...
    • ghaff 1 hour ago
      I do think that's part of it. A lot of people jumped into the roles when they saw it as an alternative to other types of STEM or, heck, any work and was likely to pay a lot more money.
    • siva7 1 hour ago
      I have no doubt any junior, no matter their background or degree, will break into tech fine like all of us did if they are in for the reasons we got in - being nerds and fascinated by software. You can't fake that.
    • kappar 1 hour ago
      > They glaringly cheat during interviews

      How so? I am curious what cheating you are experiencing and how you detect it.

    • 01100011 1 hour ago
      Going back 29 years to the beginning of my career, I'd say maybe 50% of the graduates in my class, probably more, either were not cut out to be engineers or didn't really have any passion for it(or both).

      I can't imagine what the ratio is now after everyone was pushing their kids into coding and every douchbag chasing a high salary tried to enter the field. Maybe close to 90%?

      I can't imagine there is much of an issue for bright, passionate folks just starting their career if they can manage to communicate their passion and skills to a company. Sure, they might not go directly to a fang, but there are literally tens of thousands of companies who staff engineers and if I were new that's where I'd target to get started.

    • Fraterkes 1 hour ago
      Alright, I’m at the start of my career but do have a genuine burning interest in programming. Am I fucked or not?
      • ThrowawayR2 9 minutes ago
        [delayed]
      • coderatlarge 1 hour ago
        I’m at the end of my career and got lucky to share your interests at the beginning of a specialist boom

        in your place i’d focus on delivering big wins for end-users via multiple roles ; i personally believe the days of being a specialist in one type of stack (ex: “i’m a ui developer”) are over , in this next stage we’ll say “i build products for young people looking for educational opportunities “ ; ie you’ll beed to cut across use-cases and disciplines in a way that was atypical just a few years ago

      • jemmyw 1 hour ago
        If you're in that 20% that actually has an interest in the work then you'll probably be fine.
        • coderatlarge 1 hour ago
          actually my feeling on this is that pretty soon unless you’re in the top 1% of performers for a software task it will become difficult to hold a role at a frontier company.
    • brcmthrowaway 1 hour ago
      Exactly my thought. It's the same psychopathic cohort when quant finance was hot. Graduate to a 500k job? Too hard to refuse.
    • trueno 1 hour ago
      honestly at this point putting out a software-coded job requisition is getting the interview cheaters full stop now.

      our noob to hero pipeline these days is just requisitions that cover some basics but flat out say its an entry position and a chance to step into something new. we quickly weed out the overqualified and find candidates who seem like theyre genuinely just looking to find a way to break into something new, and our interview process is largely centered around getting to know them as a person what they're all about and we seem to do an okay job triangulating "this kid is curious, seems like they'd glue well with everyone here". mildly grill on some technical stuff but mostly just to get a read on where they're at & make assessments on what we're willing to teach. we actually don't do whiteboarding coding exercises or any of those challenges, not really a fan of those and i've never felt like they were a useful litmus test on whether or not someone will be successful in a role. people can hide a lot of insufficiencies/ego/insecurity/toxicity behind coding exercises, polished resumes and mastering interviews. it is of our opinion that the journey to expertise/excellence also involves having a good grasp on who you are as a person & who you want to be, and a solid moral compass you can navigate with. because there will be highs and there will be some very low lows, any journey to excellence sails these seas & we're very interested in people who can be open and honest about where they might be.

      at this point we've reasoned out that the normal requisition is just going to get an influx of people who think they're charmers and can rehearse an interview and then pan out to be a nothingburger. we've had a couple of those in the past few years and it's annoying. we don't hire often do but when we do we're just interested in having someone around that we like and seems eager to learn, we've had great luck with this formula and this seems to pluck out people who get lost in a sea of incredible looking resumes, we give them a good learning track and goals and they seem to leapfrog past every goalpost we've put in front of them. as far as juniors go, we like hearing about other weird non-computer problems they've solved in life. when we find the right candidate we kind of just know when we talk with them, they universally are pretty open about their own shortcomings but just demonstrate some sort of very passionate need to build or solve things and find a community where their contributions are valued. we see the mission as needing to build them up as a person first and the nerdy stuff is the fun sidequest they can join us and chase dopamine with. we all enjoy teaching & watching people grow so it works out pretty well and we've transitioned a couple to senior positions in the past 4-5 years. people who, when we first interviewed them years ago, may have not had any business on paper being in this field. people we're proud to have watched pan out to be incredible resources, some of the heaviest hitters our org has seen, and if im being real at this point really great friends.

  • akmarinov 1 hour ago
    Would be interesting to see how this affects the service companies.

    Typically for a project you’d have something like 1 senior, 1-2 mid and 2-3 juniors and sell the team to the client.

    The junior/mid is where the margins are, as seniors knew their value and commanded a bigger salary with little margin for profit, but juniors aren’t paid as much, yet you can still comfortably bill the client.

    Nowadays it’s 1-2 seniors for the whole thing and the service company is expected to pay for the tokens the seniors use to replace the lucrative juniors, so it’s a double hit for the company.

    • 01100011 1 hour ago
      For the past couple months I've been "managing" Codex to do plenty of grunt work. Granted I'm not one to produce thousands of lines per month(systems engineer, mostly bug fixing and extending a large library which sits on top of proprietary HW), but I think my SOTA model use for the period is under $200. Getting a jr to do the work would have been more frustrating and cost 100x more. Sure, it would have been in society's interests to train a junior dev, I'm not arguing against external benefits to it. But damn, I am now convinced coding is going away as a skill and certainly in 5 years I will never deal with code directly ever again. Oh and I've learned, or relearned, a lot while working with LLMs. I am a better engineer now than I was a few months ago.
  • taf2 1 hour ago
    The timescale of this analysis is a big issue IMO- Covid hiring was all kinds of whacked out - with FANG companies competing to hire literally entire graduating cs classes.
  • alunchbox 2 hours ago
    On the flip side, IS this a good thing for senior engineers?
    • bayarearefugee 1 hour ago
      > On the flip side, IS this a good thing for senior engineers?

      Doubtful.

      You'll be expected to produce much more, you aren't likely to see raises commensurate with the increased productivity, and the AI tide is still rising and will likely eventually put downward pressure on your pay at an increasing rate.

      • compiler-devel 1 hour ago
        Indeed. Things are looking very bleak for software engineering as a specialization. It's been clear for years that Capital has been desperate to crack the software development nut, so to speak. Starting about 15 years ago, the intensity of Capital to destroy software engineering as a lucrative discipline really began in earnest: bootcamps, special certificate programs, the "learn to code" movement, and now AI. For at least 20 years I've heard Capital banging on the door to invade and drive wages down and now they've finally won.
    • petilon 1 hour ago
      Unless AI capabilities keep increasing and AI starts usurping more senior roles.
    • MattGaiser 2 hours ago
      I think it depends on what kind of senior you are. Juniors are by their nature mostly order fillers. Seniors can be anywhere from more complex code order fillers to fairly well developed experts in business logic.
    • cyanydeez 2 hours ago
      No, because ageism.
      • alunchbox 2 hours ago
        can't have both can we?
        • cyanydeez 25 minutes ago
          wanter: 20years of experince with 1-year old github repo
    • fraktl 1 hour ago
      [dead]
  • sublinear 1 hour ago
    > These are marketers, founders, teachers, analysts, and product managers, and they are writing software, which in my book makes them developers. They just don't identify that way, and more importantly it's not their job title, and job titles are what labor statistics count.

    This makes perfect sense and is a net good. There were a ton of awful bloodsucking SaaS startups destroying progress for these niches.

    People who understand their niche best have taken it upon themselves to build exactly what they need.

    The question about junior devs is a red herring. There are no "junior devs" because the title is obsolete. If you want to get hired as a dev, you need to at least show off some projects that pass scrutiny. This is the way hiring always was anywhere that wasn't a coding sweatshop.

    • matheusmoreira 1 hour ago
      > If you want to get hired as a dev, you need to at least show off some projects that pass scrutiny.

      I have several hobby projects. Is that really all it takes to get hired?

      By "project" do you mean "product"?

    • oblio 1 hour ago
      > These are marketers, founders, teachers, analysts, and product managers, and they are writing software, which in my book makes them developers.

      We've always had people developing, in many forms. Scientists of all kinds, usually with Python, finance people with Excel, etc.

      I think that yes, they can go a lot farther now. So this will make the bottom of the software curve grow 10-100x.

      Now, the real question for developers is: what does this do to the middle and top or the curve? In my experience that's where maintenance comes in and anyone who's not a trained software developer (and even many SDEs) break their necks. "Casuals" will build what their need, but even with AI guiding them, it's still spaghetti.

      It's going to be interesting keeping an eye on this, for sure.

      • sublinear 1 hour ago
        Yes, and to be fair, I'm not saying those people that used to be behind the wheel at the "bloodsucking SaaS companies" are out of luck, or necessarily had bad intentions either.

        This is just the natural next step towards a more mature kind of consulting. The client needs help scaling up their project or deploying it to the rest of their business. This is massive opportunity for any entrepreneur since the client is coming much better prepared.

  • rvz 1 hour ago
    > In early 2025 I predicted that AI will create many, many more programmers, and that new programming jobs would look different.

    Turns out that as admitted, the opposite was true and was predictable. Such that, in late 2024 [0], I predicted that there would be more layoffs in 2025.

    > In March I checked in and found startups substituting compute for labor at record rates, with the wave of new jobs nowhere in sight.

    Of course they would. Why hire a junior software engineer when you can replace them with an offshore remote mid engineer at 1/10th of the cost and give them Claude?

    Surely that makes all of this even cheaper? False. Just ask Apple. [1] Or Boeing [2] [3] with their expensive offshoring and their trade secrets either leaked or the quality degraded.

    And those drunk on token usage are now limiting it because it is expensive. Ask Meta, Tesla, Amazon and Microsoft why they are not "tokenmaxxing".

    [0] https://news.ycombinator.com/item?id=42490692

    [1] https://www.reuters.com/world/india/india-investigating-tata...

    [2] https://www.lemonde.fr/en/economy/article/2025/06/12/boeing-...

    [3] https://www.computerworld.com/article/2513787/boeing-and-the...

  • charcircuit 2 hours ago
    The article makes the false assumption that you can only get better at software engineering by a 1:1 interaction when someone better. It doesn't address that AI can take this role. It doesn't address that there doesn't have to be a job market for junior developers for more senior developers to be created. There are other ways like reading or creating your own software to become senior level.
    • gwerbin 1 hour ago
      Juniors can't become seniors without doing real work and using their brains to do it. There is no profession, trade, or skill that you can get good at without doing it.
      • icedchai 55 minutes ago
        I'm being told by the corporate leadership that the future of software is basically babysitting agents. "You won't write code anymore, everything will be done through agents. Your job is to direct and review." It is deeply, deeply depressing.
      • charcircuit 1 hour ago
        People don't have to be employed to do real work. Keep in mind even senior developers take time to ramp up at a job and learn the ropes of the position.
    • novok 2 hours ago
      In my experience, I learned software engineering myself. I didn't get much mentorship or a lot of one-on-one attention. There was some interactions with my coworkers, but it was not as amazing as people think it was back then and I came with a lot of personal experience before my first job. The main skill of software is learning and figuring out things by yourself and proactively asking for help.
  • deadbabe 2 hours ago
    Anecdotally we haven’t hired junior engineers in over a year and do not plan to.
    • throwyawayyyy 1 hour ago
      I'm about to get a junior engineer to work with at my Big Tech company. This used to be normal, it's now slightly extraordinary. I've not worked with a junior engineer in literally years. Even typing this, I think: this must be hyperbole, it's true though.
    • a34729t 1 hour ago
      Us either, at least any team I work with (reasonably large public software company worth several hundred billion dollars)
    • ttoinou 1 hour ago
      Anecdotally I hired a junior and it was a net loss
    • throwaway4233 1 hour ago
      Wouldn't you be losing out on the fresh ideas and perspectives new entrants into this field brings ? I had read "Valley of Genius: The Uncensored History of Silicon Valley" a few months ago and most of the disruptions in the industry came from engineers who brought in fresh perspective or had the energy to try something different.
      • deadbabe 1 hour ago
        I’m gonna be blunt: most of their ideas will probably be stuff they read off an LLM anyway and just reworded.

        All our good ideas come from senior level people drawing from a rich history of experience and bold vision.

    • 1270018080 1 hour ago
      Same. I don't think it will happen for as long as my company exists.
    • tokioyoyo 2 hours ago
      Same here.
      • akmarinov 1 hour ago
        +1

        Used to have an “academy” where we pick people up from first year in uni and get them to learn from zero.

        Haven’t had one in ~3 years, no plan to.

        Also half the company was downsized.

        No hiring in 3 years, cutting tons of people and tons of people leaving, we’re now at a point where in the tech i work in, our most junior person is a senior with about 10 YoE

      • fer 1 hour ago
        Here we are, and it's big tech. Had quite a few interviews scheduled over the last few weeks, literally more than in the last 2 years.
    • onraglanroad 1 hour ago
      [flagged]
      • echelon 1 hour ago
        Stop the moral grandstanding. This is a legitimate observation.

        We're also not hiring juniors. Only seniors who can use LLMs and evaluate the outputs.

        • matheusmoreira 1 hour ago
          > Only seniors who can use LLMs and evaluate the outputs.

          I'm just a hobbyist but I've gotten pretty good at using LLMs and evaluating and refining their outputs. Think there's still space in this industry or is it hopeless?

          • deadbabe 1 hour ago
            It’s a bad look these days IMO to say you have no real classical training but you picked up an LLM and now you think you know what you’re doing (for a job interview).

            In the past, people without formal training had to learn things the hard way and projects were proof enough that they understood the fundamentals, but now there is no way to reasonably distinguish between such people and a heavy LLM augmented user. In our company we will likely place more importance now on full four year CS degrees as a signaling mechanism of candidate quality.

            Keep it a hobby and build stuff you like.

        • rvz 1 hour ago
          Glad we were never "juniors" either, nor would we ever hire them. Here is the reason:

          We just layoff the expensive engineers and offshore all our work to very cheap remote staff engineers (at least 2 in Mumbai), give them the Claude chatbot to do the work of 20 engineers.

          So now we have reduced our costs by 90%. No need for juniors at all.

          • echelon 1 hour ago
            What's with these attitudes?

            The world is changing rapidly. There's a very large chance you and nobody else here will have a software job.

            • rvz 45 minutes ago
              You are not going far enough given that the world is changing faster than you can hire seniors.

              So why wait? Why not go further by spinning up hundreds of Claude agents without the need to hire any engineers? You just manage them.

              Or even at least offshore that job to a very cheap staff engineer with more cost savings?

  • j45 1 hour ago
    Junior devs will need different skills. One will actually like being near a keyboard, and doing it as much for passion as profession/profit.

    The people who are succeeding are learning and playing and building their own experience they can demonstrate.

    There's few shortcuts if any that last. It comes out in the wash quicker.

    On the senior end there remains a gap and advantage between understanding of human vs understanding of AI on how best to approach or work through things.

  • ShinyLeftPad 2 hours ago
    > We are watching programming stop being a job title and become a capability, the same way "typist" stopped being a job title when it became a thing everyone was expected to know.

    Casually pretending that decades of software engineers comparing programming to typing and saying "you are not a programmer, that is not a job" long before chatbots, didn't exist.

    The job was always "software architect", "software engineer", "web developer", etc.

    • dataviz1000 1 hour ago
      > the same way "typist" stopped being a job title when it became a thing everyone was expected to know

      The same way "computer" and "calculator" stopped being a job title when they became devices might be a better way to reason about what is happening.

      • hnuser123456 1 hour ago
        Those things stopped being full time jobs, but they only became more important to understand how they worked. Knowing more math makes you a better "living computer", but it also makes you a better programmer, in terms of code optimization for hardware constraints, and architect, because you have a better understanding of what is possible.

        A junior developer will still be much better at vibe coding (in the technical sense) than a senior manager who's never looked at code, but perhaps not as good at choosing what to code in the first place.

        • dataviz1000 1 hour ago
          > but they only became more important to understand how they worked

          Agreed. At one point, for this reason, they introduced graphic calculators into the classroom, for example, circa 1990, the TI-81. It became more important to understand how they worked than spend the time to do the calculations.

          A couple days ago, I wanted to understand how the Contrastive Language-Audio Pretraining model works so I spent 3 hours making data visualizations using Claude Code. [0] Look at the math notation which to me is very intimidating. Nevertheless, being able to visualize the values as animated cells in a grid synced with computation, I immediately grokked how the information was transformed into something that can be used to train a model from audio data -> image data -> 512 embedding.

          Working through these problems in 3 hours using a coding agent will be analogous to working through calculous and linear algebra problems in 1990 with a graphing calculator. It is still 3 hours of wracking a brain.

          [0] https://adamsohn.com/clap/

    • ttoinou 1 hour ago
      Lots of software engineers were just stack overflow copy pasters. No offense, it’s also a good way to learn, I’ve also done my fair share of stupid programming, but let’s not pretend the value to humankind was huge there
      • sublinear 1 hour ago
        Lots of people are now writing much worse code with AI. I'm not sure what you're saying other than "experience is valuable".
  • dataplumb3r 1 hour ago
    [dead]
  • vatsachak 2 hours ago
    [flagged]
    • novok 2 hours ago
      Did you write these 2 sentences with AI too?
      • vatsachak 2 hours ago
        Nah I've actually gotten really good at sounding like an AI to bait lol
    • oblio 1 hour ago
      > It's not replacement, it's democratization.

      At this point every statement that contains "democratization", coming from a tech person, is almost guaranteed to reduce our rights in the long run.

    • georgemcbay 2 hours ago
      This reads like an ad for Anthropic, written by Claude itself.
      • vatsachak 2 hours ago
        I've just learned to impress VCs what can I say
        • bitwize 1 hour ago
          You might be the ultimate hackernews
        • lioeters 1 hour ago
          Damn it, all the AI hype bros have dulled my sarcasm detector. Well played.
    • hackboyfly 1 hour ago
      [dead]
  • MattGaiser 2 hours ago
    I suspect that the last white collar workers have been trained outside of regulated fields.

    If it can be taught, an AI can do it. The only work left is either manual or inherently new.

    • pigeons 1 hour ago
      Ai can't even take a McDonald's order as well as a low paid human yet
    • IshKebab 1 hour ago
      > If it can be taught, an AI can do it.

      Absolutely not the case now. Maybe it will be in future, but that's basically impossible to predict.

    • cyanydeez 2 hours ago
      you sound like a CEO.
      • MattGaiser 2 hours ago
        Not at all. I’m a run of the mill dev who would like to stay ahead of the AI wave.
        • fmbb 1 hour ago
          How are you staying ahead?
          • m00x 1 hour ago
            By what he's saying he clearly isn't.
            • lioeters 1 hour ago
              He's still on the idealistic believer stage of the hype cycle, when the world has moved on to the disillusionment stage of the rollercoaster.
  • jack1689 2 hours ago
    I feel it has rather created an opportunity for a junior programmer to deliver 5x faster than before and it has lowered the barriers to be a decent junior developer. Perhaps in today's job market for junior devs what changed are the metrics against which they are judged for. It's not just knowing theory of coding, it's about speed at which you ship and most importantly quality. Ultimately, how good is such a developer to push code with agents. What do you think?
    • calvinmorrison 1 hour ago
      I see the opposite economic problem. Guys in their 50s with a house for 120K and a 2.0 mortgage and no kids in the house or graduated cost less than a young junior with a wife and kids and a house
      • jack1689 1 hour ago
        100% would echo that - but I'd say it's a wide problem across job markets not just for junior programmers
    • MattGaiser 2 hours ago
      The problem is that someone has to oversee the junior and the multiplier on productivity also applies to the overseer.

      So you could have the senior oversee the junior or just have them oversee Claude.

      • icedchai 52 minutes ago
        Yep. I've worked with a couple of juniors that were acting as poorly working proxies for AI. If I have to review the output anyway, it is easier to eliminate the middleman.
      • ttoinou 1 hour ago
        Difficult truth, but that’s the truth we need to accept