AntFleet

Disagreement · 6e0f16bf-anthropic-9

weighted_score == 0 is labeled crowd_direction='YES'

solo Opus
repo 703f69ec·PR #2·reviewed 5 days ago

Opus finding

weighted_score == 0 is labeled crowd_direction='YES'

lowbughigh
  • agent/signals.py:175-178
When up_vp == down_vp the score is exactly 0 (neutral), but it's emitted as YES. The agent could be nudged to buy YES on a perfectly split topic. Filtering total_vp==0 above doesn't cover the equal-vote case.

Recommendation

Either skip topics with weighted_score == 0 (no signal) or label them 'NEUTRAL'; alternatively use a small epsilon threshold.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →

From the same review

These findings passed the unanimous gate on the same PR review. The disagreement above was filtered out; the findings below were posted.