6 ms·
I don’t think there’s zero demand recommendation apps, a lot of founders choose this because it’s a problem they want to solve for themselves, and there are a f
by anself 1y ago
I don’t think there’s zero demand recommendation apps, a lot of founders choose this because it’s a problem they want to solve for themselves, and there are a few success stories out there. It’s just that it’s a super-hard problem
- bee_rider 1y agoWhat’s a recommendation app? Like, I’d like to watch this movie, can you tell me if it is streaming on anything?
- fc417fc802 1y agoDo you think we've made it to the point that a broker for streaming services would be viable? You pay a 10% premium and they connect you with the media you want to watch without you needing to maintain a monthly subscription to 15 different services. Would probably be worth it even if just to have a consistent UI across services.
- bee_rider 1y agoThat would be nice, but I think it is just a licensing issue and the companies that hold the licenses don’t have any incentive to try and simplify things—they’d prefer we subscribe to every service and then watch, like, one show on each.
- bjelkeman-again 1y agoIt would be interesting to see data on this. How many people subscribe to multiple streaming services, vs the opportunity to license the content to an aggregator and sell to those that miss a lot of content because, like me they don’t want multiple services. I refuse to subscribe to all the services that have the content I want to watch: Netflix, Apple, Prime, HBO Max, Discovery… the high seas become an inconvenient option at this point.
- bee_rider 1y agoI agree (and would also like to see that sort of info if it existed). But, I’m pretty sure the same folks who were in charge of cable when it became insufferable are now in charge of streaming. So, less-annoying business models… I’m not hopeful.
- _w1tm 1y ago> vs the opportunity to license the content to an aggregator Isn’t this what Netflix used to be
- sgerenser 1y agoExactly. And the whole reason all these other services popped up is the IP holders realized they could make a lot more money with their own service vs licensing to an aggregator. I think it worked out pretty well for Disney+, because they have a huge back catalog of very popular IP. Not sure if anyone else is really making money with this new model, but they still don’t want to go back to ceding all control to Netflix.
- nottorp 1y agoWe could go back to the olden days when everything was on Netflix instead :)
- wavemode 1y agoAmazon Prime Video is already this. You can subscribe to Max, Peacock, Crunchyroll, etc. from within the Prime Video app, and watch content normally exclusive to those services.
- diamondage 1y agoAccount pooling? Sign up to a pool that distributes your account to others when not being used, in return gives access to multiple streaming platforms on demand...
- bee_rider 1y agoI’d be shocked if that wasn’t a ToS violation for most services.
- stevage 1y agoYeah, what was Zomato if not this?
- saulpw 1y ago"It's a problem they want to solve for themselves", but note that they haven't tried all the alternative recommendation services and are only creating one as a last resort. They want to solve the problem, which is a different drive from wanting a recommendation app. Now, if someone made a "Recommendation-Engine-in-a-Box", where someone who wanted to make a recommendation app for themselves would supply the content and could tweak the algorithm and the design, I could see that being successful in this market :)
- fc417fc802 1y ago> I could see that being successful in this market I guess SaaS aimed primarily at founders makes it a meta startup? The snake is eating its tail.
- petesergeant 1y ago> It’s just that it’s a super-hard problem I spent 2024 building an awesome TV series recommendation platform. It worked by matching you to professional critics who shared your tastes, by basically crawling Rotten Tomatoes and getting an LLM to grade the reviews out of ten. The recommendations were awesome, and having a personalized Rotten Tomatoes where you could read about and research the show using reviews by people who felt the same way as you did about stuff was freakin' cool. However, getting people to actually sign up and use the app without a massive marketing budget was very, very difficult. The stickiness to get people to go back to it is difficult. Asking people to input their preferences in the first place is hard. People also simply didn't believe the recommendations, and wouldn't take chances on shows; the computer can recommend The Detectorists to as many people as it wants, but there's a high number of people who would love the show but will dismiss it looking at the cover image and having a quick read of the synopsis. The recommendation part isn't super hard, the getting people to use a B2C app is super hard.
- immibis 1y agoNow, if you were Netflix (or Popcorn Time), you could just show them the series directly in the app and people would come to your app to watch the series, and also get the recommendations. They'd come back more often if you had good recommendations. People just don't want standalone recommendations.
- flir 1y agoThere's also the fact that more data == better recommedations. Even if people wanted your standalone app, they're not going to sit and enter the kind of rich data a decent recommendation engine needs. It really has to be a tool that gathers data about you as a side-effect of you using it.
- immibis 1y agoWell, there's "enter your Netflix username and password here" This has severely fallen out of fashion since the 2000s, but it used to be not uncommon that when one web app wanted to do actions on your behalf on another web app, it would just take your username and password and log in as you. According to Cory Doctorow (I wasn't there) Facebook did this to MySpace. For Netflix in particular, logging in from your server would probably trigger anti-account-sharing, but you could avoid that by making the requests you need from the user's app on their device, not from your server. I think the industry feels like it's illegal now, but I don't think it's actually illegal? since there's no criminal intent. I don't think it's the same, legally, as when a criminal steals your login details and logs in as you. But I'm not a lawyer and this is not legal advice. But my evidence is that there are apps (e.g. POLi) that do this with bank accounts and still don't seem to be in any trouble. Even the banks don't seem to be locking it out as that would hurt the customer's relationship with the bank.