Settings

Theme

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

2 points by andrewrn 16 days ago · 1 comment · 1 min read


Hi HN, I am curious what your teams' best practices are for facilitating human-agent collaboration on software teams.

I want to take advantage of coding agents, but since my team works on robotic software, everything still needs to be human-reviewed. Some folks submit very voluminous and needlessly verbose PRs that are challenging to review.

PestoDiRucola 16 days 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)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection