this post was submitted on 28 Oct 2025
188 points (96.5% liked)

Programming

23348 readers
240 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] TehPers@beehaw.org 2 points 1 week ago (1 children)

Used Claude 4 for something at work (not much of a choice here and that team said they generate all their code). It's sycophantic af. Between "you're absolutely right" and it confidently making stuff up, I've wasted 20 minutes and an unknown number of tokens on it generating a non-functional unit test and then failing to solve the type errors and eslint errors.

There are some times it was faster to use, sure, but only because I don't have the time to learn the APIs myself due to having to deliver an entire feature in a week by myself (rest of the team doesn't know frontend) and other shitty high level management decisions.

At the end of the day, I learned nothing by using it, the tests pass but I have no clue if they test the right edge cases, and I guess I get to merge my code and never work on this project again.

[โ€“] riskable@programming.dev 1 points 6 days ago

I guess I get to merge my code and never work on this project again.

This is the way.