this post was submitted on 26 Aug 2023
401 points (85.9% liked)

Technology

58033 readers
3395 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Sanctus@lemmy.world 1 points 1 year ago (1 children)

I'm specifically referring to ChatGPT. GPT-4 is a different beast that I'm sure is quite adept.

[–] lonke@feddit.nu 3 points 1 year ago (1 children)

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.

[–] Sanctus@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

I found it was okay with Unity libraries but really good with things like Excel.Interop and business libraries, as well as general programming concepts like linked lists.

For instance, I made a random dungeon generator using Unity's visual scripting. It seemed to be unaware of the visual scripting library. But I'm automating excel processes right now and its on point with those.

[–] lonke@feddit.nu 1 points 1 year ago (1 children)

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.

[–] Sanctus@lemmy.world 1 points 1 year ago

Maybe Visual Scripting is on the cusp of its knowledge. I thought it released in 2021. It has replaced my rubber ducky in corporate environments thats for sure. I plan on using it again for game development after this discussion. My visual scripting use case was off the beaten path which was probably why it had a hard time.