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: CONTEXT_NO_MODAL_WEIGHT 2→1 score=0.8861

Significant improvement. Reducing context signal weight means fewer
sentences default to CONTEXT type, producing more typed nodes which
create more typed edges. D-rate: 63%→61%. Auth specs notably improved.

+1 -1
+1 -1
src/experiment-config.ts
··· 23 23 REQUIREMENT_VERB_WEIGHT: 1, 24 24 DEFINITION_EXPLICIT_WEIGHT: 4, 25 25 DEFINITION_COLON_WEIGHT: 3, 26 - CONTEXT_NO_MODAL_WEIGHT: 2, 26 + CONTEXT_NO_MODAL_WEIGHT: 1, 27 27 CONTEXT_SHORT_WEIGHT: 1, 28 28 HEADING_CONTEXT_BONUS: 2, 29 29 CONSTRAINT_MUST_BONUS: 1,