Relevance prioritization for the Watch queue #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unscoped - revisit once v9 has shipped and real queue volume is observed.
High-volume tag/keyword watches could produce more matching posts than a researcher can triage by hand. Likely direction: rank/surface
discovered_postsby relevance to the researcher's existing body of work (compare each post's text embedding against the project's existing motifs/entries, reusing thetext_embeddinginfra behind semantic search and More Like This) instead of a flat reverse-chronological queue.Open questions: ingest-time stored score vs. render-time computed; sort order vs. visual emphasis/filter; how to avoid just re-surfacing what's already well-covered while burying novel signal.
Imported from
ROADMAP.md.