this post was submitted on 25 Feb 2024
203 points (83.7% liked)

Technology

57473 readers
3450 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Don’t learn to code: Nvidia’s founder Jensen Huang advises a different career path::Don't learn to code advises Jensen Huang of Nvidia. Thanks to AI everybody will soon become a capable programmer simply using human language.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 6 months ago (2 children)

I don't think he's seen the absolute fucking drivel that most developers have been given as software specs before now.

Most people don't even know what they want, let alone be able to describe it. I've often been given a mountain of stuff, only to go back and forth with the customer to figure out what problem they're actually trying to solve, and then do it in like 3 lines of code in a way that doesn't break everything else, or tie a maintenance albatross around my neck for the next ten years.

[–] [email protected] 2 points 5 months ago

Yesterday, I had to deal with a client that literally contradicted himself 3 times in 20 minutes, about whether a specific Date field should be obligatory or not. My boss and a colleague who were nearby started laughing once the client went away, partly because I was visibly annoyed at the indecision.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

And that's really what all these guys saying "AI will take er jobs" don't understand. Good programmers are not just good coders, coding is really the easy part. They're also good analysts and listeners. I understand what he's saying - if you spend time accruing specific domain knowledge instead of computer science then you can perhaps make better, bespoke solutions because the "coding" can be handled by AI. But in present day, AI makes garbage code all the time and you'll be left there not being able to do amything about it because it doesn't make any sense to you. So who do you call? Someone who can code. Even if we get to this hypothetical dream scenario where you tell an AI to do something and it just does it perfect (gigantic IF), who's making that AI? The interface for it? The important safety nets to make sure it doesn't go on a rampage? Itself? Too much context is already lost in conversations between humans, let alone an AI. I can think of one kind of AI that would be able to do it perfectly though (assuming AIs could be perfected, that is), and that's an AI pre-equipped with full understanding of the domain. But then in that case, why do you need the human in the mix at all?