top | item 46731713

(no title)

Ntrails | 1 month ago

> "Pull requests [] must have been fully verified with human use."

I would expect this is entirely uncontroversial and the AI qualifier redundant.

discuss

order

Retr0id|1 month ago

If you have good tests, certain types of change can be merged without manual testing. One problem specific to AI is that it has a tendency to game/bypass/nerf/disable tests, as opposed to actually making the code do the correct thing.

verdverm|1 month ago

that's why we have CI like GHA that runs the tests on PRs / commits