Reference implementation for the Phoenix Architecture. Work in progress. aicoding.leaflet.pub/
ai coding crazy
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

experiment: MIN_SHARED_TAGS 2→1 score=0.8821

Allowing edges with just 1 shared tag creates more typed connections.
D-rate improved 64%→63%. Orphan rate should also improve since more
nodes get linked.

+1 -1
+1 -1
src/experiment-config.ts
··· 8 8 export const CONFIG = { 9 9 // ─── resolution.ts ──────────────────────────────────────────────────────── 10 10 MAX_DEGREE: 8, 11 - MIN_SHARED_TAGS: 2, 11 + MIN_SHARED_TAGS: 1, 12 12 JACCARD_DEDUP_THRESHOLD: 0.7, 13 13 FINGERPRINT_PREFIX_COUNT: 8, 14 14 DOC_FREQ_CUTOFF: 0.5,