this post was submitted on 20 Jul 2023
685 points (100.0% liked)

Technology

55945 readers
3507 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
 

Over just a few months, ChatGPT went from correctly answering a simple math problem 98% of the time to just 2%, study finds. Researchers found wild fluctuations—called drift—in the technology’s abi...::ChatGPT went from answering a simple math correctly 98% of the time to just 2%, over the course of a few months.

you are viewing a single comment's thread
view the rest of the comments
[–] danwardvs@sh.itjust.works 8 points 1 year ago (3 children)

Github Copilot is a bit different, it’s powered by OpenAI Codex which is trained on all public repos. And yes, it’s quite effective!

[–] mb_@lemmy.world 4 points 1 year ago (2 children)

Public GPL or public MIT? So there's a chance of you adding GPL code to your private repository and having a very messy licensing?

[–] danwardvs@sh.itjust.works 2 points 1 year ago (1 children)

My understanding is that it’s all publicly viewable code on Github regardless of licence. The legality of the training data and usage is hotly debated. Although you can get it to generate entire code blocks, my use and where I find it effective is finishing lines of code based on context of what I’m writing, so it’s “filling in the blanks” around my code so to say.

[–] mb_@lemmy.world 2 points 1 year ago

It is not because tone can see that one can use it.

Open source does not mean "free to repurpose"