I'm skeptical about banning design patterns just because people might overuse them. Growing up, I had to go to the theater to see movies, but that didn't make cliffhangers and sequels any less compelling. Now we binge entire Netflix series and that's fine, but short-form video needs government intervention? The real question is: where do we draw the line between protecting people from manipulative design and respecti…
What an unworldly remark. So, we should also not ban hard-drugs then?
TikTok's 'addictive design' found to be illegal in Europe
151–160 of 568 posts
Re: TikTok's 'addictive design' found to be illegal in Europe
#152Earlier quoted context omitted.
Short form video has been a total break from previous media and social media consumption patterns. Personally I would support a ban on algorithmic endless short form video. It's purely toxic and bad for humanity
People are way too comfortable banning things these days. This is where the term 'nanny state' comes from. A subset of the population doesn't have self control? Ban it everyone. Even if it's a wildly popular form of entertainment with millions of creators sharing their lives, who cares we know better.
Additionally, this is not about self control. The claim is that the algorithm is designed to exploit users. Insiders (including a designer of infinite scroll!) have admitted as much going back years: https://www.bbc.com/news/technology-44640959
We should be uncomfortable with companies spending huge amounts of money to research and implement exploitative algorithms. We did something about cigarette companies advertising to kids. This action is along those lines.
Re: TikTok's 'addictive design' found to be illegal in Europe
#153I'm skeptical about banning design patterns just because people might overuse them. Growing up, I had to go to the theater to see movies, but that didn't make cliffhangers and sequels any less compelling. Now we binge entire Netflix series and that's fine, but short-form video needs government intervention? The real question is: where do we draw the line between protecting people from manipulative design and respecti…
What an unworldly remark. So, we should also not ban hard-drugs then?
The science tends to back these ideas up. Banning does not stop people from doing what they want.
Education and guard rails are always better than hard control.
Re: TikTok's 'addictive design' found to be illegal in Europe
#154Earlier quoted context omitted.
Short form video has been a total break from previous media and social media consumption patterns. Personally I would support a ban on algorithmic endless short form video. It's purely toxic and bad for humanity
People are way too comfortable banning things these days. This is where the term 'nanny state' comes from. A subset of the population doesn't have self control? Ban it everyone. Even if it's a wildly popular form of entertainment with millions of creators sharing their lives, who cares we know better.
I think that algorithmic social media should be likewise regulated, with at the very minimum ban for minors.
Note that my focus here on the "algorithmic" part. I'm fine with little or no regulation for social media where your feed is just events in chronological order from contacts that you are subscribed to, like an old bullettin board, or the original Facebook.
Also, I think we should consider companies that provide algorithmic social media responsible for what they publish in your feed. The content may be user generated, but what is pushed to the masses is decided by them.
Re: TikTok's 'addictive design' found to be illegal in Europe
#155Maybe I don't get addicted easily, but after 30 minutes of forcing myself to watch tiktok, I just uninstalled it. Friends told me I didn't give it enough time to learn my tastes but... How could it, given that literally 100% of the videos in my interest areas were trash?
Re: TikTok's 'addictive design' found to be illegal in Europe
#156I gave a talk at PyData Berlin on how to build your own TikTok recommendation algorithm. The TikTok personalized recommendation engine is the world's most valuable AI. It's TikTok's differentiation. It updates recommendations within 1 second of you clicking - at human perceivable latency. If your AI recommender has poor feature freshness, it will be perceived as slow, not intelligent - no matter how good the recommen…
If by features you mean tracking state per user, that stuff can be tracked without Flink insanely fast with Redis as well.
If you re saying they dont have to load data to update the state, I dont see how massive these states are to require inmemory updates, and if so, you could just do inmemory updates without Flink.
Similarly, any consumer will have to deal with batches of users and pipelining.
Flink is just a bottleneck.
If they actually use Flink for this, its not the moat.
Re: TikTok's 'addictive design' found to be illegal in Europe
#157I'm skeptical about banning design patterns just because people might overuse them. Growing up, I had to go to the theater to see movies, but that didn't make cliffhangers and sequels any less compelling. Now we binge entire Netflix series and that's fine, but short-form video needs government intervention? The real question is: where do we draw the line between protecting people from manipulative design and respecti…
You are not acknowledging the fact that the companies producing these addictive apps are very much doing it intentionally. They are specifically making it as engaging as possible because that's how they make money . And they have billions of dollars to sink into making their products as irresistable as possible. The average person has zero chance against all-pervasive, ultra-manipulative, highly-engineered systems li…
I’d love to think of myself as an exceptional individual because I don’t use Facebook or TikTok, but most likely I’m not exceptional at all, and other people could also just not use TikTok.
Re: TikTok's 'addictive design' found to be illegal in Europe
#158Re: TikTok's 'addictive design' found to be illegal in Europe
#159I gave a talk at PyData Berlin on how to build your own TikTok recommendation algorithm. The TikTok personalized recommendation engine is the world's most valuable AI. It's TikTok's differentiation. It updates recommendations within 1 second of you clicking - at human perceivable latency. If your AI recommender has poor feature freshness, it will be perceived as slow, not intelligent - no matter how good the recommen…