this post was submitted on 15 Jul 2026
735 points (97.4% liked)

Technology

86401 readers
3475 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jj4211@lemmy.world 4 points 10 hours ago

Actually, it's better at programming if you don't know how to program.

For example, someone who didn't know how to program sent me a patch to my code to 'fix' a problem they encountered. It was changed to silently swallow the error that really really would have needed to be fixed, but they were so enthusiastic that the problem looked to go away that they wouldn't let me know actually actionable debug information and just whined that I wouldn't take Claude's perfectly good fix for it. It is much better at satisfying folks that don't know how to look for better.

To satisfy my standards, I would have had to extract more debugging info, probably construct a test case tickling that exact situation making an expected error to ensure it won't just throw it away, and add it to the suite and then ask it to spin until the test case passed.

But alas, I'm neck deep in merge requests from folks that were formerly intimidated by coding and are now complaining that I'm not accepting more of their changes and more quickly because "all" I have to do is review the code which is obviously so much easier than writing it... It's like the "I have an app idea, all I need is for you to do it", but on steriods....