this post was submitted on 29 Mar 2025
-26 points (33.3% liked)
Technology
68187 readers
3783 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
Masad's comments have come up before and sparked huge outrage before and just like before people are missing the hugely important context here.
The way I see it, he's thinking that the current-day approach to coding is likely to go the same way that coding in assembly language went when high-level languages and compilers became good and common. The vast majority of programmers never need to think about individual registers or the specific sequence of opcodes needed to perform operations or access memory, the compilers handle that and they do a great job. Only a handful of specialists really need to go down to the metal like that any more.
So too will it be for a lot of the programming that current day programmers do. It'll still be useful to know how it works so that you'll know what to ask for and what to do when something goes wrong, but 99% of the code will be done by AIs and will hardly even be looked at by a human. There'll still be people who are experts at working with programs but the current approach to how that's done is likely to be obsolete.