Not much to say

  • 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2024

help-circle
  • You are completely correct, and to be honest I’ve tested commercial product features in prod as well on teams that have the capacity to handle it and make a living on it, unlike this maintainer.

    I’m also experimenting heavily with vibe coding and I think it has many uses for a seasoned programmer while getting a lot of flak.

    Of course there are issues and problems with it, but for me it had been helping out a lot.




  • To be fair they would have needed to spend time testing the manual implementation as well.

    The problem I see mainly is that even if this rolls out perfectly, the erratic and changing nature if llms still make it pointless as a proof of concept. Next time Claude might fuck up in a fringe way that’s not covered by unit tests and is missed by manual tests.

    On the other hand I guess I’ve been guilty myself on numerous occasions to implement fringe bugs into production code, but at least I learn from it.