this post was submitted on 02 Dec 2023
157 points (85.8% liked)

Technology

68772 readers
4510 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Bill Gates feels Generative AI has plateaued, says GPT-5 will not be any better::The billionaire philanthropist in an interview with German newspaper Handelsblatt, shared his thoughts on Artificial general intelligence, climate change, and the scope of AI in the future.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (3 children)

GPT can probably give a better answer to any advanced math or science query than the majority of humans

Only if that answer is already out there and in the model. So pretty much a Google search away.

GPT isn't coming up with new math or science facts (at least not real ones).

It literally is a word predictor, an insanely complex one, it's the best way to describe it. If you start with layers, parameters and so on most people lose interest. But there's some really good explanations around.

Generic AI (real AI) has internal logic, can learn and improve itself and can do self motivated actions. Chat GPT can tell you exactly how to create an account and order something from Amazon, but despite being able to put that text out it will never be able to actually follow them itself.

[–] [email protected] 2 points 1 year ago

Only if that answer is already out there and in the model.

That's not true. I wanted a vba script for Excel. I don't know vba or excel so I spent hours searching Google for help. There were explanations of functions but no working code. I tried GPT for the fun of it and it spit back working code. Code that was nowhere on the Internet.

It was able to put together functions into working code based on the definition of functions, not simply cutting and pasting what somebody else had already written.

[–] [email protected] 1 points 1 year ago (2 children)

Chat GPT can tell you exactly how to create an account and order something from Amazon, but despite being able to put that text out it will never be able to actually follow them itself.

This is a really good ELI5 explanation of its limit.

[–] [email protected] 1 points 1 year ago

That would still give it too much credit in that case. It's purely an input output system. You put text in (the prompt), you get text out (the result). If there is no input from you, there is no output. It doesn't have any intrinsic functionality that runs on its own.

Maybe a bit too much for an ELI5.