ChatGPT generates cancer treatment plans that are full of errors — Study finds that ChatGPT provided false information when asked to design cancer treatment plans::Researchers at Brigham and Women’s Hospital found that cancer treatment plans generated by OpenAI’s revolutionary chatbot were full of errors.

  • lonke@feddit.nu
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    10 months ago

    I use ChatGPT primarily for programming, and it’s particularly well suited for programming.

    “Even get basic programming questions right if you are detailed with your prompt”

    is underselling its capabilities in that regard. Especially GPT-4 has been able to help me with everything from obscure adobe ExtendScript scripts to infrequently seen ‘unsafe’ C# OpenGL perspective matrix math. All with prompts of a sentence maximum.

      • lonke@feddit.nu
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 months ago

        ChatGPT is GPT 3.5 & GPT 4, as far as I’m aware.

        3.5 is also very capable when it comes to programming, for any well known framework or language. It’s not as capable, but it is still very capable.

          • lonke@feddit.nu
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 months ago

            Well, the data it was trained on had a cutoff point in 2021 which would explain that.

            I’ve used it (GPT 3) a fair amount for Unity, and I’m fairly pleased with the results, it’s saved me a fair amount of time. Implementing object pooling and editor window dialogues for scene translation management for example.

            Of course, programming knowledge is required for it to be of consistent use, which, on second thought, may not be at all obvious.