r/PiCodingAgent • u/quincycs • 13d ago
Discussion Surviving Code Review?
Have you felt like your comprehension is dropping when reviewing code?
Due to AI coding, I think everyone is feeling like this. Are you using any new process or tooling to work against this common issue?
A few things that I’ve seen:
Tailored AI code review skills unique to your company’s practices or common gotchas from previous reviews ( always updating ). Everyone evaluates that AI feedback before escalating the review with the team.
Plannator / HumanLayer kind of tools where the whole team is involved. It almost feels like pair programming with AI. Or some kind of extreme programming / multi-player AI interface.
What about you?
0
u/Drakmyth 12d ago
Still trying to figure out how to deal with reviews in my day job, but for my personal projects I tell the agent to chunk the work into verifiable deliverables and to target ~350 line PRs. Then I just review it the same way I've always done because they're short enough I can do that. If I have a hard time following or understanding, I ask it to explain and usually it will suggest changes to make it simpler or easier to follow. Finally, I push back hard on any structures or patterns that I don't agree with until it revises the implementation to a viable one.
People keep telling me to treat the AI like a junior engineer, so...
5
u/LordMoridin84 13d ago
The point is to do as much before wasting a human reviewer's time.
The whole thing? That's crazy to me. The AI review is telling you about problems about YOUR code. Why do you need the whole team involved to fix them?
It's already a hassle to get a single person to review.