Where is the AI jobs crisis?
Posted by bwestergard 6 hours ago
Comments
Comment by mindcandy 2 hours ago
https://blog.glassdoor.com/site-us/wp-content/uploads/sites/...
https://www.glassdoor.com/blog/worklife-trends-2026/
But, CEOs figured out that if they blame layoffs on AI, stock go up a lot. Reporters know that anxiety about AI drives the clicks that write the checks.
I do think that AI anxiety is making HR around the world anxious about hiring. That's my best guess for why everyone is finding they need to apply to 500 jobs to get anywhere. So, AI is making it hard for you to find a job not because it took your job, but because HR is reading ragebait and turning it into a self-fulfilling prophecy.
Comment by packetlost 2 hours ago
Comment by wbl 1 hour ago
Comment by giancarlostoro 1 hour ago
Comment by giancarlostoro 1 hour ago
This is what a buddy who works at a major consulting firm told me about the hiring trend, we are returning to all the pre-COVID hiring norms.
Comment by calvinmorrison 1 hour ago
Comment by BaconPackets 6 hours ago
Comment by MoonWalk 6 minutes ago
Comment by JumpCrisscross 6 hours ago
Nominal wages being up rejects the hypothesis that folks are being downsized into lower-paying roles.
Comment by lesuorac 29 seconds ago
Comment by throwaway27448 5 hours ago
Comment by bwestergard 5 hours ago
Comment by wombatpm 5 hours ago
Comment by alexsmirnov 54 minutes ago
Comment by lesuorac 4 minutes ago
Comment by hackboyfly 3 hours ago
Comment by actionfromafar 5 hours ago
Here's a new one. Musk goes to a concert. On average everyone there is a billionaire.
Comment by markstos 5 hours ago
Comment by WillPostForFood 5 hours ago
Median weekly earnings of the nation's 121.0 million full-time wage and salary workers were $1,235 in the first quarter of 2026 (not seasonally adjusted), the U.S. Bureau of Labor Statistics reported today. This was 3.4 percent higher than a year earlier, compared with a gain of 2.7 percent in the Consumer Price Index for All Urban Consumers (CPI-U) over the same period.
Comment by nobodyandproud 35 minutes ago
Edit: 4.2% (2025) vs 4.3% (2026).
Comment by 5701652400 5 hours ago
Comment by munificent 1 hour ago
Comment by rich_sasha 5 hours ago
The average person earns an average salary doing something very different to the stuff we on HN stress about.
Comment by 5701652400 5 hours ago
your local datacenter does not care about local chickens or eggs, or private tutor, or pretty much anything at all. not even energy, it is has its own nucleaer reactor nearby. it is one-way economy from now on. you are only a consumer, not a producer. there is virtually nothing you (nor average joe) can provide that "datacenter" needs.
Comment by emp17344 3 hours ago
Comment by heathrow83829 5 hours ago
Comment by gruez 5 hours ago
Yes, if you get to pick prices of arbitrary items to compare against, it's easy to come to whatever conclusion you want[1]. That's why CPI uses a basket of goods, specifically to avoid cherry picking shenanigans.
[1] https://www.aei.org/wp-content/uploads/2022/07/cpi2022junea-...
Comment by elektronika 3 hours ago
Comment by heathrow83829 4 hours ago
Comment by gruez 3 hours ago
The BLS agrees. That's why "shelter" is weighted 35.6% in the CPI basket, by far the biggest item.
> I couldn't care less about all the other categories, personally.
If we're going by what people "care" about (whatever that means), the basket would probably be like 70% gas prices, 20% grocery prices, and 10% for everything else. Empirically speaking, those two are far more salient politically than housing.
Comment by heathrow83829 10 minutes ago
Comment by Ancapistani 5 hours ago
Comment by themafia 3 hours ago
Comment by o_nate 5 hours ago
Comment by atleastoptimal 5 hours ago
But then people who work in actual tech companies come in and explicitly say they are not hiring any juniors anymore specifically because AI is good enough to do most of what juniors do, and that senior engineers can now write 3x as much code, etc.
There seems to be a desire for a narrative that AI really just can't replace productive work, and that it's all a mirage. However it seems just like common sense that if an AI can do junior-engineer-level coding work, that a company has less reason to hire a junior engineer.
Comment by bwestergard 5 hours ago
https://www.employamerica.org/labor-market-analysis/dont-bla...
The New York Fed has also released some research suggesting remote work has been a major factor differentially affecting early career workers.
https://libertystreeteconomics.newyorkfed.org/2026/06/remote...
"But then people who work in actual tech companies come in and explicitly say they are not hiring any juniors anymore specifically because AI is good enough to do most of what juniors do, and that senior engineers can now write 3x as much code, etc."
If you want an anecdote: the media company I work for just started hiring interns and juniors in software career tracks again after a lengthy hiatus.
Comment by txru 3 hours ago
Every now and then, I actively try to make an LLM replace my tasks, and fully do greenfield projects I would accept- I don't see it. It's very good, no doubt. But I have or have been given the project parameters, and just like with a junior, failures in communication inevitably lead to breakdowns in execution.
Comment by fdsdfsdfzxczxc 3 hours ago
It requires a lot of guidance, luckily, I mean thank god otherwise we would be goners. The job itself hasn't become easier, but it did change. If you come across failures you update the spec, the guard rails, whatever you use to guide it. It's not a "it produced bad code and now it's forever useless" type of situation.
Comment by txru 3 hours ago
Comment by fdsdfsdfzxczxc 3 hours ago
Comment by piloto_ciego 3 hours ago
I mean, in your defense, last year I think you would have been right, but right now? Codex rocks, as does Claude. I am literally making money shipping a greenfield project to a customer right now. I'm basically a cheap consultant that is incrementally adding features to make something exactly what they want for way cheaper than it would be to do it the old way.
There are hiccups, outages, things to fix etc. but the customer is happy with the output, and the reduced price means they get bespoke solutions rather than some BS one size fits all SaaS app. Then my job is maintenance and effectively "ITSM." Which kind of sucks in some ways, I miss writing real code for real projects, but this is the future going forward. If you want something for your business, you'll generate it rather than pay for it and for now at least, getting beyond localhost requires someone who knows a bit about computers or is willing to learn. Most small businesses aren't willing to learn.
Now, to your point. Is the code all that clean? Nope (and in your defense sometimes I read through the codebase and shudder)... but who cares? Like, for awhile I would go through and frantically edit it, but why? It worked. Not only that, but there's going to be a new model in 3 months or whatever that can clean it up and make it less shitty. I've literally done that a couple times since I started doing this in January.
The customer ain't reading the code. They don't care as long as the the functionality works - that's what counts. The gazillion tests I have keep it stable as I push code, and the CI/CD pipeline removes a ton of the ass pain I'd have without it.
The biggest thing I'm worried about when it comes to clean code and good design is trying to make sure I keep the token count down on these projects so I can actually do meaningful work without burning through a week's worth of tokens in a single day. That, and I like to try to keep a sort of architectural bird's eye view on what's happening...
Like, I'm not sure what niche of the industry you're in, but for the stuff I'm using it for, stuff is working really well with LLMs.
Comment by lifeisstillgood 47 minutes ago
Comment by kalb_almas 1 hour ago
Typically, this is not the type of phrase that is said right before everything goes extremely well
Comment by dw_arthur 59 minutes ago
Comment by nwatson 2 hours ago
Comment by txru 3 hours ago
Comment by piloto_ciego 3 hours ago
Comment by red75prime 3 hours ago
I would have preferred someone who uses a null hypothesis and statistical tests.
Comment by OptionOfT 5 hours ago
Yes, and juniors aren't known for their productive work in the beginning. That's not their purpose. Their purpose is to do the mundane work, because it is important for them to become less junior and more senior.
That is robbed of them.
Which in 5-10 years means the need for senior developers is gonna shoot through the roof.
Comment by mohamedkoubaa 2 hours ago
Comment by deadbabe 2 hours ago
If senior engineers are even 2x more productive with AI, then it’s like there are 2x as many senior engineers.
Most likely, seniors will be 10x more productive in 5 years using AI. This outpaces the retirement rate.
All the software engineers we need for the next 20-30 years are already in the current workforce.
Only way juniors can rise to the level of seniors will be through independent projects, long unpaid internships/apprenticeships, etc.
The industry will now have heavy gatekeeping built in.
Comment by rurp 55 minutes ago
There's no way of knowing what the industry will look like decades from now. Even assuming the prediction that seniors become 10x more productive, that would mean software becomes much cheaper to produce. Does that induce enough demand for additional software that keeps employment levels high? Could be, who knows.
Alternatively, maybe software hits a saturation point where there just isn't as much new ground to cover and employment levels crater. That could happen too.
Comment by dragandj 2 hours ago
Comment by atleastoptimal 4 hours ago
Comment by JeremyNT 3 hours ago
A year ago I had no use for any LLM-driven tools, and today I can do my entire job without writing a single line of code.
If that happened in a year, what can we expect in 5? I have no idea what my job might even look like by then.
Comment by sublinear 4 hours ago
Comment by gruez 4 hours ago
Not even chess-playing? More applicable to jobs though, they're arguably better than some juniors.
Comment by t-3 2 hours ago
Comment by _aavaa_ 4 hours ago
Comment by gruez 5 hours ago
Yup, that's reflected in the data as well, no need to invoke "vibes" or whatever.
https://www.economist.com/content-assets/images/20260516_EPC...
https://www.economist.com/content-assets/images/20260516_EPC...
The likely explanation is that there's job losses happening in some sectors, but it's made up for in other sectors.
Comment by tboyd47 5 hours ago
Comment by scottious 5 hours ago
Comment by icedchai 52 minutes ago
Comment by leptons 3 hours ago
Comment by Qhemlomo 3 hours ago
How? By making a 5 person team a 4 person team + AI.
If i think about my co-workers (not excluding myself) from last 15 years, there was always someone you would accept just because it was better than not having that one person. If i can now replace them with more tokens/better models, man i wouldn't hesitate (of course i know what this means on a person to person level :/)
Comment by emp17344 3 hours ago
Comment by MoonWalk 34 seconds ago
Comment by themafia 3 hours ago
Are you talking the big 10? Or "tech companies" in general?
> AI really just can't replace productive work
Okay. Show me the productivity gains. Those are measurable. Why is the "AI is ready" crowd never prepared to show this?
> that if an AI can do junior-engineer-level coding work
Then you have no competitive edge and most of your output probably cannot be copyrighted.
Comment by epolanski 1 hour ago
Comment by thrownaway561 4 hours ago
Comment by nawgz 5 hours ago
I mean, if we want to not talk about economics that’s fine, but can the AI actually do junior work at the same price? What if we don’t look only at quarterly reports, and instead include the value of having people knowing about the business having to explain it to others, who then learn it and can improve it over time?
I think it’s clear the AI is strong, there’s no doubt about that, but that’s not the whole picture.
Comment by mfuzzey 5 hours ago
Even if we assume it can then not hiring Juniors still doesn't make sense - where will seniors come from in the future?
Comment by thewebguyd 5 hours ago
Comment by HDThoreaun 3 hours ago
Comment by atleastoptimal 5 hours ago
Comment by sdellis 4 hours ago
If AI was truly strong, we would be seeing signs in the job market. And we would certainly be seeing a lot more subscriptions and demand for these services. For most people, AI does not improve their lives. For a lot of them, especially younger people, it makes their lives much harder and sadder.
Comment by thewebguyd 5 hours ago
It's always been difficult to put a number on that value, which is the problem for the MBAs running the show. There's no number on the P&L assigned to tribal knowledge, and improvements that can be made by those with that knowledge and experience within the business.
It's a mistake that businesses keep repeating, over and over again, yet never actually learning the lesson. And now the industry is going to repeat it again, until there's enough pain that they realize that lost value and start rehiring again.
Comment by woohanhan 40 minutes ago
I know plenty of people looking for job for months at this point. I am looking for 3+ months and have a few leads finally but nowhere close to offer. Remember, people have to live in these high cost GEOs (SF, Seattle, NYC and others). Since COVID, the US economy is effy at best with housing prices doubled, rents and household expenses doubled. Just for something simple it costs $200 subscription like mowing the lawn. Pulling stats out of some dashboard that a rando made is not how people live day to day life. Remember, people lie with statistics all the time.
So yes, there is a significant job crisis. Because Ycombinator invested in AI companies this narrative is suppressed here and moderator DANG (one of the worst) heavily moderates anything critical of AI and YC.
Comment by sp1982 5 hours ago
https://corvi.careers/blog/global_software-engineering_jobs_...
Comment by heathrow83829 5 hours ago
BTW, cool site!
Comment by sp1982 5 hours ago
IMO, AI coding tools have materially improved SWE productivity compared with two years ago. The open question is whether demand for new products and services will expand enough to absorb that productivity gain. If demand does not increase correspondingly, then it may only be a matter of time before we see meaningful job market pressure, starting with SWE.
Comment by james_marks 3 hours ago
The big job sites feel rife with unqualified applicants and outright fraud, leaving me frankly unsure how to proceed.
It feels like a crisis of candidates-to-job-openings matching, and AI has made it much worse.
Comment by OptionOfT 5 hours ago
Comment by dywilby 5 hours ago
Comment by voidfunc 5 hours ago
My best advice for folks that want to get into software now is be willing to do it cheap for awhile and then jump once you've developed some skills. If you were getting into this industry for the money you're properly fucked and I hope you didn't load up on debt. If you're passionate about building stuff there's still room but the path forward is a lot murkier.
Comment by dustymcp 5 hours ago
Comment by jason_oster 3 hours ago
I have been out of the tech startup labor market for many years. But when I was doing hiring in a startup around 2017, we had to put specific, conscious effort into accepting inexperienced candidates. The default mode for hiring is finding like-minded individuals whose experience overlaps with the existing team.
Using AI as a scapegoat for hiring freezes or layoffs is just more FUD. Like all propaganda campaigns, the purpose of fatigue is to induce an amnesia effect.
Comment by fluoridation 2 hours ago
Comment by 2rfff 5 hours ago
The reality is most firms are running out of projects to take that make economic sense.
Note: ECONOMIC SENSE. This has nothing to do with refactoring for the sake of refactoring. Its all to do with earnings growth with respect to the cost of capital.
Comment by matheusmoreira 5 hours ago
Definitely feel the murkiness. I've been programming as a hobby for over ten years and only recently started wanting to do it professionally. I'm actually wondering if there's a path for me.
Comment by vl 4 hours ago
There is no need for developers, testers, PMs, TPMs, devops, leads anymore. Communication burden and structure imposed by these roles is too high when you have AI. It doesn’t make sense to tell somebody to do something and for them to type it into the AI. You can type it into the AI yourself without wasting the time.
There is new job - software creator. Think of it as a single person replacing a team. This job requires different mix of skills, and different level of autonomy. Hiring needs to be adapted to this really, and people need to adapt. Some will shine in this new world, and those who still narrowly think of themselves as specialists in the specific old role are going to be jobless.
Comment by 5701652400 5 hours ago
Comment by mirsadm 5 hours ago
Comment by 5701652400 5 hours ago
Comment by jason_oster 2 hours ago
Comment by bossyTeacher 1 hour ago
Comment by Daishiman 5 hours ago
Comment by colesantiago 3 hours ago
We only have like 2 seniors down from 30 and they are more productive than ever.
I expect with Mythos we can get this down to at least 1 highly paid senior engineer and the rest a swarm of agents they are managing.
Comment by themafia 3 hours ago
Then you might as well work for yourself.
> getting into this industry for the money
I can make more money doing HVAC but I'm tired of being on hot roofs.
> the path forward is a lot murkier.
If you're just here for the money go somewhere else. If you're here because you love computer science then ignore these people and do the work. If you can't find a company get a dayjob and do it for yourself.
Comment by thealish 4 hours ago
Comment by epolanski 1 hour ago
I haven't been on the market for long luckily, but as an independent consultant I went from getting 2 to 3 contacts per week to none per months.
Comment by paulpauper 5 hours ago
Comment by pockybum522 5 hours ago
Comment by thewillowcat 5 hours ago
People are right to point out that hiring is nothing like the post-pandemic years, but it's not clear that it's any tougher out there than, say, 2018. This is from the perspective of someone with a lot of industry experience, though. I can't speak directly to the experience of junior engineers.
Comment by x312 2 hours ago
Comment by marcosdumay 2 hours ago
The jobs openings / unemployed close but a bit larger than 1 is the expected value when nothing is turning the economy completely upside down right now. It means there is no new shock that is too fast for people to adapt.
What is surprising, yes, because I could easily name half a dozen shocks that I would expect to see there. But it seems US people are adapting quickly right now, or things are canceling out.
Comment by RigelKentaurus 5 hours ago
Comment by paulpauper 5 hours ago
Comment by sshine 3 hours ago
The prediction that AI will lead to mass unemployment is largely a widespread fear more than an observation.
AI washing: On the one hand, you have periodic mass layoffs that could be related, but also could be "AI washing", with the companies citing AI to sound progressive when, in fact, they just over-hired.
Multiple independent sources find no broad signal. (Anthropic's labor research, Yale Budget Lab, Apollo's chief economist Torsten Sløk)
I'd still like to know more about the junior situation, though.
Comment by RigelKentaurus 4 hours ago
Comment by sshine 3 hours ago
Comment by ubercore 3 hours ago
But to keep this out of a low-value vent, my experience has been that the _threat_ of it is there, but in my small corner of the world/industry, lots of layoffs that would have happened anywhere may just be categorized as "AI" layoffs, but the wild manpower reducing benefits aren't really there. The larger an org gets, the more of your job is dedicated to human stuff, and you can just get some of the code part done a little more quickly.
Would be interesting if we could measure how much effort is put into agentic coding harnesses, frameworks, and theory, vs labor saved using them.
Comment by epolanski 1 hour ago
At least I don't have to review PRs, we have built a team around the concept of trust and not needing to check each other's work.
There's simply too much work to start nit picking in PRs, everybody's very talented and a good engineer you can trust. They ask for feedback when they want it.
And no, we're not producing slop, if anything AI has helped improve the codebase a lot and the harnessing has definitely raised the bar at all levels.
But sure as hell, the job sucks now, and I hate it. And it's not just due to the amount of work.
Comment by impure 5 hours ago
Comment by adamredwoods 6 hours ago
>> The May jobs report reinforced this with nonfarm payrolls jumping by 172,000, confirming that there are no signs of workers being replaced by ChatGPT.
Comment by darth_avocado 5 hours ago
Job numbers get revised every month, in a negative direction.
New grad unemployment is high and trending higher.
New jobs exclusively are held up by addition in healthcare industry, almost every other sector is seeing some negative movement.
A lot of job openings, a good chunk of them, are just fake jobs where the company has no intention of filling them.
Pretty bold for someone to ignore all of that and come up with a claim like that.
Comment by dwoldrich 4 hours ago
Job opportunities differ by state and de-growth hostility to business policies and crony investments. Where I am, layoffs and offshoring continues. I hear new grads are increasingly opting for the skilled trades, which is interesting given they aren't getting use out of their degrees.
Comment by darth_avocado 1 hour ago
Since Jan 2025, the only two upward revisions have been in the last 3 months. So we’re both correct here. This year (3 months of data), has been a mixed bag. But on a longer time horizon (last 6, 9, 12 months) the revisions have mostly been negative.
Comment by bwestergard 6 hours ago
Comment by paulpauper 5 hours ago
Comment by Analemma_ 6 hours ago
If you leave out healthcare, 2025 had massive job losses overall, with Boomer bedpan cleaning bringing the net number up to just above zero.
Comment by sarchertech 5 hours ago
Also Gen X isn’t that much smaller than the boomers, and millennials are the largest generation ever. Plus all generations aster the baby boomers have fewer children per couple to take care of them, so demand for healthcare jobs isn’t going to drop anytime soon.
Comment by JumpCrisscross 6 hours ago
You’re comparing a low-frequency trend with a high-frequency cycle. The latter has lots of data to characterize it. The former may be secular or may be a slow cycle; nobody should be adjusting for it in the base data.
Comment by AnimalMuppet 6 hours ago
Comment by paulpauper 5 hours ago
Comment by 9rx 6 hours ago
Comment by specproc 4 hours ago
On the other hand, I'm just finishing an agent-heavy piece. After getting it set up, it's been some of the most mindless and soul-destroying work I've had the displeasure of in a while. This stuff will be near minimum wage in a few years, totally unskilled babysitting.
AI really hasn't been all that bad for work, by volume at least. I know where I want to focus my efforts though.
Comment by shinryuu 3 hours ago
Comment by specproc 1 hour ago
Longer term, I don't know. I'd happily take something more secure if it came along, as long as it's not childminding for an agent. Super busy and bored out my mind the last few weeks, the worst sort of work.
Comment by abalashov 6 hours ago
Comment by paulpauper 5 hours ago
Comment by 5701652400 5 hours ago
Comment by Qhemlomo 3 hours ago
A lot of people and companies working left and right building things which are obvious that they are coming.
We do not know yet how that impacts even more people.
And AI already removed certain jobs.
Comment by piloto_ciego 3 hours ago
As though the decades of work I've put into my career means I should want a job as the hamburger man or working as a ditch digger. No shade to burger flippers or ditch diggers, but these are not jobs that I'm trained for, nor are they jobs that I remotely want to do. So for me, aviation expert, programmer, ML engineer, weird IT generalist, guy with a math degree who speaks a couple languages, and isn't exactly fully capable anymore, the idea that jobs in some other field (like an RN or an Oncologist or Electrician) are just something I can pivot into is just hilarious. It's such a shallow and ignorant take. Even the premise that all jobs are equally distributed and there aren't jobs that are more or less in demand at any time is a real funny take too.
I'm so glad I started working for myself, because honestly, seeing this dogshit analyses from supposed experts means I'll be able to keep making money for a long time just be actually trying when I need to think about something.
Comment by thesumofall 5 hours ago
If you had to hire a concierge for a hotel, would you rather take a guest-oriented, quick-witted junior or an AI? If you could either take a Waymo or an 80-year old driver, what would you take?
I don’t believe hiring managers think that one-dimensionally. Roles are unique and in some roles experience is more important than in others. Plus, juniors already balance their lack of experience with lower salary expectations.
The much easier explanation for the anecdotes: companies are more cautious at the moment and if you only have a few positions to hand out, you rather take the proven hand than risking it on someone who hasn’t shown yet that they can do it
Comment by nphardon 2 hours ago
Comment by bottlepalm 2 hours ago
Comment by kulshan 3 hours ago
Comment by kmoser 5 hours ago
Comment by amelius 6 hours ago
Comment by b-man 6 hours ago
Comment by ryukoposting 6 hours ago
Comment by kevinob11 6 hours ago
Comment by ryukoposting 3 hours ago
Maybe words work better?
There were roughly 28 months' worth of tech job postings within the 15 month period from July 2021 to October 2022.
If you change the baseline to a rough average of the last 2 years, 0.66, that ratio becomes 42 months' worth of job postings within 15 months.
I'd be curious to see what the numbers look like as a percentage of the existing tech workforce. Like, if there are 100 workers and the number of job postings doubled from 5 to 10, that's a huge deal. But if there are 1000000 workers and the number of job postings doubled from 1 to 2, well that's not a huge deal.
Comment by gwbas1c 3 hours ago
Comment by james_marks 3 hours ago
https://www.pewresearch.org/social-trends/2020/01/09/trends-...
Comment by roadside_picnic 1 hour ago
Even if AI is an absolutely bubble, and SpaceX, Anthropic and OpenAI all cease to exist in a year... there's simply no way that AI has not fundamentally changed work. Even if I was forever pinned to the local models I'm running and the agent harnesses they use, I would never write code for work the same way.
But I lived through the rise of the web. I remember serving dynamic websites through cgi (which meant a new instance of an interpreter was spawned per user session). I vividly remember great JavaScript books saying things like "never use JavaScript for core functionality". I recall Java engineers saying Ruby on Rails was a toy and would never take off, that Python offered nothing over Perl and that "rich web applications" where never going to replace app native interfaces. I remember when the MVC pattern from the early Smalltalk days being dusted off and repurposed for web applications, completely changing how we designed software for the web.
And all of that is just software. It wasn't until the pandemic that ebooks replaced print books in share of academic library circulation (reversing a decades long trend of reduced circulation).
In my daily use of agents for coding and other forms of problem solving, while it is a wild accelerant, it's also clear we have not even started scratching the surface of how to think about building things with these tools.
I suspect we'll adapt to AI faster, but having lived through one major tech revolution, transforming work still takes some time. I'm not surprised we don't see an immediate jobs crisis.
Not to mention the completely separate topic that huge classes of employees were not and are not all that productive, so boosts in productivity don't imply lost jobs. That would require a boost in productivity combined with pressure to create concrete value with less, looking at the SpaceX IPO we're still a ways away from working about how efficiently we create concrete value.
Comment by grim_io 4 hours ago
Comment by ams92 6 hours ago
Comment by sdellis 5 hours ago
Comment by alephnerd 6 hours ago
At this point the harness/applayer matters more, as different models perform better or worse on exploit classes depending on the prompt, tuning, and various other parameters.
Of course, by the time HN hyperfixates on a topic, it's already been executed on and HN is too late.
Comment by porridgeraisin 3 hours ago
In larger models, these fine tuning techniques work more reliably/robustly. Because of this many usecases tend to prefer larger models. It is possible to work the same behaviour into the smaller model, but it requires more effort. But it's one-time. And smaller models are usually much cheaper. People make a tradeoff along this curve.
This is observed at few-B scale upto hundred-B scale. No way for us non-anthropic/openai to fine tune beyond that of course.
Comment by dubeye 4 hours ago
Comment by guluarte 53 minutes ago
Comment by 7e 6 hours ago
Further, the graph shown is pretty noisy and I'm not sure the upward move which counters the downward trent is statistically significant.
Comment by nomel 6 hours ago
Comment by tamimio 2 hours ago
Comment by 9rx 6 hours ago
Comment by handfuloflight 6 hours ago
Comment by 9rx 5 hours ago
Comment by handfuloflight 5 hours ago
Comment by 9rx 5 hours ago
Comment by handfuloflight 5 hours ago
Comment by paulpauper 5 hours ago
Comment by spelunker 2 hours ago
Comment by rootusrootus 6 hours ago
Comment by forinti 5 hours ago
Comment by prerok 5 hours ago
Comment by rootusrootus 2 hours ago
But yes, middle management would qualify ;-). My manager seems spooked by LLMs. Loves to use them to write his emails, but seems to internalize that since they're doing his job for him at this point, his boss may figure it out.
Comment by jongjong 3 hours ago
Comment by catigula 3 hours ago
This literally is a brand new phenomenon; it's only a matter of time.
Comment by fdsdfsdfzxczxc 3 hours ago
Comment by wxw 5 hours ago
Comment by eatsyourtacos 4 hours ago
Now I have no need for anyone from a coding perspective.. I can keep up with multiple clients requests with a breeze. I don't have to manage anyone. I type of my phone while I'm on a walk and work gets done for me.
So yeah... it's not good.
Comment by ChrisArchitect 5 hours ago
Comment by juleiie 5 hours ago
Maybe all the job cuts from ai were filled by fixers of ai output
Or maybe, no one ever heard of jevons paradox. Or maybe everyone ignored it and preached job apocalypse as risky but a high reward marketing tactic
Comment by Apocryphon 6 hours ago
Comment by 1attice 5 hours ago
If this kind of argument were generally valid, it would imply that:
- all change neither accelerates nor decelerates, which is absurd, on the face of it;
- the initial stages of a deep change are always surface-visible; for instance, cancers announce themselves when they begin to gestate, rather than when they metastasize
- A few recent points of data of questionable significance outweighs a hypothesis with considerable support from reason, intuition, and other (unpresented) data. For example, the plight of recent CS grads, which _is_ new, and _is_ on graphs, just not the one the author here chose.
So, since these implied claims are self-evidently _false_, it means that the author would, at a minimum, need to provide an explanation as to _why in this one instance, these considerations do not matter_; for example, the author could have argued that the graph positioned at the center of their argument is the one to look at (as opposed to, say, recent CS grads,) but that _itself requires further argumentation._
It also does not account for the other obvious possibilities; e.g.,that there is a delay between the (as it were) lightning and its thunder; or that even strongly nonlinear effects would have shown up by now in the metric chosen; etc. But since these contributions were not included in the original post, I have no choice but to discount it.
Comment by bwestergard 5 hours ago
Comment by 1attice 5 hours ago
Comment by paulpauper 5 hours ago
Comment by IX-103 3 hours ago
*They fund these start-ups to get a good return on investment so they can get even more money. As the economy overheats the number of places to invest with a reasonable return falls so they are left with the high-risk stuff to invest in. I'm not sure what they want the money for, though, since they could already afford most of the things I would find useful...
Comment by monknomo 2 hours ago
Comment by julienreszka 5 hours ago
Comment by alephnerd 6 hours ago
Much of the "AI job crisis" rhetoric was PR comms to manage conversations around corporate restructuring (even ZIRP is a lazy PR comms excuse).
Most decisionmakers by 2025 already agreed they didn't expect AI to have a significant impact on hiring [0].
I've pointed out the reasons ad nauseum on here but no one listens [1].
[0] - https://www.bloomberg.com/news/articles/2025-12-10/wall-stre...
Comment by srj 4 hours ago
AI has grown dramatically in capability since last year as well so I'm not sure 2025 data holds today.
Comment by alephnerd 45 minutes ago
That said, I agree with you that AI capabilities have grown massively, but the only way you aren't burning tokens with marginal RoI is having someone with credible domain experience using Claude Code or Codex hand-in-hand.
Basically, no one wants to spend $200K TC on training a junior who will most likely be using an AI tool already. The math works out more positively at a significantly lower TC.
Comment by senectus1 35 minutes ago
Comment by kingkongjaffa 5 hours ago
Comment by jmyeet 5 hours ago
1. AI ATS systems have made posting jobs "cheap", such that too companies post jobs that don't exist (ie "ghost jobs") to keep up appearances they're hiring or just to keep people in the pipeline in case they hire. This is a huge waste of everybody's time and should be illegal;
2. The hiring process itself gets increasingly Kafkaesque. AI screening, automated online tests, unpaid take-home work, etc. You have to get pretty far until a human gets involved. 10+ years ago this didn't happen because people needed to be involved much sooner and that's expensive;
3. In a lot of companies, getting employees to interview people is unpaid extra work effectively. They say it's important. You might even get dinged for not doing it. But anyone who has done it realizes pretty quickly a bunch of people who shouldn't get interviewed are getting interviewed and management doesn't care, even though employee time is expensive, because you essentially have to "make up the time" so it's still "free";
4. Even if you go through all that and get hired, you get laid off within a year such that income isn't dependable and you end up wasting a ton of time on the job-seeking process itself.
I've been thinking about this recently and high-information is part of the problem. In years long gone, it was hard to reach applicants so you'd have a small pool of higher-relevance candidates applying for a job. Say 10 people applying for 10 jobs. The odds were better. It was less work on everybody's side.
But now you have 200 people applying for 200 positions. This wastes everybody's time but the problem is that companies have offset this by pushing filtering onto these automated systems. People still need to enter all their bio information, etc. So it's just much more inefficient inherently even if the job opening is legitimate.
Comment by paulpauper 5 hours ago
Comment by jmyeet 5 hours ago
Long gone are the days when the vast majority of people just have one job. Now it's 2-3 part-time jobs because companies are exploiting a legal loophole where they only have to pay benefits for full-time employees. And then you have people doing "gig" work, which is often sub-minimum wage when you factor in expenses (eg driving for Uber and not factoring in car wear).
On top of all this we, across the Western world there's an increasing youth unemployment crisis. In 2008, entry-level jobs basically disappeared overnight and never came back. Well, that just got worse post-pandemic.
Comment by gib444 6 hours ago
The disclosures are longer than the content
Comment by heathrow83829 5 hours ago
Comment by mawadev 5 hours ago
Comment by timcobb 5 hours ago
Comment by capital_guy 5 hours ago
Comment by christkv 2 hours ago
Comment by 5701652400 5 hours ago
the claim "hey there is no AI job crisis", when previous SWE of 6-figures now takes job dishwashing in McDonalds + one more gig as Uber driver + food delivery gig is "job creation! now they have 3 jobs!". does not make any sense.
Comment by pydry 5 hours ago
Comment by ex-aws-dude 5 hours ago
You talk to any SE and it’s obvious we’re not running out of work to do since these tools became available
Comment by 5701652400 5 hours ago
but of course, it is not just AI. Software is consolidating and automating even without AI, that's the whole point of software.
Comment by IX-103 3 hours ago
Some of the security people I work with claim that without the productivity gains from AI, there is no way they could keep up with the bugs.
Comment by thewillowcat 5 hours ago
Comment by 5701652400 5 hours ago
Comment by ex-aws-dude 37 minutes ago