alt.hn

7/21/2026 at 3:51:35 PM

Show HN: Adversarial code review setup with herdr, Claude and GPT-5.6-sol

https://github.com/overflowy/herdr-claude-gpt-adversarial-review-skill

by overflowy

7/21/2026 at 3:59:52 PM

This is basically the setup I ended up using after trying to check the following boxes:

- using GPT‑5.6‑sol via OAuth instead of an API key, with Claude Code as the harness

- sandboxing the reviewer agent completely (GPT‑5.6‑sol seems to be a model that believes "the end justifies the means", I read tons of horror stories on X and Reddit)

- using herdr to view and control the current process of the review agent (can jump in at any time)

- the main agent can refute certain points made by the reviewing agent

by overflowy