WeSearch

Hive_review: Multi-agent AI code-review loop

·11 min read · 0 reactions · 0 comments · 6 views
#hive#review#multi-agent#code-review#loop
Hive_review: Multi-agent AI code-review loop
TL;DR · WeSearch summary

One or more reviewer agents review the current diff. Reviewer feedback is sent back to the implementor. The loop repeats until all reviewers return HIVE_REVIEW_STATUS: PASS.

Key facts
About this source

Hacker News (AI / LLM) files mainly under ai. We currently carry 2,115 of its stories.

Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

hive_review ./hive_review \ # Git worktree to review; subdirs normalize to the Git root. --repo-dir /path/to/repo \ # Prompts, responses, ids, logs, transcripts, and status live under --session-dir. --session-dir sessions/my-review \ # One implementor model config from model_config.json. --implementor 'GPT-5.5-xhigh-login' \ # One or more reviewer model configs, comma-separated. --reviewers 'GPT-5.4-xhigh-login,Claude-Opus-4.8-max-login' \ # Pause after --max-rounds review/fix rounds; interactive mode can continue. --max-rounds 5 \ # Optional; omit --prompt to review the current diff. --prompt "Fix the failing parser tests" hive_review automates a multi-agent review loop: An implementor agent writes or fixes code. One or more reviewer agents review the current diff.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub