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

People Twitter

4935 readers
1979 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a tweet or similar
  4. No bullying.
  5. Be excellent to each other.

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

Both of those sound kinda dystopian. Because you just know the first one will start getting gamed by every company from the grocery companies trying to SEO the AI, to the big fossil fuel companies trying to get you to drive your car more.

[–] [email protected] 33 points 3 months ago (2 children)

How is making a picture of me as an astronaut "dystopian"?

[–] [email protected] 47 points 3 months ago (2 children)

The same technology can be used for widespread, low-cost, highly convincing misinformation and propaganda campaigns

[–] [email protected] 8 points 3 months ago

The moon landing wasn't faked, but I was there instead of Neil Armstrong. See these pics?

[–] Grandwolf319 -2 points 3 months ago

Uses tons of energy which could ironically be used to get you to space for real (a lot more energy but at least you get a real experience).

[–] [email protected] 20 points 3 months ago (1 children)

I can’t wait for the technology to get basic enough where I can roll my own self hosted instance of it without it taking months. Because I can see a way it’s doable without a centralized service to get around that. But for mass consumer level, I can see that becoming true. But this can be applied to every bit of software currently. All of it can be ran by you, if you have time. Hell I’ve got my own cloud (hosted at my home ) music streaming service.

[–] [email protected] 12 points 3 months ago (2 children)

A lot of that is doable now - like, how many grocery stores are even nearby to someone, so writing a custom bit of code to check the website of each, one by one, and looking for previously manually-identified items could be automated.

One major downside is prioritization of large chain stores at the expense of smaller mom & pop ones that don't maintain a constant inventory system accessible via the web. Someone could even volunteer their time to build them a database backend, but still they'd have to see the value in actually scanning the items every time or else it would quickly fall behind.

[–] [email protected] 4 points 3 months ago (2 children)

Yeah, it wouldn't be a huge lift if you're familiar with python.

[–] [email protected] 6 points 3 months ago* (last edited 3 months ago)
#!/usr/bin/env python  
import groceryshoppingoptimizer

Done!

[–] [email protected] 4 points 3 months ago (1 children)

That's precisely what I was thinking, but reflecting more on it, I don't know how well it would handle the webpages, so maybe some other languages mixed in too (I'm out of date, maybe PHP?). If AI writing code worked it would lower the barrier, but I'm not certain we're quite there yet to trust anything it would create.

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

Python web scraping is just fine, with the llms you.have the option of either extracting the html and having the LLM read.over that, or having a vision ai OCR the page and make its own decision of what to extract.

[–] [email protected] 2 points 3 months ago

Yeah I was going to say, I’ve done similar for clients with regards to competitor pricing

[–] [email protected] 15 points 3 months ago

In other words, we need to recognize that the real problem is that companies will always try to game the system for product differentiation/market segmentation purposes, so the real solution is for the government to create and enforce standards.