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.

  • DacoTaco@lemmy.world
    link
    fedilink
    English
    arrow-up
    23
    ·
    edit-2
    4 months ago

    This.
    I got a github copilot subscription at work and its useful for suggesting code in small parts, but i would never let it decide what design pattern to use to tackle the problem we are solving. Once i know the solution i can use ai, and verify its output to use in the code

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

      I’m using it at work as well and Copilot has been pretty decent with writing out entire methods when I start with the jsdoc or code comments before writing the actual method. It’s now becoming my habit to have it generate some near-working code or decent boilerplate.

      If you haven’t tried it yet, give this a shot!