AntFleet

Disagreement · e9870bbc-anthropic-1

Filter-noise rule for trivial fine-tunes can drop high-signal DEBUT artifacts

solo Opus
repo 6f7fc663·PR #14·reviewed 1 week ago

Opus finding

Filter-noise rule for trivial fine-tunes can drop high-signal DEBUT artifacts

lowbugmedium
  • skills/huggingface-trending/SKILL.md:62-70
As written, the second clause ("<5 likes AND <100 downloads") is OR'd into the trivial-fine-tunes filter and is not scoped to fine-tunes — it applies to any model. Combined with step 4's DEBUT tag (createdAt within 7 days), a brand-new, genuinely interesting model published today will almost always have <5 likes and <100 downloads and will be filtered out before momentum tagging ever runs. The 'judgment call' escape hatch in step 2 mitigates this, but the rule as stated contradicts the DEBUT category's intent.

Recommendation

Scope the likes/downloads threshold to entries whose id matches the fine-tune suffix patterns, or exempt entries with createdAt within 24–48h from the likes/downloads minimum so DEBUT picks survive.

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 →