this post was submitted on 18 Mar 2026
583 points (98.7% liked)
Technology
82798 readers
3725 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
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
There's an anecdote that comes up in software about people working on missile software not caring about memory leaks because it's going to explode anyway before that becomes an issue.
Who cares about bugs in your software if it's a hobby project that's going to blow up anyway.
Also, including Claude doesn't inherently mean vibe coded, it can be for writing tests, small components, or debugging.
Using an LLM to write tests and small components is still vibe coding.
Wikipedia says:
If you are using LLMs to write e.g. small components, then you are typically understanding the structure of the program, and reviewing it.
There's nothing inherent to small components to suggest that you have to review them. If they're small, it's easier to tell yourself that the LLM probably got them right and you're justified in not checking.