logoalt Hacker News

cenamuslast Tuesday at 11:58 AM2 repliesview on HN

AI in your CI pipeline won't help either then, if it randomly gives different answers


Replies

simonwlast Tuesday at 12:07 PM

An AI-generated automated testing script in your pipeline will do great though.

show 1 reply
zamadatixlast Tuesday at 12:17 PM

So does hiring a person or tests which rely on entropy because exhaustive testing is infeasible. If you can wrangle the randomness (each has different ways of going about that) then you end up with very useful tests in all 3 scenarios, but only automated tests scale to running every commit. You probably still want the non-automated tests per release or something as well if you can, depending what you're doing, but you don't necessarily want only invariant tests in either case.