Jensen Huang says kids shouldn’t learn to code — they should leave it up to AI.::At the recent World Government Summit in Dubai, Nvidia CEO Jensen Huang made a counterintuitive break with tech leader wisdom by saying that programming is no longer a vital skill due to the AI revolution.

  • hubobes@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 months ago

    I use LLMs daily to code but the more complex the issue is I try to solve the more work I have to do to get it to actually produce what I need. I feel like at some point we will get to where UML failed…it will just be easier to write the code.

    But I don’t like writing long Linq queries or Angular templates or whatever, it does that quite well (70% of the time it is 70% correct or so). So it takes over the part of coding I dislike.

    So no just being able to write code might be unnecessary but that’s like 10% of my day.

    • fidodo@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      Writing single functions just isn’t the hard part of programming in the vast majority of programs, the hard part is managing a project in a maintainable, robust, and extensible way.