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


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] hark@lemmy.world 2 points 11 hours ago (1 children)

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.

[–] kinther@lemmy.world 2 points 3 hours ago

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.