logoalt Hacker News

CuriouslyCtoday at 12:19 AM1 replyview on HN

So, your company doesn't have CI/CD and gates? AI isn't your problem.


Replies

SchemaLoadtoday at 1:02 AM

A change can pass CI without actually making the change required. The tests test that the code does what it does, not that it does what the user wanted.

AI is really good at making tests that pass even if the change itself is wrong.