this post was submitted on 15 Sep 2025
175 points (83.8% liked)
Technology
75191 readers
3148 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
I've used it to explore some avenues without having to write a complete implementation. If the approach shows promise, then I go through the code and mostly rewrite it because the code it generates is terrible. I also use it if I don't care about the project I'm on. They want to "do test-driven development" while having poorly-defined requirements that constantly change on a whim while also setting unreasonable unit test coverage thresholds? Cool, I'll let the AI shit out a bunch of unit tests and waffle stomp it to satisfy your poorly thought out project requirements.
I agree with you on this. Let it handle things you don't care about and massage the output if necessary. Anything I do care about, I code myself, but will ask for help if I get stuck on something. I'm a novice programmer at best, 18/100 skill score.