Computer science enrollment data suddenly shows a big drop (washingtonpost.com)

by 1vuio0pswjnm7 77 comments 47 points
Read article View on HN

77 comments

[−] eleventen 32d ago
[−] cedws 32d ago
Gen Z has a very doomeristic view towards CS careers now due to social media influencers prematurely dismissing CS/software paths as a dead end or impossible to break into because of AI.

I know the job market can suck for graduates right now, but I do believe studying CS can still lead to decent paying careers. There's always going to be demand for people who understand code, who can break down complex problems and bring a problem solving mindset. LLMs don't solve everything.

The drop in CS students ironically may create a vacuum that allows us employed engineers to demand even higher compensation.

[−] _fat_santa 32d ago
I feel like CS is just correcting back to what it was.

Even back when I was in college (graduated 2017), I noticed there was this clear bifurcation among the students. Alot of the students at that time did it because you could score a great job after college but the smaller cohort were the students that just loved the game. And even back then we had loads of students wash out or graduate then take other jobs after college from the former group.

It's no different today except that the group that did it for money are washing out before they even get to college because they fear that AI will take their jobs, meanwhile the latter group is still here and were able to do more and more with AI.

It's a truly wild time to be alive in this industry. Half of us are seeing the doom and gloom of AI and the other half are seeing the "next age" happen right before our eyes.

And I'll be honest I kinda feel sad for the folks that take the negative view of AI right now. Cause I'm having more fun than I've ever had before in this industry.

[−] mdip 32d ago
It's kind of always been a wild time to be alive in this industry.

You covered people washing out of CS degrees and people getting degrees and then not, ultimately, doing something in the CS field.

But what you see in our field that you don't see as often, elsewhere (or -- at all, depending on regulations) is people who ... (1) washed out of the degree because it was competing with their lucrative career as a software developer (or -- more rarely, successful entrepreneur), (2) got a degree in textual biblical studies and had a long career in software development[0] or, you know, other unrelated degree, (3) none of the above, even sometimes incomplete High School education (also[0]).

I've been hiring developers for almost 30 years, now, at a variety of employers -- one global multi-national telecom, one "we make a lot of the products other companies pass off as their own work" IoT/small shop, and a couple of video conference/remote-enabling service shops. There are far more degrees out there, today, than there were 30 years ago. My experience, however, is that the necessity of a degree at the companies I've been employed at has gone down. I suspect that's because I worked for "the giant multinational", first, and all of the rest have been startup or smaller/younger shops (typically 5-10 devs, but no more than ~20 at peek). The giant multi-national, though, during my 17 years, changed (early on) to "or equivalent experience" while rarely hiring someone without a degree for most IT positions to routinely interviewing and hiring people without regard for their degree (and focusing on "code you've written" over "whiteboard exercises", too) while still generally favoring candidates with them. At the best shop I've worked for, it was an even mix of "none", "some", "unrelated", "+bootcamp", "CS degrees" and filled with extremely competent, well-paid, developers.

It's a whole lot harder to get the experience required to have "equivalent experience" without university/internships/the like, but getting the degree without any relevant work experience along the way isn't a good way to go, either.

Around the late 90s (until the bust) and then again a few years later, everyone was pushing kids into CS degrees and the most "interesting" aspect to many of those kids was the starting/long-term earnings against the cost of the 4-year degree. And while, personally, I think "anyone can do it", not "everyone will find it enjoyable to do" like I do.

I'm starting to believe that last part is far more rare than I think it is with my 18-year-old son mostly disliking his introductory computer programming class in High School[1]. I don't push "what I do" on them, just like my Dad didn't, but I expose them to it whenever I can (like my Dad -- kind of -- didn't). And I'll never forget when their Mom looked over at my screen and said "So ... is that what you do all day?", and I beamed "Yes" because it really is the most interesting thing in the world to me, and she said "Wow ... I think I'd kill myself."

[0] Ok, so that's a specific example of someone I know.

[1] Ultimately coming around at the end when his assignment was "make something you want to make."

[−] amelius 32d ago

> I do believe studying CS can still lead to decent paying careers.

Yes, for countries like India.

With AI, outsourcing becomes much more effective.

[−] RugnirViking 32d ago
can you elaborate on your thesis as to why? it seems to me, with raw code being less of a bottleneck, things like understanding the spec, polishing, and doing the fuzzy work around the edges become all the more important. These were never strengths of outsourcing. In fact, I think that the fact that those parts are important is a big reason why the profession as a whole wasnt entirely just outsourced, despite the compelling economic reasons for it.
[−] amelius 32d ago
See my other comment in this thread.
[−] wongarsu 32d ago
Isn't it the other way around, AI replacing outsourcing? AI can do the implementation work, but you still need the human who needs to specify what has to be done, give architecture guidance and check and accept the resulting work (or reject it, with notes on what to fix). AI coding is basically outsourcing to AI
[−] amelius 32d ago
This is the paradox. But because AI makes outsourcing jobs easier, those workers need to compete, and so they will be able to do those specification jobs and quality control jobs as well.
[−] sifar 31d ago
The paradox is that the quality of AI output is directly proportional to your expertise and understanding, while the trust/belief/confidence in their effectiveness is inversely proportional.

It will still pay to develop the core understanding. It is just that the world can remain irrational longer than you can remain solvent :).

[−] faangguyindia 32d ago
I was rich even before I came into this field, my family owns lots of agriculture land and I came to this field for passion of it and was never really motivated by money.

Thing is AI is taking outsourced jobs in india at much faster rate than elsewhere.

The latest layoff coming from Oracle mostly laid off workers in india.

[−] 62727384848 32d ago
[flagged]
[−] darkhorse13 32d ago
Awful take in my humble opinion. Outsourced, vibe-coders as a concept is beyond scary.
[−] faangguyindia 32d ago
It's not doomerism. I've seen this happen at companies.

I was talking to a guy who wanted uptime monitoring. So, he told the executive who called the uptimerobot but then other guy rolled out his uptime robot using AI in 60 minutes and deployed along with centralized logging and it costs the company only $5 VPS.

And honestly it works just as good, I've seen companies are refusing to pay for external tools and building leaner version using AI.

You can build a SaaS faster now but the need for SaaS is on decline.

I've moved to deploying on bare metal from OVH and Hertzner, why? Because devops is completely reduced to few minutes worth of work using agents.

[−] cassianoleal 32d ago
You don't need AI for that. Just deploy Uptime Kuma or similar to a VPS and job done. I can do that in about 15 min vs. your 60 min.

Of course, this is not a production-grade deployment. To get there, I'd need to build images on pipelines, scan them, test them, publish artefacts, write up the IaC to manage the cloud resources, add monitoring around the solution, ...

Deploying a simple piece of software on a custom server was never difficult or slow to do.

[−] faangguyindia 32d ago
You need to invest time in learning its configuration and features you probably won't even need.
[−] hypeatei 32d ago
Isn't it too early to declare the vibe coded uptime monitoring as "good" from a business standpoint? NIH syndrome has always been a thing and I don't see how the downsides of creating bespoke systems have changed in the LLM-era. You're now stuck maintaining this "genius" solution, LLMs or not, and onboarding devs/users gets harder the more churn you have.
[−] mrkramer 32d ago
Some things are better when they are outsourced because other companies specialized for that problem set. Just like you won't roll your own cryptography, you won't and can't do everything in-house.
[−] znpy 31d ago

> So, he told the executive who called the uptimerobot but then other guy rolled out his uptime robot using AI in 60 minutes and deployed along with centralized logging and it costs the company only $5 VPS.

i'm a sysadmin, so i usually watch these things from the side and usually i get called one or two months in to clean up the mess (it happens almost every time).

what you have described is funny to me because uptime monitoring for websites (and also other stuff) is pretty much the use case for prometheus' black-box exporter (https://github.com/prometheus/blackbox_exporter).

assuming you work at a decent company and already have a decent monitoring system (prometheus/alertmanager) it takes 5 minutes to deploy and maybe ten to configure.

if you already have infrastructure then it's basically free. if you already have a kubernetes cluster then it's practically already managed.

> I've moved to deploying on bare metal from OVH and Hertzner, why? Because devops is completely reduced to few minutes worth of work using agents.

at a small scale... maybe. in my experience as soon as you start to reach a decent scale, you'll need experienced engineers (software engineers, system engineers) to actually be at the steering wheel.

[−] gjsman-1000 32d ago

> the need for SaaS is on decline

For 5 minutes. The need for cheap SaaS that one person can build and has no uptime requirements or security requirements or legal requirements or ongoing maintenance requirements is indeed declining.

[−] sph 31d ago
The reverse Dropbox curlftpfs comment.
[−] asciii 32d ago
$5 VPS + your AI subscription?
[−] gogobio 32d ago
I've been in CS professionally for 12 years. This a perfect example of normal distribution at work. By increasing the population, you simply increase the number of people across the entire curve, bumping up the number of high, medium, low paid, as well as unemployed folks with the degrees. The real issue has always been greed - people disproportionately dove into CS because like all hype movements it promised significant income after just 2-4 years, and sometimes not even that, but a month long bootcamp. Once it was sold to the masses as a get rich quick scheme - the disappointment paired with a number of low-achieving grads tripling was unavoidable.
[−] rizza 32d ago
The same thing happened in dentistry, law, EE, some medical specialties, vets. Job path gets seen as a golden ticket to high pay for low to medium effort and people pile into the profession and saturate the market. Then some thing happens, a recession, technological innovation, or geopolitical/geo-economic shift, and the demand changes dramatically. These things work in cycles, happened before in the .com bust, and this will take 5-10 years to work its way out. The good news is that for the new grads who manage to hang on they will make a killing as the demand for mids and seniors will be insane due to the lack of qualified candidates available.
[−] alexfromapex 32d ago
Our government failed the citizens and let outsourcing and wage suppression destroy the US tech industry...positioning the country far behind other countries in technology supremacy for at least a decade to come
[−] garbawarb 32d ago
There was a golden age (2010-2020 or so?) when a CS degree of as basically an easy ticket to the upper middle class. Unlike similar well-paying jobs like law or medicine, a bachelor's degree was enough. Now it's not easy to get a job as a new grad, so there are fewer people getting into the discipline whose primary reason to study it was money.
[−] ModernMech 32d ago
I was just at the largest career / college expo for high schoolers in the greater NYC area yesterday. It’s anecdotal but the two most asked about majors at the fair were #1 mechanical engineering and #2 computer science. I gave away all the materials we had and I had left thinking “this will be plenty”.

So let’s just wait a bit before we say it hit a wall.

[−] zipy124 32d ago
People realised that acamedia is not set up to train people for jobs, but set up to teach people.

These two roles are at odds with each other.

[−] yardie 32d ago
Xennial here! Graduated after Y2K, 9-11, and the dot bomb era. A lot of us lost 3-4 years of early career advancement due to layoffs that primarily affected the tech industry. It was interesting times to go into job interviews as a new graduate and find former Yahoo/AOL/SGI/Intel engineers sitting for the same entry-level developer role. You knew you weren't getting that job, when you can get a highly experienced dev for the same pay.

I'm not sure what the future will bring but stay humble and hungry.

[−] juancn 32d ago
We have an oversupply of CS majors. Lot's of people came to the craft chasing the money.

It's probably a good thing that the hype starts to die and we're seeing a market correction, hopefully back to a saner structure.

[−] rbancroft 32d ago
When I attended back in the late 90’s, there was a view that once y2k was over and that crisis was dealt with the industry would collapse and there wouldn’t be any jobs.

What’s happening now reminds me a lot of that.

[−] xphos 32d ago
I think AI emphazes brain dead computer science and script kiddy culture. It just lowers the bar enough to make bad ideas easy enough to implement quickly but good ideas still take longer to produce and argue for. Maybe its a skill issue on my part but I've watch my team rebuild a model I maintain, with AI for been estimating performance changes based on trace following. The Model isn't accurate and was build to bypass working on the real model. They spend someone's full time work for 4 months at this point but the thing they wanted modeled took 1 day by just adding it to the real model.

The managers and everyone are so excited by the fact the person did it with AI but I just get really confused because it seems like they just made some worse that has less value because it cannot actually correctly simulate the thing we want to test. Maybe i am being petty and salty but I think the that this is time wasted by any measure. And net-negative value but the team wants to emphasize we are using AI. There have been some productive uses but the productivity trap-doors are about the same as with normal development just people seem more willing to take the trap door ideas now.

[−] rdudek 32d ago
This just reminds me of that old meme where a product manager says something like "Why am I paying you $200k/yr when I can just copy code from StackOverflow?" and the engineer responded "You pay me that because I make sure the code you copied is the right code". I have a feeling we're in a similar situation here for AI. Sure, anyone can create AI slop code, but to fully take advantage of it, you need someone that understands the whole chain of design and development to make it fully work and integrate with existing systems.

I think we're in for an era where many folks will be filtered out and those who know and understand code, will be in high-demand.

[−] incomingpain 32d ago
My local post-secondary dont teach AI at all. Not even like a teaser course or anything.

Technically speaking, they are leftists who publicly oppose AI. They created the new Chief of AI Officer who has no support at all from the univeristy, had to go to politicians for support.

Whereas the college straight up opposes AI.

But what value is any of their degrees anymore? Suspicious at best.

[−] jerf 32d ago
It is easy to forget sometimes in the excitement, but nobody has been using (2026) AI for 20 years. We're all still new. I am sure that in the next year, something will be found that is fairly exciting, and something we could all be doing right now, but it's simply that nobody has thought of it yet. Or something that is today common practice will become generally considered an anti-pattern and common practice will have some replacement for it that, again, nothing stops us from doing it today but nobody has thought of it yet, because we're all newbs.

(One candidate example for this is the discussion I've seen in the last few days about not trying to negate something, to say "Don't do X", but instead stay positive because eventually the negation gets lost in the context window and you're better off just not putting the idea in the LLM's mind at all, where "Don't do X" comes to be seen as an LLM antipattern.)

One of the consequences of none of us having used AI for long enough is that we don't know how to onboard developers in an age of AI. This will be, by necessity, transient. Eventually we're going to max out what a person can do and we'll need more people. The supply of existing engineers will be limited. We will be forced to discover how to onboard new engineers.

But at the moment we've got our hands full, and we don't know how to do it.

The irony is, the best time to join a field is often exactly when the enrollment dips and the worst can be precisely when it is the most popular. Start a programming college program today and the odds that in 4 years we'll have onboarding figured out and have developed some sort of need for fresh developers is pretty decent.

But I don't know what to do about the fact that the standard CS curriculum was already of debatable relevance to me in the late 90s and I don't know of what relevance it will be in four years except to guess that it very likely to be even less. I do know that we are again affected by the fact nobody has been doing this for 20 years, like I mentioned above. There is no body of "wisdom" for an AI-powered world to draw on to construct a new curriculum. Universities would be inclined to do the obvious thing and try to chase our current practices with AI but those aren't going to be stable enough to build a curriculum on any time soon, and a real fundamentals-based curriculum may involve less AI than people may think.

I know one advantage I have over my younger peers at this point is just a knowledge of what terms to say to the AI to get it to do what I want, words like "event sourced" or "message bus" or "stored procedures", where simply knowing that the concept exists is the bottleneck. I could see a programming curriculum based on touring through a whole whackload of concepts with their pros and cons, or at least, where that is a much larger portion of it.

Ask me in 5 years though and I'd almost certainly suggest a completely different curriculum than I would now, though.

[−] farceSpherule 32d ago
[dead]
[−] 62727384848 32d ago
[flagged]
[−] hgoel 32d ago
We can count on the racists to come out of the woodworks to comment on this.