No Dislikes has officially ruined YouTube for me

1097 points by techsin101 ↗ HN
Spoiler: rant.

I don't know what happened exactly but I'm pretty sure it's the lack of dislike stats, that now my suggestions and home page of youtube is filled, and I mean FILLEDDD!, with videos that have 4k stock clips, catchy title, but completely lacking in content. Misleading 100%. Not 1, not 2, but like 8/10 videos are now garbage stock footage with bs commentary over nothing.

Example:

Nasa just discovered truth about solar system!?!?!?!

Science has progressed a lot in last 100 years....

So and so first discovered pluto in 1xxx

Mayans used to think balbala...

Some historians think....

Now scientist finally have answered....

New evidence (2014 research) shows there might be a planet ...

No explanation of study because you know it actually requires some comprehension...

Insert failed attempt at humor...

Leave a comment on your thoughts..

===========

Same script, like 8th grade essay you didn't study for, but multiplied by 100x.

We knew it was gonna ruin youtube, people told youtube it was gonna ruin it, and now exactly that happened. Click baity videos with nice stock footage that is barely relevant and half assed 'answers'.

497 comments

[ 2.3 ms ] story [ 331 ms ] thread
YouTube is still useful. It's a giant repository of videos that get indexed by search engines.

The way to use it is:

1) know what you want to watch beforehand

2) search using a different engine like DDG

3) use yt-dl to grab the video and watch offline

The mistake would be to "log in" to the actual site, and click on the "recommended" rubbish and all that algorithmic cruft to manipulate, data-mine your soul and mislead you.

when i know what i want, it works. But when I am just scrolling to find something new, it is noticeably more clickbaity now.
Personally, the algorithm works very effectively at stealing my time.

Bikini catwalks, scamming phone scammers, MMA fights, math entertainment, people who build cool shit.

This is of course subjective, but I basically can't open youtube.com without wasting 10 minutes.

If I ever get the idea of going to YouTube for a legit purpose (e.g. finding a conference talk, or listening to music), my brain's first response is "oh no", because I know I have to endure at least ten minutes of entertainment. YouTube's TikTok clone is even worse, but not as good as actual TikTok.

I can only say it works like drugs.

> I basically can't open youtube.com without wasting 10 minutes

It's the opposite for me. These days when I have 10 minutes I open YouTube and there's nothing interesting. It recommends me irrelevant stuff, stuff I've seen already, shorts or trending video crap interspersed in between in case I've suddenly become real interested in the Kardashians and football news.

> scamming phone scammers

Mark Rober, I guess? No wonder the algorithm promotes him to heaven and beyond, the content he puts out is extremely well done.

I feel like his content is way too sensationalist. I much prefer Jim Browning when it comes to scammer payback.
"know what you want to watch beforehand" - 100% this. Over at least the past few years, this is almost entirely what I do and it has helped youtube remain a good experience for me. In general, I rarely do research on youtube or twitter or even googling or even reddit. In most instances, I'm better served by just starting with the wikipedia page or some specialized encyclopedia (e.g., Stanford Encyclopedia of Philosophy) and then going from there. On sites like youtube, I either go in knowing precisely what I'm trying to watch or to watch new videos from a select few channels I subscribe to (usually silly stuff like press conferences of football managers etc.).
This is just good internet hygiene: don't go online unless you have something specific to look up or research.

This is how it used to be until blogs started up with daily posts, then Youtube, then social media's endless firehose. Suddenly you could start treating the Internet like TV. There was always something to tune into.

90% of my time spent on youtube is caused by my subscription feed. It baffles me that people actively use youtube for the sake of its recommendations.
There's https://unhook.app/ to remove recommendation elements (front page feed, side bar recommendations, etc.). I use it to leave only the search bar and my subscription feed. YouTube feels so much better.
I only use the Subscriptions tab - the Home tab was junk even before the dislike removal (which doesn't negate your point).

One still gets recommendations, namely those at the right of the video you're watching. Those tend to be more relevant than Home's.

I used the like/dislike ratio to see if something is actually a good video about the topic I'm searching, or should I continue further. For example, if I search "volvo s40 MAF sensor replacement", I won't watch someone ramble 20 minutes about how volvos are good, and why they chose the car in white instead of blue color... I want someone who'll pop the hood and replace the sensor, and those videos will usually have a better like/dislike ratio compared to the random rambling videos. The ratio was the telling thing if a "how to" video was good. I'd rather watch a video that has only 100 likes, but 0 dislikes, than a video that has 1000 likes and 5000 dislikes. But now that's gone, R.I.P.
Since they removed the dislike count, I've watched zero technical/programming and related videos on youtube. I'm not going to sit for 30 minutes and then realise the video is a pile of garbage.
I'm amazed that anyone can find any decent programming content on YouTube. There are low-quality beginners webdev tutorials as far as the eye can see, but otherwise there's seemingly very little outside of rambling and superficial conference talks. And on the odd occasion when I do watch a video, YouTube decides that I must be a beginning webdev and bombards me with the aforementioned low-quality Javascript and HTML tutorials for the next several weeks.
It's a good thing I've moved away from YouTube for technical content. I often find answers much faster on stackoverflow/stackexchange/Reddit
You can at least solve the problem of not seeing dislikes anymore with a browser extension, e.g. "Return YouTube Dislike".

https://chrome.google.com/webstore/detail/return-youtube-dis... (also available for Firefox, Edge, ..)

Of course, it doesn't solve the recommendation issue the thread creator mentioned.

where does the extension get the data from, though? it's not like they just have to remove a `display: none` somewhere.
Apparently some previously-scrapped data for older videos that gets updated, and heuristic estimates combined with extrapolating data from those who use that extension and like/dislike. LTT did a video where they found the accuracy really good.

Beating Google at their own game, they (apparently) are.

I think the accuracy doesn't even matter too much. Personally, I believe I base my decision to watch the video after clicking on it on the ballpark the like/dislike ratio is in. "Almost only likes", "2/3 likes", "50/50 likes/dislikes", ... For that purpose, the extension does its job.
> with extrapolating data from those who use that extension and like/dislike.

Often you see the opposite, where a third party service provides customers with a feature extending the features of a big service like youtube or twitter, and then the big service buys the startup offering that extension, or integrates the feature themselves, leaving the extension dead. Now we see it happening in reverse direction, very interesting.

The dislike count is still in the data returned by the YouTube API[0], so they're probably getting it from there.

[0]https://developers.google.com/youtube/analytics/metrics#disl...

Are you sure? I remember reading that data would be removed at the end of last year.
I don't have an API key handy, but it's not marked as deprecated/removed in the documentation, so I can't see why it wouldn't still be in there.

The dislike count is also still present in the [0] video API response.

[0]https://developers.google.com/youtube/v3/docs/videos#resourc...

> it's not marked as deprecated/removed

It's not marked as deprecated or removed because dislikes were never deprecated or removed, nor implied to be.

They made it private (readable only to the uploader) and marked it as private.

A plug-in using this API will only tell you the dislike count for your own videos.

That's the analytics API. We already know they show dislikes to the channel owner. Isn't this the same thing?

And your other comment says "The dislike count is also still present in the [0] video API response." but the page says right there "Note: The statistics.dislikeCount property was made private as of December 13, 2021."

Apparently, the Youtube API documented here - https://developers.google.com/youtube/v3/docs/videos - returns both likes and dislikes. All Google did was remove the rendering of that API response field onto the webpage.

Extensions probably acquire the video url and make their own API call just to retrieve the dislike count. To me, that seems cleaner than trying to snoop on the main API call response (I think extensions might not have access to those, maybe they do). Basically, the data is available via API calls.

No see the other comments, they disabled this ability for non channel owners.
I noticed that “Do not recommend channel” and “Not interested” do actually work if you’re persistent enough. Doesn’t liberate from the regular hassle, but at least something. Maybe dislikes and these features are connected in some way (never liked or disliked any video, can’t tell).
I have literally never looked at dislikes ever as a measure for quality.
I looked at the ratio frequently.

My new fave: "NASA makes terrifying discovery..."

Yeah. My experience is similar to the authors. Crap floats right to the top.

They're helpful when searching for tutorials especially on topics you don't know much about. It's a way to navigate the big mess of unknown to me channels. For example, if I'm looking for a video on how to fix something at home, the downvote ratio can quickly tell me if someone is giving bad advice or just rambling and wasting my time.

For channels I watch regularly downvotes aren't relevant at all.

How often do you check the supposed "bad tutorials" to verify that this assumption is actually true?
Not often, the whole point of this heuristic is to watch as little as possible and still get the information I need. I don't really care about false-negatives unless a very-downvoted video is the only useful video on a topic (which is unlikely). It's just a useful shortcut, not a way to perfectly classify videos.
You use the heuristics available and it was a fair predictor. Especially for instructional/educational material. I used it the way I use upvotes/time/comments on HN.
It saddens me what will be lost if youtube continues on this route, 99% of the content is garbage, and the 1% good content is hardly monetizable, and there is 0.001% that content creators monetize with some form of sponsorship, but not so much from google's pov

You can see Dirac himself speak (https://www.youtube.com/watch?v=ma7TSAq87lg), Feynman (https://www.youtube.com/watch?v=j3mhkYbznBk), Jung(https://www.youtube.com/watch?v=bs3HK3pxVAY), Minsky, McCarthy, Ellul, Ram Dass, Jiddu Krishnamurti, Terence McKenna and Alan Watts and many many more people who greatly influenced our understanding and way of life

Youtube is quickly turning worse, just as google, with the flood of click baity content, and not only them, look at cnn.com or foxnews.com you will see every single article is with click bait title.

I dont think the issue is in the dislike button, I think they have to up their game to help you navigate the sea of garbage to find some islands of good content.

The reddit rule of 90/9/1% is no longer true (90% of community members are lurkers who read or observe, but don't contribute. 9% of community members edit or respond to content but don't create content of their own) now it seems we are more to 20/30/50% (my intuition), and the tooling and understanding used to decide what content to create and game the system has improved a lot. Like in video games, the way people play videogames now is fundamentally different than 5 years ago, now you are expected to minmax your character, items, gameplay etc because there are so many tools and guides out there to help you, but the same happens with content creation.

Its a different world now, and the algorithms have not caught up yet.

> and the 1% good content is hardly monetizable

My worry on top of monetizing is that the discoverability of good content is a lot worse.

I often already know content that is relevant and want to rewatch it but I now struggle a lot more to find it, drowned in all the non-sense surprised faces and clibait titles. I will often have to dig through history or notes or bookmarks to rediscover a specific video.

I have never gone to the YouTube homepage or suggestions (don't even know where that is) to try to find content.

Literally every video play I've ever done on YouTube had been the result of a direct link or me searching for something.

I get that there are people that go to the homepage to see what's there and click stuff but I find it totally unfathomable (not least because who has the time?!).

Yeah i only watch youtube videos if someone links it to me first off-site. There's always been a lot of garbage on YT, but removing the signal of garbage does not make the garbage go away.
YouTube actually works pretty well for me. Most of the time I get great suggestions and it feels like there's a lot of great content to watch (if only I had the time to actually watch everything).

I don't know the inner workings of YTs algorithms, but I believe it helps that I never watch the low quality drivel and have very focused topics that I subscribe to.

I also don't spend too much time on YouTube so every time I do check it out it seems like there's new content from several high quality channels.

The dislike button was fairly useless in the channels that I visit.

When I seldomly open the "trending" section by mistake, I am usually appalled.

+1 I have a habit of opening anything that might remotely poison my recommendations in right-click > Incognito. Youtube recommendations have always been annoying for me... constantly showing me things I've seen before, but generally I understand why it's recommending me things, and I understand the overlapping circles of topics and where the videos are coming from.

I also religiously use the three dot > Don't recommend video option on videos that are low quality, clickbait, etc. in my suggestions. Not sure what signal that sends to Youtube exactly, but those types of videos show up less and less in my recommendations. I call it weeding the garden.

I don't personally think the dislike button is the explanation. But something seems to have changed in the Youtube recommendations algo in the last few weeks.

In my experience, the algo has gotten very noticeably worse recently:

- Recommending lots of 6 - 12 year old videos on topics I'm interested in (who cares about a 12 year old product review?)

- Recommending tons of videos I've already seen or recommending really, really old videos from people I normally watch. It's always done this, but it seems worse recently.

- Trying to push "streamer bro" meme videos on me, which seem aimed at 12 year old kids

- The algo seems to be really clinging to recommending only videos about the last few topics I searched and totally forgetting my main interests. Look up a video on a new car you just bought? Congratulations, Youtube will now recommend you every video ever produced about that car forever to the exclusion of whatever it is you are actually interested in even if you have never shown an interest in cars.

Maybe someone who works at Youtube knows if a new recommendation system was pushed out recently or something? It's miserable.

Is the streamer bro Asmongold, by any chance? I got it recommended out of the blue.
I doubt it. Asmon's demographic is 32 year old kids, not 12.
> Recommending tons of videos I've already seen or recommending really, really old videos from people I normally watch. It's always done this, but it seems worse recently.

Also, subscribe to a channel, get recommended their entire repertoire of the last decade. I have stopped subscribing, and I'm actively unsubscribing from most channels except the very small ones that post twice a year and I don't want to miss.

What the hell is wrong with modern AI-driven recommendation engines? Youtube's isn't the only one that irritates me to no end. There is no automated recommendation system that is not complete dogshit for the end user. /rant

I genuinely don’t understand why Google got it right with Circles, realizing we have different orthogonal interests… but all my YouTube subscriptions go in a giant pile, as if advanced math, news, and rap videos are fungible content.

I want some ability to create sets of channels with a focus and only access that when I want to.

I think the problem is that YouTube has always been a manipulative and exploitative platform — targeting your psychology with algorithms. Now, it’s ratcheted that to the point it’s creepy and unlikeable.

On the mobile app, they show "pill buttons" for your detected interests across the top and you can click on them to filter those topics specifically. So they have put some nominal work into supporting orthogonal interests.

The problem for me is that it just doesn't work very well. First, it's hidden deeply in the UI. Second, the topics are self-detected (poorly) and you have no way to edit them. Third, they seem to act as simple filters of your feed, not a way to access different subsets of content.

I'm sure the root of the problem is that lots of smart people at YouTube probably understand this frustration and want to make this better, but building filtering tools doesn't improve overall user engagement metrics and doesn't get anyone promoted, so no one does. But what does improve overall engagement? Recommending streamer bro meme videos in the chance that a kid might get hooked and watch thousands more of them.

Those also exist in the web app but suffer from the same issues you report.
The 1% smartest people in the userbase, who often are also relative ad resistant, aren't an audience YouTube (or any other large publisher) is going to cater to with active effort. At best they'll tolerate it benignly or as a reputation booster.
Agreed, it seems most of these changes to the recommendation system are for the masses who don't really care or just let autoplay choose everything for them, and not the kind of people who browse HN
It's a problem with evidence based product design. It's in almost all big products nowadays. The way Google axes products, the way Netflix axes series, the way Facebook populates the timeline. They're throwing away the intrinsic value of the product, for positive graphics in their monthly user engagement presentations.

Facebook's user engagement is probably higher than it ever was. I have a friend who's one of those conspiracy nuts and he's on there all day everyday posting dozens of media links to questionable content. His behaviour is their dream. At the same time almost none of my "normal" friends or family are still there. But they never had much engagement anyway even at the peak they maybe checked Facebook once a day for a couple minutes and maybe post something once per month.

Probably these platforms are all approximating the optimal amount of crappiness they need to be maximally profitable.

I've never owned an iPhone, but Apple's approach is the long term one, where they come up with a product that they believe in and they think the customer should use, regardless of whether they actually want. It let's them always carefully control the quality and resists the temptation to make a quick extra buck. In the end it makes them basically unbeatable, where Facebook has to buy competitors to remain relevant.

> Facebook's user engagement is probably higher than it ever was. I have a friend who's one of those conspiracy nuts and he's on there all day everyday posting dozens of media links to questionable content. His behaviour is their dream. At the same time almost none of my "normal" friends or family are still there.

This matches my experience, the family members still very active are all politically involved, posting rants from either side of the spectrum. The conspiracy stuff is unhinged and getting worse.

Apple's model leads to computer with keyboards whose keys fall off, because they design for surface-lecel appeal and disregard customer desires for the product.
No, but every hardware manufacturer, big or small, will have design or production problems from time to time...
Maybe it's finding some connection like math<->rap-focused music theory (lots of triplets)<->rap. I like an eclectic timeline, and YouTube could be optimizing for that, but I can see how it would be annoying if you don't dig that.
The problem is more fundamental:

Those are all things I like, but I don’t want most of them most of the time — and YouTube gives me no way to signal what state I’m in. And because it shoves them all in a large pile, I get very few if any recommendations related to what Im looking for right now.

People are faceted, but YouTube fails to design UX to accommodate that reality — instead trying to be everything at once and so failing to be anything, ever.

I don't know about in the apps, but the web page has a row of tags above the videos that let you filter by topic. They're personalized, so you might have tags for those topics.
> I genuinely don’t understand why Google got it right with Circles

Do you mean on google plus? (Or did that feature make it to other parts of the gooverse?)

The feature on Plus that I desperately wanted was "squares", or facets of your online presence that people could individually subscribe to. Just for instance, if Noam Chomsky had been an active poster on all kinds of topics on Plus, I would not subscribe to his updates because I only care about his work in linguistics, not any of his political activism.

But, the way all the current social properties are set up, the poster either has to have multiple accounts and log in / log out or keep separate browser profiles etc, or just posts everything under one account.

It could be better. It could be pretty seamless: allow the author to tag the post with a click or two just before posting, encourage them to tag posts that aren't tagged before posting, learn what tags they use most and analyze the content of each post to prominently feature in the UI the tags that look like they apply. Allow subscribers to subscribe to author+tag pairs instead of just authors. Done.

Twitter and Instagram allow you switch between multiple accounts without entering the password again. So it's not hard to post and browser about different interest using different accounts
They arent recommendation engines. In the sense that recommendation is not the formal problem of showing someone content with a non-zero probability of their watching it. Recommendation, as we understanding it, means understanding our interests first.

Recommendations systems use average expressed preferences (ie., on-average watch frequency) in others to "recommend" you something.

If we didnt opt for such metaphorical naming things would be clearer. Recommendation should, mostly, just be called "Popularity Ranking".

But it does recommend videos to you. It is absolutely not just "Popularity Ranking".

On my youtube front page the first row of videos are: a recent Scott Manley video about some SpaceX thing (which is in my interests), a DnD game (which I have already seen on twitch, youtube of course has no way knowing that), a song from a band I'm listening to since a few days, and a video documenting a glider airplane adventure. All in my areas of interest and I highly doubt that these are the 4 most popular videos on youtube right now.

> Recommendation, as we understanding it, means understanding our interests first.

Yes. And that's what they try to do. Sometimes they fail. For a hypothetical lets say that I recommend to my friend that they should see the new superhero movie in cinemas. They go and watch it and they don't like it. Clearly that means that my recommendation was a bad one, but does it stop being a recommendation? Only perfect recommenders are worth that name?

It is just selecting users based on the videos you have watched. It isnt global popularity ranking, rather its ranking amongst users who also watch your videos.

Your watching a video is only a weak correlate of your preference. If I were recomemnding you something, I wouldnt ask you -- literally -- what specific videos you watch. I'd ask for your (real) preferences: are you bored right now? Do you want somerthing exiting? What's your mood? etc. etc.

> Also, subscribe to a channel, get recommended their entire repertoire of the last decade. I have stopped subscribing, and I'm actively unsubscribing from most channels except the very small ones that post twice a year and I don't want to miss.

I fear that there is a very big group (that is usually not on HN) that actually likes this. People who get absolutely hyped on some new channel and just have to watch everything on that channel. Not because it’s interesting content, but because for those few hours/days/weeks they feel that they “belong” to the community of that channel (even if they don’t meaningfully interact or discuss with the other people in that community or even the creator). This also gives them social status with friends. Then after a few hours/days/weeks, repeat the cycle (multiple cycles can run in parallel but not too much as it would affect your social status of being part of the hip cult-of-the-day). Obviously those people also watch stuff outside that channel, but they don’t mind being presented with videos of the same channel all the time, because again bragging rights that come with “oh I’ve really seen everything, look at this: seen it, seen it, …”).

(Seems a bit similar to some other demographic that is extremely into watching sports…)

There's nothing wrong with old content per-se. A true crime channel, for example, can have a lot of old content that's still interesting to watch. And thing for science and comedy. No need for any strange community feelings or bragging rights.

Now, this doesn't make sense for all types of content, of course, but definitely for some.

This recently happened to me. I discovered someone's channel and it turned out to be a gold mine of content that I had somehow never heard of. I didn't even have to subscribe and it would recommend me banger videos from the guy.
The same happened to me with Tom Cardy.
YouTube actually makes it quite hard to "completely watch" a channel; there's some channels that I just "discovered" and published interesting content over the years and ideally I'd just like to start at the start and watch stuff from their backlog that looks interesting. But with the stupid non-pagination "infinite scroll" it's pretty hard.
> I have stopped subscribing, and I'm actively unsubscribing from most channels except the very small ones that post twice a year and I don't want to miss.

Don't know if you knew this, you can use RSS to get feeds of the channels you want without subscribing or even having a Google account.

Good in-browser add-on for following, organizing etc. of RSS feeds: https://addons.mozilla.org/en-US/firefox/addon/feedbroreader...

I use the RSS feeds with Elfeed for Emacs which allows me to search, filter, and modify feed entries as they are fetched. Additionally, you can use an https://invidious.io instance - which also provides RSS feeds - to avoid sharing any personally identifiable info to YouTube. I've setup elfeed to provide a keystroke to watch the videos ad-free using mpv. All together, this is a much more privacy and attention respecting way of consuming videos.
The feedbro extension can also filter with a bunch of criteria, set off by configurable triggers and a decent set of actions.
No need for a plugin. Just add the channel ID to this link:

  https://www.youtube.com/feeds/videos.xml?channel_id=
And add that to your RSS reader.

I get everything in perfect chronological order, including livestream schedules.

The solution i find about subscribing channels;

I am selecting "Don't recommend channel" for subscribed channels so i see them only in Subscriptions page, i am afraid that Youtube can see it as i am not interested these channels and topics but i didn't see any downside with this method.

I am also unsubscribing frequently posting channels and bookmark them if i want to visit them later so my Subscription page don't have spam videos.

Also removing one time watched uninterested-topic videos from history may help algorithm.

> What the hell is wrong with modern AI-driven recommendation engines

No idea but it's been an issue ever since I've used Amazon. In a way it's kind of reassuring that their AI is not smart enough to know that after buying a vaccuum cleaner, I am probably not going to immediately buy another one.

You are more likely to buy a vacuum cleaner just after you bought one than any other random point in time. Reason is that a percentage return their first buy for whatever reason. If you are going to target someone with ads for whatever product, the ROI is actually just after you bought something …
A better recommender system would suggest items that show off the capabilities of my shiny new vacuum: cat food, thumbtacks, coarse dirt, feathers...
Algo fail: I will see the same videos recommended visit after visit.

Just give me a "Not Interested" button over each recommended video so at the very least the pool is refreshed.

Click the dots and a submenu with a “not interested” button appears. You can even follow up with a reason.

I think your critique is misplaced though. Just because I don’t want to see a particular video right now, doesn’t mean I never want to see it.

Quite often there are two videos I wanna watch on the front page. Luckily I get recommended the other video later.

I hate to admit it but the older videos proper work on me.

YouTube suggested Casey Neistat's first vlog for whatever reason[0]. A week or so later I've consumed the entire channel. Very decent recommend on YouTube's part if they're optimising for session duration that one.

[0]: I was in a bit of a "I might be a YouTuber as it turns out" moment at one point and I think I caught his How to vlog like Casey Neistat video or maybe Do What You Can't

Are you giving enough 'input' to the engine? Topics that you like or comment will be ranked higher.
I'm the opposite, I subscribed to lots of channels so that I always have new content from creators I like -- and never have to look at the recommendations.
IMO mass unsubbing is the wrong response to take if you want a good YouTube experience. The best way is the opposite: subscribe to EVERYTHING you like even a little bit, and then use the Subscriptions page as your home page. Ignore the real home page, ignore the algorithm entirely. I've done this and the irritation is gone.
I stay logged out, and use a private session when I go to YT. I keep a home page of bookmarks to content creators I enjoy content from, linking to their main page, and either follow one of those links in to see what they've posted lately or go to the home page for YT, ignore everything, and search for something specific. If I run into a new content creator I like, I add them to my bookmarks.

I started this for privacy reasons, but I really like it now because they don't know enough about you in a private session to mess with you, and their search is usually good enough to find what I'm looking for. There is then a golden period where the recommendations are actually useful that lasts for maybe a dozen videos or so after which they try to psychoanalyze you too much and then it's time to kill the old private session and start a new one.

I've gone from being anti-privacy to being anti-privacy and anti-algorithm both.

Mmm, this looks like it could also work for me. Thanks!
What bothers me most about the recommendations I get are the videos I have clearly watched. "You recently watched this clip, so we at YouTube think you should watch it again."
Yes, so irritating. I don't understand why they do this.
This is like Amazon recommending the exact same item you just bought, sometimes from a different brand or vendor. "We see you bought a toaster, surely you need a hundred more."
Mabey they know that the first one you bought is scheduled to stop working soon.
Maybe they just want you to be unhappy (as the paradox of choice says, if you only had a few options for a product, you'd pick what you think is the best one and be happy with it; if you had hundreds, you can't compare all, so you'd pick one and wonder if it was the best choice).

Maybe Amazon knows that unsatisfied customers continue spending money... Hah, great dark pattern if so!

For music videos that makes sense, but not so much for other content.
I do rewatch some of my history every now and then, mostly music and comedy clips. But it seems like YouTube doesn't understand that this works for some content, but not for all.
This is Spotify and music recommendations for me.
I gave up on Spotify because Spotify, unlike me, was stuck in the 70's and 80's...
I have the same thing. For some it actually makes sense, like listening to a good song twice. But for many others it really doesn't. I'd kinda expect Youtube to be able to tell the difference between a song and some temporarily relevant vlog.
- Recommending lots of 6 - 12 year old videos on topics I'm interested in (who cares about a 12 year old product review?)

For many topics 6-12 year old videos are perfectly acceptable.

Sure, but I'm talking about specifically non-evergreen videos like 10 year old product previews. That's what has cropped up recently. Youtube used to be pretty good about recommending old evergreen content but not time-sensitive content.
Something could have happened like… (just making this up) the 20 year anniversary of the G4 cube comes around and .0000001% of their users (add a few zeroes if needed) go and watch every single cube product review, so the algorithm thinks “oh everyone is into old product reviews now!” Because one of those people DID click on a bunch of other product reviews for whatever reason… more nostalgia or he thought the reviewer was cute or he walked away and they kept auto playing… or whatever.
I agree it's gotten a lot worse recently. Especially wrt the already seen videos. When playing a video it's disturbingly common to not have a single fresh, unseen video in the related/recommended sidebar.
> - Recommending lots of 6 - 12 year old videos on topics I'm interested in (who cares about a 12 year old product review?)

Really depends on the topic. 12 year old product reviews don't make sense. 12 year old hour-long lecture about Roman empire is just as good as it was 12 years ago.

Ok, let's try: youtube.com... Out of first 11 visible videos: I may watch, if I had time: 4 music, 2 technical, 2 political, 1 gaming. 9/11 total.

Mistakes - 1 technical (like "my interest is not that serious") Obvious garbage - 1 ("The whole world is afraid of Japan now" plus a crazy plane picture).

Not so bad. Can't compare with previous times though, cause I never paid attention to the first youtube page.

And now let me watch my first recommendation: The Devil’s Daughters w/ Danny B Harvey - Rock Boppin’ Baby (Sexy) https://www.youtube.com/watch?v=RUpDslHSLbU - just can't resist these girls...

Tbh YT should finally start making their platform more discoverable like Valve has been doing with the Steam store.

You can have explicitly tunable recommendation systems, tag-based classification, slicing and dicing search and subscription pages, filter lists, curators and such, but they seem obsessed with deciding everything for their users in the most obscure fashion possible. It's why they have lost me as a user years ago, which is a sad thing to me really given my long-held positive attitude to the service.

Youtube's recommendation system was at its best when it relied on the tag-based system.
Yep, about 3 weeks ago the recommendations algorithm fell apart and ever since it has been a strange experience. Half of my recommendations are normal, but extreme low quality is being pushed quite aggressively
Spambot comments have exploded recently too, a lot of channel owners are complaining. Something definitely seems broken.

I wonder if any of this affects GMail as well.

The Dead Internet Theory is becoming more and more true all the time.
No, it really isn't, that's just a crack conspiracy theory that took off because people no longer have the capacity to judge reality by any metrics besides cynicism and memeability.

There really are billions of actual people using the internet all the time.

All models are wrong, but some are useful. The value of a theory is how accurately it allows you to predict future observations.

If AI-driven recommendation systems and a trend towards centralizing all discourse on giant social media platforms produces a result indistinguishable from the Dead Internet Theory, then the theory is a useful way of thinking about and engaging with the internet.

I agree. I think the vast majority of people we speak to online are robots
I think it depends on the platform. Like Reddit for example, bot accounts are very easy to create (or you just buy used accounts). I wouldn't be surprised if on the most popular subreddits that half of the comments are bot generated.
I use to get a ton of 'clip' video recommendations which annoys me. Plus, any videos by channels I've subscribed are basically drowned out.
I explicitly downvote videos that aren't directly relevant to what I want to keep seeing. This does mean that I often downvote videos that I've enjoyed, such as useful product reviews for something that I'm buying. This keeps my recommendations relatively clean.
That's what the Not Interested button is for.
Not interested button is a placeabo type button, completely useless, isn’t it? Do you know how many hundreds of times I’ve not interested late night talk show hosts with no stop to their constant recommendation in my feed.
The only way to dislike those videos is to click them. If you click them it means you like that topic.

If you actually don't want then then don't click them in the first place and in about a month they will stop showing up.

I think you assume the algorithm is working where I feel the opposite.
My words are not based on theory but actual practice: I had videos I didn't like on my YouTube homepage, and I didn't click them, and after a little while they went away. It's as simple as that. My Google News feed is the same way.

Don't click the dislike button, rather don't watch the video at all. (Dislike means this video is bad not this topic is bad.)

The videos on my homepage exactly match the videos I watch. Exactly. They are often boring since I want something new - but I can't complain that YouTube is messing with me in some way. (Same with Google News - sometimes I want something new, and it's not there - it's always the same type of stuff.)

People who have videos that displease them on the homepage are watching those videos, and then complaining. "Guilty pleasures" basically.

That’s not my experience though. They just keep showing up. Maybe they are embedded in articles I’ve viewed or something but I’ve never clicked on them intentionally.
"and in about a month they will stop showing up." Such a great experience
The search results also got worse. For some reason they now mix random video recommendations with the result list, including videos that have no connection whatsoever to the search and that I already have seen.
Are you logged in to device, like a Roku or PlayStation, where one of your kids would be watching and/or rating videos?
It's a good guess, but not in this case. I have a separate account that only I use.
I have no proof, but it is probably with Youtube trying to compete with Tiktok. There are more originals content on Tiktok and on Tiktok any user can easily publish content.

So it would make sense that Youtube is trying to favor new creators and short videos. Actually a lot of Youtubers for a few months have been complaining, that the algo penalize channels that dont publish frequently.

I'm myself a big Youtube watcher, and I have not been seeing significant changes in the videos I see, there is more short videos, and videos from Tiktok reposted here but in my opinion it is just because more content of that kind is being published.

There is also a discovery problem on Youtube. They usually recommend you content that is close to the content you have seen recently (but it has always been like that). Once per week there is a truly original video that pops up.

I am sure you are wrong about it not being the dislike button but it could be something else. Obviously though, this means there is no longer any open source fraud control anymore, of course this would happen!
Yes, the recommendations page is awful.

For me, the stupidest thing it does is recommend you the same video again and again, when you never click on it. 'Hey, you've recommended that same video to me 20 times now, and I haven't clicked on it, maybe take a hint!'

It's staggering, with all the smart people they hire at Google, that the front page of one of their main products is so dumb.

Did you put that video in your "watch later" list?
> I don't personally think the dislike button is the explanation.

Eh, it could be. Hiding the dislikes certainly affects the like/dislike clicking behavior of the user. This creates feedback loops that are very hard to predict by simple A/B testing.

I pay for YouTube Premium, and it's less noticeable for me. But your complaints are spot on for me -- YouTube appears to have gotten even dumber. I believe that this is b/c YT as a platform is less profitable ... that's why they're pushing more ads. That part is pretty obvious.

But we're also seeing the other behaviours b/c overall Googs is allocating less CPU time to their naive AI recommendation engine. I feel that premium members get proportionally more AI time to tune their recommendations than freemium members.

This feels like Google turned down the AI spend across the board to increase the margin on YT as a revenue platform.

It was a bad decision.

I would appreciate being able to filter by audience age. If 90% of the views are from minors, there's zero chance I'm going to engage whether or not they trick me into allowing the video to play.

I would even be in favor of moving any content created by or for an under-18 audience to YouTube Kids. There's no reason it should be allowed on a platform for adults.

I know Google doesn't respect their customers, but we shouldn't let them waste our time.

listen almost only music on youtube. it used to recommend only music i liked, specific to the genres i enjoy even, very nice!.

nowadays i get all kinds of crap. Additionally, if i watch a single non-music video now, I get tons and tons of recommended crap different from what i used to, so it kind of feels like the algo is more sensitive now to drop nonsense on u if u accidentally click some youtube url, or watch a video not related to your usual content.

before, it might recommend such a thing once or twice, and then learn again it's not what i like. now i feel like it's constantly just dropping ads on me (sh*t videos of popular channels i don't care about - ADs.) any opportunity it sees. oh, he watched 2 seconds of some video because he clicked a url on his phone... whole front page becomes full of this type of crap... using other sites and apps now to listen music. Asif the 'are you still watching' on a 3 hour musical mix wasn't stupid enough to constantly be asked...

I am pretty sure if you pay them , it will work better and recommend more suitable stuff. Stupid tactic, because now they lose ad revenue rather than gain subscribers - i think a service which provides good service is worth subscribing too, not a service which is 'only-good-when-you-pay-for-it'. - if that's the case, just put the entire thing behind a paywall and own the fact u've become such an entity...

I don't login into youtube anymore. I bookmark the channel or use it via new pipe, I don't discover new channels anymore, I spend less time on youtube these days, good change in my life.
You can click either of these:

- Not Interested.

- Don't recommend channel.

Also, afaik, the sort of videos you complain about had no reason to be disliked much.

This was how I got rid of those recommendations that OP describes, until one day around two-three months ago when YouTube decided, for some reason, to ignore those actions completely. I had probably hidden well over 5k videos and channels over the years; now they are all back. No idea why. Trying to hide a video or a channel does nothing anymore for me.
Guys, ok youtube recommendations suck, they may not always have, I don’t know, but does it really matter that much that you need to share your frustration to a community of thousands of tech people?

It’s just a product. You don’t complain online when your brand new sneakers hurt your feet, do you? Especially if you got them for free…

You don’t like youtube recommendation engine, complain to them, not to us.

You seemed to be missing the point, as the title states, this is now fully official, it's officially ruined YouTube, it's not a mere rant, it's highly official.
Youtube is an infrastructure that delivers a huge segment of all video content watched today, especially from independent creators.

Youtube is faceless and without a contact process, so posting on a forum where you know Google employees are active seems reasonable to me. As its recommendation system is shaping global culture, shouting in any medium with an ear about it might not be wasted effort.

It is just a rant about a relevant topic, you don't like rants, ignore them or complain to him directly, not to us ...

And since he or she has a contact in the profile you actually could. But complaining directly to youtube? Haha, good one.

I think it has already been established that best support forum for Google is HN. As they do not read feedback directly shared to them, but lots of Google employees are part of HN and it might reach them :-)
So if I'm reading this right, you'd like people to 'stop posting opinions about tech on this site about tech'? How does that work exactly?
You might be missing the point. Dislikes are also feedback to users, the same way you can infer at a quick glance on HN that if a post is 10 hours old, with 30 points, the probability is high that the reward might be low, even if the title appeals to you. YouTube is not just YouTube, it's also a tech juggernaut and thus a UI trend setter. A few months ago they stopped displaying negative feedback to users, a major indicator. They certainly won't discuss with us the result of that experiment, at least when it comes to UX. Telling someone that the topic is not relevant to HN might just be a reflection of your own personal preference on how people should use this community. Also keep in mind that in the past, discussions of that nature stemming from these very threads have at least influenced changes.
Yeah also it just so happens that when I scroll through my feed, I pass by videos I have already seen or where I actively decided NOT to watch them beause they were prompted to me already 20 times or so and I still won't click it. It's to the point where I hit the "I dont wanna see this" button on a video because youtube keeps pushing VERY hard to make me see certain videos. Recommendations are trash. I used to find videos I like to watch within seconds but nowadays its just endless repetetive scrolling and nothing of interest.
Same issue for me. Really all it is showing to me is video's I've already seen. Youtube has lost it's shine completely.
My biggest issue is that the comments on these fake videos are always incredibly overly positive. Criticism is being buried to the ground. It's the case on most videos right now.
After the dislike count is removed, I click it less frequent. If there are many people like me, the recommendation system will be affected.
Stop clicking on click-bait, you're doing it to yourself.

Watch only "boring" / serious channels and you won't have that problem. That's what I do and I get great recommendations (tons of numberphile, computerphile, 3blue1brown, pbs space time, finance and economics... stuff like that).

it's true, but it's hard, you only need to click once on a clickbait video out of curiosity and you'll be flooded with garbage until you reset your whole youtube history. I switched to individious/piped and newpipe since for a more quiet youtube experience.
You need to be very aggressive against this, dislike and don't recommend every bit of garbage you see otherwise you will be flooded with it
Hum... Maybe you didn't notice all the frenezy, but you can't dislike something anymore.

I'm not a very active user, but I think there is no positive "don't show me stuff like this again" action you can do anymore.

The public dislike count was removed. Dislikes are still counted and presumably affect recommendation
You need to prune your suggestions by clicking the three-dot menu on the suggested item and "Don't recommend video". I started this last year and after a week my suggestions cleaned up and are absolutely relevant and high quality to my interests.
The like/dislike ratio is a universal indicator. Serious/boring channels are not immune to the side effects of its disappearance. It affects every one across the board. Here comes a 20 minutes video on Dynamic Programming and I have no idea what other people really thought of the teacher's ability to get the point across.
let me be that guy.. i have never held a youtube/google account and never have had a need to "comment/subscribe" or generally interact with anyone. for the last 12 years at least, i have had the habit of opening private window on my firefox, ublock origin is running and i open youtube. whatever fancies me for "that session", i watch it, say i am looking for DIY solar panels and tomorrow i am looking for hans zimmer interstellar score.

i do not get much of "clickbaity" stuff because i "KNOW" what i am looking for and once the video is watched for the session, i close the window and everything is forgotten.

a side effect of this is, unless i bookmark something (i rarely do) everything gets wiped so i have developed a memory of URLs/URIs/titles and stuff so i can go back.

on my phone, i use newpipe so i am "insulated" from the suggestions BS of youtube and i do not miss it.

(comment deleted)
Nice man! Move on with your life ;)
I agree with everything you said, and so I started reading comments to judge if a video is good. But the comments are always positive, even when the video is terrible! Like, bad tutorial video, unoriginal pop science video, lame interview with a bored celebrity, the comments are still always positive. Once I saw a comment that said something like "This was a really cool video! <url dot-com>" and I realized the algorithm is suppressing negative comments and promoting positive ones based on words used.
get the extension "BlockTube" and block any channel that does this. after a while your feed will get noticably better.

People are saying not to click but IMO it doesn't work that well. I make a point of never clicking on any video title like that, and still kept getting flooded

My favorite pattern is saying "THIS" and withholding what exactly the video is about - once I saw it used twice in a title and it just cracked me up. It was something like "Do THIS instead of THIS". I wish anyone a couple years from now trying to find a video made in the current times good luck.

> block any channel that does this

Isn't there an endless supply of such channels? Or does YouTube notice your lack of engagement?

I have very narrow interests for video topics and it works for me at least. Of course it's not perfect since new channels will pop up, or youtube will suggest new topics (e.g. lately the johnny depp trial), but even then, you can block 90% of it quite easily which is already a big improvement.
One of the characteristics of mass-market advertising / propaganda, is that it's Big Lie / Big Message dependent. That means that at any one time a relatively small list of channels is responsible for the majority of chum. Thank power laws / Zipf functions.

Of course, there's enough channel-churn that these do turn over relatively quickly, but that tends to be on the scale of weeks to months, not hours to days.

Once you've knocked off the major chum sites, legitimate channels start rising through the noise floor. The small-scale chum sites tend not to turn up in high rotation.

Channel-block should be an inherent function. Web search also desperately needs this at the domain level.

(I just ran into this looking up a hiking trail. First-listed site, which dominated my search results, splashes up a registration wall on following any links. Peakbagger, buried in the search results, does far better. I also had to block Pinterest, of course....)

TheSoul Publishing (russian disinformation platform masquerading as 5 minute craft life hacks) employs over 2100 people and has over 100 channels. and thats just one of the garbage manufacturers on YT.
You don't have to block every bad channel that exists, only the ones that get recommended to you. And youtube tends to be quite stubborn with channels it recommends, so even just blocking a few can go a long way. But of course over time you also amass a bigger list, which covers a wider range of channels.
FYI there is an option for this built into the Youtube suggestions. Hover over a suggestion > three dot menu > Don't recommend channel. I use this option, as well as the "Don't recommend video" option in combination for a year, and my suggestions are almost always relevant and high quality every time I log in. The few low quality videos that slip into the suggestions, I immediately prune them and block the channel too.
I don't have a youtube account
I can't say I've noticed a difference. That being said 80+% of videos I watch are either from channels I subscribe to or something I've searched for. Also after I started getting more aggressive with using the Not Interested and Don't Recommend Channel buttons to flag videos on my recommendation page I feel it's actually gotten quite a bit better.
> I started getting more aggressive with using the Not Interested and Don't Recommend Channel buttons

Yeah, I've even had to start DRC'ing channels I'm subscribed to because YT seems to think that I want my homepage to be nothing but videos I've already watched from those channels.