Goal: Keep the guest core ask → answer loop for Find today's AI news focused on concrete AI developments after the freshness-summary polish shipped.
Scope: Refine ranking/filtering for AI-news answer synthesis and/or news cards so broad crypto/regulatory items that merely mention crypto but not a concrete AI development do not outrank same-day AI-specific stories. Preserve the fast news_search provider path, existing user-facing freshness summaries, and graceful fallback behavior.
Acceptance criteria:
- Guest
/agent prompt Find today's AI news does not lead with broad crypto/regulatory market stories unless the story has a concrete AI angle.
- Same-day AI-specific stories (AI agents, model behavior/safety, deepfakes, AI chips, etc.) rank ahead of merely adjacent finance/crypto/news items.
- Existing tests or new CI-verifiable coverage prove weak adjacent finance/crypto results are demoted while substantive AI stories remain eligible.
go test ./... -short passes.
Goal: Keep the guest core ask → answer loop for
Find today's AI newsfocused on concrete AI developments after the freshness-summary polish shipped.Scope: Refine ranking/filtering for AI-news answer synthesis and/or news cards so broad crypto/regulatory items that merely mention crypto but not a concrete AI development do not outrank same-day AI-specific stories. Preserve the fast
news_searchprovider path, existing user-facing freshness summaries, and graceful fallback behavior.Acceptance criteria:
/agentpromptFind today's AI newsdoes not lead with broad crypto/regulatory market stories unless the story has a concrete AI angle.go test ./... -shortpasses.