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.

    • I_Has_A_Hat@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      I mean, we aren’t exactly teaching kids how to hand calculate trig anymore. Sin, Cos, and Tan operations are pretty much exclusively done with a calculator and you’d be hard pressed to find anyone who graduated in the last 25 years who knows any other way to do it.

      • 257m@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        I haven’t graduated high school yet and even I know how to calculate sin and cos with the taylor series maclurin expansion. I am still in grade 11 and I assume they would be teaching it next year when I take my calculus class? Do they not teach it anymore?

    • JackGreenEarth@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Well, a lot of maths can be done with a calculator. They don’t need to learn to actually understand the maths unless either they actually want to, or they’re going into something like engineering.

      • berg@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        In many engineering professions you really need to understand the underlying math to have a chance in hell to interpret the results correctly. Just because you get a result doesn’t mean you get an answer.

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

        This is objectively stupid. There are tonnes of things you learn in maths that are useful for everyday life even if you don’t do the actual calculations by hand.

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

        They aren’t going to catch the typo or order of operations error they made on their calculator if they don’t understand the math

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

    Isn’t this basically “CEO of AI hardware company says that more people should use AI”? Not really news, since you wouldn’t really expect him to say otherwise.

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

    I know some Gen Z recent grads who use chatgpt to write their code.

    back in my day, we had to write our code ourselves…

    • desconectado@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      4 months ago

      I use chatgpt for coding (millennial). You still need to know how to code though, because 50% of the time it doesn’t work properly. You need to explain the nature of your variables, and the overall process you want to achieve. But I still save a good amount of time, because now I don’t need to remember the specific syntax for a particular function, and it has saved me reading documentation because in can tell how some functions work by context.

      Not learning how to code because of ai is like not learning math because there are calculators, sure, you don’t need to know the multiplication tables by heart, but you need to know what multiplication is and how it’s used to solve real world pringles.

      • Cyyy@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 months ago

        i use chatgpt for coding (i can code myself but it helps with a lot of stuff), and if I wouldn’t be able to code i would wonder why nothing works. but because i know how to code i know that chatgpt is often just writing horrible code which often does something completly else than asked. so i often think “screw this i do it myself” after countless trys to let chatgpt fix it.