this post was submitted on 13 Jun 2025
893 points (99.3% liked)

Technology

71457 readers
2337 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
[–] g4nd41ph@lemmy.world 3 points 1 day ago (1 children)

It is important to understand that most of the job of software development is not making the code work. That's the easy part.

There are two hard parts::

-Making code that is easy to understand, modify as necessary, and repair when problems are found.

-Interpreting what customers are asking for. Customers usually don't have the vocabulary and knowledge of the inside of a program that they would need to have to articulate exactly what they want.

In order for AI to replace programmers, customers will have to start accurately describing what they want the software to do, and AI will have to start making code that is easy for humans to read and modify.

This means that good programmers' jobs are generally safe from AI, and probably will be for a long time. Bad programmers and people who are around just to fill in boilerplates are probably not going to stick around, but the people who actually have skill in those tougher parts will be AOK.

[–] Vandals_handle@lemmy.world 2 points 1 day ago (2 children)

A good systems analyst can effectively translate user requirements into accurate statements, does not need to be a programmer. Good systems analysts are generally more adept in asking clarifying questions, challenging assumptions and sussing out needs. Good programmers will still be needed but their time is wasted gathering requirements.

[–] FourWaveforms@lemm.ee 2 points 6 hours ago (1 children)

Most places don't have all good system analysts.

[–] Vandals_handle@lemmy.world 2 points 6 hours ago (1 children)
[–] FourWaveforms@lemm.ee 1 points 6 hours ago

For this to make sense AI has to replace product-oriented roles too. Some C-level person says "make products go brrrrrr" and it does everything

[–] g4nd41ph@lemmy.world 1 points 5 hours ago (1 children)

What is a systems analyst?

I never worked in a big enough software team to have any distinction other than "works on code" and "does sales work".

The field I was in was all small places that were very specialized in what they worked on.

When I ran my own company, it was just me. I did everything that the company needed to take are of.

[–] Vandals_handle@lemmy.world 1 points 3 minutes ago

Systems analyst is like a programmer analyst without the coding. I agree, in my experience small shops were more likely to have just programmer analysts. Often also responsible for hardware as well.

If it's just you I hope you didn't need a systems analyst to gather requirements and then work with the programmer to implement them. If you did, might need another kind of analysis. ;)