fe88acb5a0459a6e2ff6ae65cbfdda6110e6d528
Most Trump posts aren't crypto-related, so the entry filter / AI marks them relevant=false with ai_confidence=0 and no reasoning (never AI-scored). The post card still rendered 'AI confidence 0%' with an empty progress bar, which reads as 'AI looked and was 0% confident' rather than the truth: 'skipped as not crypto-relevant'. Added an aiScored guard (ai_confidence > 0 || ai_reasoning present): - collapsed row: shows AI '—' instead of '0%' for unscored posts - expanded detail: shows 'Not crypto-relevant — skipped AI scoring' instead of an empty 0% confidence bar Scored posts (the ~80 with confidence>0 in test data, and all real signals once live) are unchanged — full bar + reasoning shown. tsc + build clean. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
81.5%
CSS
18.4%
JavaScript
0.1%