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
      8
      ·
      2 years 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.

      • silasmariner@programming.dev
        link
        fedilink
        English
        arrow-up
        7
        ·
        2 years ago

        For a younger age range you might be right, but in general that’s not true; the approximation via a Fourier series is definitely something we teach kids. We don’t generally expect people to be able to actually calculate it at the speed of a calculator, sure, but at least it’s tested whether they can derive the expansion.

      • Blemgo@lemmy.world
        link
        fedilink
        English
        arrow-up
        18
        ·
        2 years ago

        Linus Torvals talk at the Aalto University. Specifically a segment where he talks about how hard it is to work with Nvidia when it comes to the Linux kernel.

  • Psaldorn@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    ·
    2 years ago

    I asked ChatGPT to show me how to do some Godot4.2 C# stuff the other day as I transition from Unity, it was 70% incorrect.

    Good times. (It was probably right for an older version, but I told it the actual version)

  • Vipsu@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    2 years ago

    While large language models are impressive they seem to still lack the ability to actually reason which is quite important for programmer. Another thing they lack is human like intuition that allows us to seek solutions to problems with limited knowledge or without any existing solutions.

    With the boom bringing a lot more money and attention to A.I the reasoning abilities will probably improve but until it’s good enough we’ll need people who can actually understand code. Once it’s good enough then we don’t really need people like Jensen Huang since robots can do whatever he does but better.

    • ???@lemmy.worldBannedBanned from community
      link
      fedilink
      English
      arrow-up
      11
      ·
      2 years ago

      GPT4 (the preview) still produces code where it adds variables that it never uses anywhere… and when I asked one time about one variable, it was like, “Oh, you’re right, let me re-write the code to put variable X into use”, then just added it in a nonsensical location to serve a nonsensical purpose.

  • resetbypeer@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 years ago

    And who will code the code for ML/AI models ? I mean for Jr. Developers this is going to be a better way to learn than "did you Google it? " And maybe have precise answers to your questions. But it sounds more to me like “maybe you should buy more of our silicon”.

    Sounds a bit like “640kb is more than enough” oneliner. But let’s see what it will bring.

  • ???@lemmy.worldBannedBanned from community
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 years ago

    And I say I don’t even know this person and he should just stfu and leave those kids alone.

    • VaultBoyNewVegas@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      2 years ago

      He’s the CEO of Nvidia one of the largest GPU manufacturers in the world and also a trillion dollar company.

      • ???@lemmy.worldBannedBanned from community
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        2 years ago

        Good for him. I like Nvidia and use one, but I have the rest of his company to thank for that.

        I think for me it was a combination of:

        < Name of person I don’t know > says < big unhinged sweeping generalization > for < reason that makes no sense to anyone in the field >

        My first instinct is not to click stuff like this altogether. I also think that anyone trying to preach what kids should or shouldn’t do is already in the wrong automatically by assuming they have any say in this without a degree in pedagogy.

        • Dojan@lemmy.world
          link
          fedilink
          English
          arrow-up
          8
          ·
          2 years ago

          He’s also obviously biased since the more people use LLMs and the like the more money he gets.

          It’s a bit like “lions think gazelles should be kept in their enclosure”.

  • Pat12@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 years 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…