Making loads of money cleaning up shit already here.
How AI is upending the software development industry
31–40 of 74 posts
Re: How AI is upending the software development industry
#32It’s amusing to me to see the top SV companies falling back to the status symbols of yesteryear for juniors: prestige of your alma mater. Feels like an admission that they have no real way to vet candidates otherwise.
Re: How AI is upending the software development industry
#33Earlier quoted context omitted.
By the time this becomes a problem, seniors won't be needed either.
That seems to be the sentiment from decision makers from what I've seen.
Re: How AI is upending the software development industry
#34Earlier quoted context omitted.
It will be like med school. Juniors will pay to get trained (or get scholarships, etc.)
Weren’t they already doing this? College/bootcamps is precisely that: paying to get trained.
Re: How AI is upending the software development industry
#35If nobody hires juniors, then where are the seniors supposed to come from?
In a few years, will we need seniors?
Re: How AI is upending the software development industry
#36Earlier quoted context omitted.
People were saying this about coding bootcamps just a little while ago! "All of these bootcamp coders don't really know what they're doing and us seniors will have to clean up after them". Same with outsourcing before that. Most people (seniors included) suck at coding. AI is already better than all but the the very best. It will continue to improve.
I'm tired and bored yo remove eval from codecamp and ai agent code. Now every fucking sprint has a few jira shit cards with titles like "fix the bug introduced by ai, fix performance issue from bootcampers. This is not what i became a code monkey for. Get me out of programming!!! This current time driven development mixed with fix the above shit Is making me crazy
Re: How AI is upending the software development industry
#37If nobody hires juniors, then where are the seniors supposed to come from?
Just like how CAD has almost entirely eliminated that line of work, the same thing will happen in software development. Only the “architects” will remain.
There is an implicit assumption made by the people concerned about junior devs disappearing that that’s where senior developers come from.
The reality is that almost junior developers never gain significantly better skill, no matter how their age or title.
I regularly work with people with decades of “experience” that still have no idea how to use a database engine. A real senior developer could write their own database engine from scratch. That’s the difference!
Re: How AI is upending the software development industry
#38It’s amusing to me to see the top SV companies falling back to the status symbols of yesteryear for juniors: prestige of your alma mater. Feels like an admission that they have no real way to vet candidates otherwise.
Companies want familiarity (repeatable processes) and “objectivity” (credentials). I always knew their spiel about “disrupting higher education” with bootcamps and free courses was just empty platitudes, and that once the party ended those who placed their faith in those schemes would be promptly abandoned in favor of the traditional Ivy League set.
The idea is likely flooding the market with devs, lowering software development costs and increasing software in the market increasing cloud usage.
Re: How AI is upending the software development industry
#39If nobody hires juniors, then where are the seniors supposed to come from?
Seniors will have to come from somewhere, but it wouldn't be through this pipeline, even if companies were still hiring at full rate for entry-level work.
For some just getting into the field, this could be a great opportunity -- if you can figure out where the puck is heading, you can skate directly there.
Re: How AI is upending the software development industry
#40The only thing it’s upending is sane engineering practices in my experience. I just reviewed a python flask app which was basically “vibe coded” by a couple people speed running a checklist of features. I open up the auth.py file to find it is integrated with an idp using oauth. Whether the caller has the correct scopes is never checked. I grab client credentials for a completely unrelated app. Hit /admin using my be…