this post was submitted on 21 Apr 2026
184 points (97.9% liked)

Technology

83963 readers
4414 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ramble81@lemmy.zip 7 points 3 hours ago (2 children)

To continue with the analogy though, how many architects create things that an engineer takes one look at and laughs at because it’s structurally impossible (hint: a lot). Knowing the deep parts of the code and how it works becomes even more invaluable otherwise you risk Chinese building practices (quick, looks good, falls apart quickly).

[–] Shizzymcjizzles@lemmy.dbzer0.com 0 points 1 hour ago (1 children)

My friend is a full stack programmer with over 15 years experience with one of the largest financial institutions. So he can handle what you're talking about no problem. But what IS a huge problem is that the reason he has the requisite knowledge now is because he spent years learning best practices by doing the grunt work that's going to disappear. So in a few years they might no longer have people with the skills to do things right and then what you're describing will absolutely happen and build quality will go to hell. The assumption from big tech is by then the models will have improved enough it won't matter by then.

[–] ramble81@lemmy.zip 3 points 1 hour ago (2 children)

That’s a hell of an assumption. Since we’re whipping out credentials, I’ve been in IT almost 30 years and I can tell you it’s not going to work like that.

[–] FauxLiving@lemmy.world 1 points 38 minutes ago (1 children)

I can see, in programming, how the current AI trend is displacing a lot of junior programmers who will not be senior programmers in 10 years due to the inability to obtain experience.

AI hasn't come for DevOps or SysAdmins jobs either, but it's 'good enough' to do help-desk/tier 1-type tasks. That limits the job pool for new IT workers and will create a future shortage of experienced workers.

I'm not worried about MY job, I've already accumulated the experience. It's the new guys who are trying to get into support positions, where they are glorified knowledge base/Google searchers, who are having the hard time because AI CAN do search and summarization/RAG pretty effectively.

[–] Shizzymcjizzles@lemmy.dbzer0.com 0 points 19 minutes ago (1 children)

Then you're not dealing with cutting edge tech. Living in the past isn't going to help you.

[–] ramble81@lemmy.zip 1 points 14 minutes ago

Thank you for assuming what I do or don’t do, or what I’m plugged into or not.

[–] benjirenji@slrpnk.net 0 points 3 hours ago (2 children)

At least in my experience these models are pretty good now to write code based on best practices. If you ask for impractical things they will start doing ugly shortcuts or workarounds. A good eye catches these and you either rerun with a refined prompt, fix your own design or just keep telling it how you want to have it fixed.

You still gotta know how good code looks like to write it, but the models can help a lot.

[–] RedstoneValley@sh.itjust.works 1 points 13 minutes ago

I don't doubt that it is possible to create good code when focusing on programming best practices etc. and taking the time to check the AI output thoroughly. Time however is a luxury most of the devs in those companies don't have, because they are expected to have a 10x code output. And thats why the shit hits the fan. Bad code gets reviewed under pressure, reviewers burn out or bore out and the codebase deteriorates over time.

This is what I'm hearing too. One thing my friend did mention was that without a nearly unlimited amount of tokens he'd run out really quickly.