this post was submitted on 08 Jul 2026
654 points (98.5% liked)

Selfhosted

60526 readers
1367 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

This is why you should not install any of the vibe coded apps that get advertised in here regularly. You're just creating a liability for yourself.

you are viewing a single comment's thread
view the rest of the comments
[–] eager_eagle@lemmy.world -2 points 1 day ago (2 children)

Hardly an issue with generated code. You could say the same about projects before LLMs were widely used for code generation: "most projects are abandoned within months of release". The difference now is the scale and how some people feel about it.

[–] turdas@suppo.fi 18 points 1 day ago (2 children)

Most hand-coded projects are "abandoned" within months of release, but this often happens because the project is done, not because the project outgrew the capabilities of the LLM and the vibecoder is too incompetent to fix the accrued technical debt themselves.

[–] eager_eagle@lemmy.world 4 points 21 hours ago* (last edited 21 hours ago)

Disagree. Most projects are never "done". Whether that is defined by the user or by the users, there are nearly always things to work on. Maintainers just lose interest or don't bother. This is as old as open source and it has nothing to do with LLMs, it's only aggravated by it.

[–] r3plic@lemmy.world 3 points 1 day ago (1 children)

Nah, most projects where just abandoned. Most projects never reached maturity and where abandoed in like weeks if not days. Look at the amount of 0 to 10 star github repos that are open source and had no commits since ever. LLM's just removed the hurdle to start something "simple" so now the problem just grew in size.

[–] turdas@suppo.fi 2 points 1 day ago (1 children)

Look at the amount of 0 to 10 star github repos that are open source and had no commits since ever.

Plenty, possibly most, of those do exactly what they were built to do and nothing more or less. I have a couple of dozen such repos myself.

[–] r3plic@lemmy.world 2 points 1 day ago

Hmm, I think we are running both on assumptions. This would need some data to be analyzed to actually have a clear picture.

[–] RedstoneValley@sh.itjust.works 2 points 1 day ago (1 children)

There is a crucial difference though, vibe coding enables people who are neither interested nor capable of understanding what is involved in maintaining a piece of software. Before vibe coding it didn't even come to this situation: if you can't write software you don't need to maintain it. While there were bad coders and bad maintainers before, the numbers have now increased dramatically because everyone can pretend to be a software dev these days.

[–] eager_eagle@lemmy.world 1 points 21 hours ago

Right, like I mentioned, it's a scale problem and how people feel about generated code. Abandonware have always been the majority of repos, because people don't have time or interest to maintain most things they create. We just have more things being created now (whether they're any good/usable or not).