this post was submitted on 03 Jun 2024
1478 points (97.9% liked)

People Twitter

9811 readers
1190 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician. Archive.is the best way.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] waigl@lemmy.world 101 points 2 years ago (37 children)

You don't need "AI" for that. All you would need is some standardized APIs for the various shops, and you could easily solve this with computer technology from 20 years ago.

[–] kamiheku@sopuli.xyz 98 points 2 years ago (33 children)

The reality is, though, that there are no such APIs. LLMs on the other hand could be a valid tool for the use case.

[–] Daxtron2@startrek.website 13 points 2 years ago (3 children)

LLMs are not a good tool for processing data like this. They would be good for presenting that data though.

[–] Sotuanduso@lemm.ee 3 points 2 years ago (1 children)

Make an LLM convert the data into a standardized format for your traditional algorithm.

[–] Daxtron2@startrek.website 2 points 2 years ago

There's no way to ensure that data will stay in that standardized format though. A custom model could but they are expensive to train.

[–] GBU_28@lemm.ee 1 points 2 years ago (1 children)

Llms are excellent at consuming web data.

[–] Daxtron2@startrek.website 6 points 2 years ago (1 children)

Not if you want to ensure the validity of the compiled coupons/discounts. A custom algorithm would be best but data standardization would be the main issue, regardless of how you process it.

[–] GBU_28@lemm.ee 0 points 2 years ago* (last edited 2 years ago) (1 children)

What does validity mean in this case? A functionary LLM can follow links and make actions. I'm not saying it's not "work" to develop your personal bot framework, but this is all doable from the home PC, with a self hosted llm

Edit and of course you'll need non LLM code to handle parts of the processing, not discounting that

[–] Daxtron2@startrek.website 1 points 2 years ago* (last edited 2 years ago)

The LLM doesn't do that though, that the software built around it that does that which is what I'm saying. Its definitely possible to do, but the bulk of the work wouldn't be the task of the LLM.

Edit: forgot to address validity. By that I mean keeping a standard format and ensuring that the output is actually true given the input. Its not impossible, but its something that requires careful data duration and a really good system prompt.

[–] Bluehat@lemmynsfw.com 0 points 2 years ago (1 children)

Llms are great for scraping data

[–] Daxtron2@startrek.website 9 points 2 years ago (1 children)

LLMs don't scrape data, scrapers scrape data. LLMs predict text.

load more comments (29 replies)
load more comments (32 replies)