
Vibes vs. Evidence: What delivers AI code review quality
Research indicates that using a structured harness for AI code review significantly improves the detection of verified bugs compared to single-prompt methods. In 39 out of 42 comparisons, harness-based approaches like Compound Engineering and metareview outperformed one-shot prompting with the same model. However, this increased accuracy comes at the cost of approximately ten times more token usage and a higher volume of unsupported findings requiring manual verification.
- ▪Adding a harness to an AI model resulted in 1.6 times more verified bugs being found during code review.
- ▪Harness-based methods beat one-shot prompting in 39 of 42 direct comparisons using the same underlying model.
- ▪The GLM-5.3 model achieved a 2.1x improvement in bug detection when using metareview at low effort.
- ▪The enhanced review process requires about ten times the tokens of standard prompting.
- ▪Users must account for an increase in unsupported findings that need to be checked when using these harnesses.
Hacker News (AI / LLM) files mainly under ai. We currently carry 5,917 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Github |
| Canonical URL | https://dsifry.github.io/harnesseval/ |
| Publication time | Tue, 22 Sep 2026 02:12:35 +0000 |
| Retrieval time | 2026-09-22T02:58:49.462Z |
| Last seen | 2026-09-22T02:58:49.462Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | YSRqer2-HmED · 1 stories |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Finding · harness 1.6× Same model, add a harness: 1.6× verified bugs found by AI code review A harness runs the model as a team of specialist reviewers instead of a single prompt. Compound Engineering and metareview beat the same model’s one-shot prompt in 39 of 42 comparisons. GLM-5.3 running metareview at low effort gained 2.1×. The price: about 10× the tokens, and more unsupported findings to check. AI code review: same model, add a harness (Compound Engineering or metareview) and it found 1.6× the verified bugs, beating one-shot prompting in 39 of 42 same-model comparisons at about 10× the tokens. Data and method:
Excerpt limited to ~120 words for fair-use compliance. The full article is at Github.