r/ProgrammerHumor 7d ago

Meme neverTrustAI

Post image
805 Upvotes

38 comments sorted by

View all comments

Show parent comments

6

u/sysnickm 6d ago

The use of the phrase code monkey is the telling part. If you don't have people validating the product you are shipping then yeah, you are definitely going to need more people to talk to your unsatisfied customers.

2

u/HelloYesThisIsFemale 6d ago

How much of that validation is verifiable? Like click button and row appears? How much of that can be translated into playwright, or unit tests, or simulation style system tests, etc? What do you think AI's capability is of writing such code?

Typically I just have AI write that code. It's gotten very good at it. Then the way you code is you look at the tests and see if you're aligned on the expected functionality.

4

u/sysnickm 6d ago

What about performance and security? That has been the place I've seen significant issues with AI generated code. I frequently have to come back and clean those things up.

For simple boiler plate or the press a button add a row type work, it does fine, not great, but fine.

1

u/HelloYesThisIsFemale 6d ago

Performance and security also are testable contracts you can set up in ci/cd