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

experiment: MAX_DEGREE 8→12 score=0.8824

Marginal improvement — fewer edges pruned by degree enforcement.
Gateway spec improved 62%→61% D-rate.

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