Hacker News new | ask | show | jobs
by wallst07 38 days ago
I do this with our AI PR review checks. We have AI review every PR and commits to PRs... which can cause long running loops of commit<>fix.

So my agent just listens for green checks and no PR comments and loops until those conditions are met.

1 comments

About 30% of our AI PR review checks are flawed at a fundamental level, based on poor comprehension of the whole. If I told the AI "fix everything and keep going until it's green" I would be terrified of the result.

I disbelieve this works in anything other than a toy codebase (or an incredibly fine-grained microservice).

The 70% is amazing! But a 30% failure rate requires intense supervision.