

it’s because Youtube is a content monopoly. TikTok is a platform for short content…on youtube it’s a feature with shorts. Twitch is a platform for live streaming content…on youtube it’s a feature with, other than discoverability, the same features. Any music streaming service? again…it’s a feature on youtube. The fact I could export my playlists from any music streaming platform and import it to Youtube and listen to it ad free via an ad blocker? come on. So as opposed to using multiple platforms, with youtube you have it all in one place. So no, this will not get people to stop using it.
Premium you don’t need if you’re even the slightest bit tech savvy. but no one is ever going to stop using youtube, there’s no point. I mean I use peertube as much as possible but every now and then I’m back on youtube because of all those features in one place and some things I just can’t find on peertube.
as a consultant/freelancer dev whose entire workload for the past year has been cleaning up AI slop, no with dev it hasn’t been what I would say a smooth or even good implementation. for my wallet? been a fantastic implementation, for everyone else? not so much.
The thing is as a TOOL it’s great depending on the model. As a rubber duck? fantastic. As something that the majority of companies have utilized with vibe coding to build something end to end? no, it’s horrible. It can’t scale anything, implements exploits left right and center, and unlike junior devs doesn’t learn anything. If you don’t hold its hand during a build then it’ll quickly go off the rails. It’ll implement old APIs or libraries or whatever simply because those things have the most documentation attached to it.
An example. a few weeks ago a client wanted to set up a private git instance with Forgejo. They had Claude Code set it up for them. the problem? Claude went with Forgejo 1.20. ForgeJo is currently on 12.0. MASSIVE security hole right there. Why did Claude do that? 1.20 had more documentation as opposed to 12.0. And when I say “documentation” I could simply be referring to blog posts, articles, whatever that talked about it more than the latest version because The LLM’s will leverage that stuff when making decisions for builds. You also see it if you want something in Rust+Smithy. Majority of the time the AI will go for a very outdated version of Smithy because that’s what a lot of people talked about at one point. So you’re generating massive tech debt before even throwing something into production.
Now like I said as a tool? a problem solver for a function you can’t figure out? it’s great. the issue is like I said companies aren’t seeing it as a tool, they’re seeing it as a cost saving replacement for a living human being which it is not. It’s like replacing construction worker with a hammer attached to a drone and then wondering why your house frame keeps falling over.