this post was submitted on 21 Jun 2025
1163 points (90.6% liked)
Enshittification
2923 readers
297 users here now
What is enshittification?
The phenomenon of online platforms gradually degrading the quality of their services, often by promoting advertisements and sponsored content, in order to increase profits. (Cory Doctorow, 2022, extracted from Wikitionary) source
The lifecycle of Big Internet
We discuss how predatory big tech platforms live and die by luring people in and then decaying for profit.
Embrace, extend and extinguish
We also discuss how naturally open technologies like the Fediverse can be susceptible to corporate takeovers, rugpulls and subsequent enshittification.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
AI has value but first a reality check. Most of the time it produces code which doesn't work and even if it did is usually of terrible quality, inconsistent style, missing checks, security etc. That's because there is no "thinking" in AI, it's a crank handle using training and some rng to shit out an answer.
If you know what you're doing it can still be a useful tool. I use it a lot but only after carefully reading what it says and understanding the many times it is wrong.
If you don't know how to program everything might look fine. Except when it crashes, or fails on corner cases, or follows bad practice, or drags in bloated 3rd party libs, or runs out of memory on large datasets or whatever. So don't trust anybody who blindly uses it or claims to be a "vibe" programmer since it amounts to admission of an incompetence.