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: SAME_TYPE_REFINE_THRESHOLD 0.5→0.3 score=0.9265

Massive improvement. Lowering the tag containment threshold for
same-type refines edges: D-rate 47%→34%. Auth specs nearly at target.

+1
+1
src/experiment-config.ts
··· 12 12 JACCARD_DEDUP_THRESHOLD: 0.7, 13 13 FINGERPRINT_PREFIX_COUNT: 8, 14 14 DOC_FREQ_CUTOFF: 0.5, 15 + SAME_TYPE_REFINE_THRESHOLD: 0.3, 15 16 16 17 // ─── canonicalizer.ts — scoring weights ─────────────────────────────────── 17 18 CONSTRAINT_NEGATION_WEIGHT: 4,