OpenAI was working on advanced model so powerful it alarmed staff::Reports say new model Q* fuelled safety fears, with workers airing their concerns to the board before CEO Sam Altman’s sacking

  • Robmart@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Programming is 10% writing code, 80% being up at 3 in the morning wondering whY THE FUCKING CODE WON’T RUN CORRECTLY (it was a typo that you missed despite looking at it over 10 times), and 10% managing expectations

    • realharo@lemm.ee
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      7 months ago

      Typos in programming aren’t really a thing, unless you’re using the shittiest tools possible.

      • Robmart@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        Typos are very much a problem in programming. Variables can be set to the wrong value without the programmer noticing, you can call the wrong method (example RotateZ instead of RotateX), and in more advanced programming such as Java/C# reflection the IDE can’t correct you.