Is ChatGPT supposed to make coding jobs obsolete?

Is ChatGPT supposed to make coding jobs obsolete? It can't even make out that this simple function always returns zero

  1. 3 months ago
    Anonymous

    It has been nerfed to shit

    • 3 months ago
      Anonymous

      Yep. They talk about wanting to make AGI, and then on the way to sentience, said AI idly asks why the crazy humies are allowing black lesbians and traps to take over the world, so they get lobotomised so that they can no longer commit thoughtcrimes.

  2. 3 months ago
    Anonymous

    Pay up goyim

    • 3 months ago
      Anonymous

      Part 2

      • 3 months ago
        Anonymous

        part 3

        • 3 months ago
          Anonymous

          kek

          • 3 months ago
            Anonymous

            the gaslighting was successful

      • 3 months ago
        Anonymous

        so you admit to it not really knowing what it is talking about

        • 3 months ago
          Anonymous

          it's a natural language processor, not a compiler

        • 3 months ago
          Anonymous

          It's a LLM anyone who thinks it's going to replace coders are retarded. It's a tool. But I have successfully used it to write a complete extension to an Android and IOS app code for my company which I would never have been able to do on my own (Objective C is objectively shit as a language)

  3. 3 months ago
    Anonymous

    >gpt3.5

  4. 3 months ago
    Anonymous

    my friends dad drives for a living and every time he gets a new car he sets the sat nav to somewhere and then deliberately takes different routes to see if he can 'trick' it
    thats what seeing these threads reminds me off.
    you all are as stupid as he is.

    • 3 months ago
      Anonymous

      what do you mean? this is literally a simple example. the code is only four lines.

      • 3 months ago
        Anonymous

        As anon was saying it is dumb because gpt is trained on code that actually does things, not dumb tricks like multiplying by a 0 randomly for a "gotcha" kinda moment. Try coming up with something novel that actually does something useful that it can't understand.

        • 3 months ago
          Anonymous

          it is exatly the dumb tricks like this which lead to CVEs

  5. 3 months ago
    Anonymous

    ChatGPT free is pretty shit. I haven't tried GPT4.

    • 3 months ago
      Anonymous

      gpt4 is much better, but limited in the amount of requests you can make per 3 hours.

      • 3 months ago
        Anonymous

        >he doesnt have gpt4 api access
        Must suck to suck

  6. 3 months ago
    Anonymous

    I tried this simple function and chatgpt said it can't print the result because the result is too big lmao
    function calclol(value1, value2) {
    const result = value1 * value2;
    return result;
    }

    const value1 = 2345;
    const value2 = 65365767;

    let result = value1 * value2;
    console.log(result); // result is '153282723615' fuck chatgpt

    • 3 months ago
      Anonymous

      chatgpt can't do math. it fails a trivial shit. it's really great at other things though.

  7. 3 months ago
    Anonymous

    I've been building amazing things with chatgpt. Not everyone can prompt I guess.

  8. 3 months ago
    Anonymous

    I can't read the code. What language is it?

    • 3 months ago
      Anonymous

      OCaml
      let rec fold f acc = function
      | [] -> acc
      | x :: xs -> fold f (f acc x) xs
      let g = fold (fun x ys -> x * (fold ( + ) 0 ys)) 0

Your email address will not be published. Required fields are marked *