logoalt Hacker News

bradfox2today at 4:05 AM2 repliesview on HN

Multi turn review of code written by cc reviewed by codex works pretty well. Been one of the only ways to be able to deliver larger scoped features without constant bugs. I've seen them do 10-15 rounds of fix and review until complete.

Also implemented this as a gh action, works well for sentry to gh to auto triage to fix pr.


Replies

_ink_today at 6:55 AM

How do you do this? Are you just switching between clis? Or is there a tool that uses the models in that way?

encoderertoday at 4:45 AM

Yes I’ve had a lot of success with this too. I found with prompt tightening I seldom do more than 5 rounds now, but it also does an explicit plan step with plan review.

Currently I’m authoring with codex and reviewing with opus.

show 1 reply