this post was submitted on 20 Mar 2024
52 points (88.2% liked)

Technology

58303 readers
17 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
 

Summary: There are many use cases for generative AI, spanning a vast number of areas of domestic and work life. Looking through thousands of comments on sites such as Reddit and Quora, the author’s team found that the use of this technology is as wide-ranging as the problems we encounter in our lives. The 100 categories they identified can be divided into six top-level themes, which give an immediate sense of what generative AI is being used for: Technical Assistance & Troubleshooting (23%), Content Creation & Editing (22%), Personal & Professional Support (17%), Learning & Education (15%), Creativity & Recreation (13%), Research, Analysis & Decision Making (10%).

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

If I ask an LLM something like “is there a git project that does <something I’d describe in natural language but not keywords>” or is there a Windows program that does X, it may make up the answers, but at least I can verify that via a search engine. If I try to Google that (that’s theoretical, I don’t use Google), I’m going to end up on a page full of ads that is filled with trap links that lead to malware, top 10 lists with the same repeated content and all the other shit the internet has become. I kind of don’t mind the hallucinations relative to the ads. What a time to be alive though.

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago)

If I ask an LLM something like “is there a git project that does <something I’d describe in natural language but not keywords>” or is there a Windows program that does X, it may make up the answers

Obviously it depends on the LLM, but ChatGPT Plus doesn't hallucinate with your example. What it does is provide a list of git projects / windows programs, each with a short summary and a link to the official website.

And the summary doesn't come from the website — the summary is a short description of how it matches your requirements list.

I've also noticed Bing has started showing LLM summaries for search results. For example I've typed a question into Duck Duck Go (which uses Bing internally) and seen links to reddit where the answer is "a user answered your question stating X, and another user disagreed saying Y".

I'm encountering hallucinations far less often now than I used to - at least with OpenAI based products.

[–] [email protected] 1 points 7 months ago

You immediately start from a better place using an LLM vs searching raw. If I just need a link, I use DDG. When I need to research, I ask the latest gpt4-turbo model.

[–] [email protected] 1 points 7 months ago

That’s a really good use case that I will need to start using. In a use case such as that where paid ads make the search engines unreliable, the LLM is at least going to be on the same footing if not better.