Ask HN: How do you keep agent-written PRs reviewable?

1 pointsposted 8 hours ago
by andrewrn

Item id: 48480531

1 Comments

PestoDiRucola

3 hours ago

1. Ruthlessly keep PRs small (use stacked PRs if needed)

2. Very strict CI (tests, linting, if you can afford it an agent to review the code)

3. Related to the first point, but simply refuse to review PRs over a certain number of lines of code (within reason, some PRs cannot be split into smaller ones)