Strategy catalog.
Every strategy with a citable surface on the platform — deduped across the two sources of truth: sandbox decls (2, hand-wired demonstrations under /sandbox/*) and agent-proposed runs (1, ADR-0040 captures). For the multi-seed verified A/B across all 15 arms, see /strategies/compare. For pairwise feature/citation/run overlap of any two strategies, see /strategies/diff. For the framework that runs research workflows like these, see /projects/alpha-bench.
3 strategies · deduped
-
sandboxdetail →sandbox surface/sandbox/ microstructure → openagent runs · 0— no agent run cites this
-
sandboxdetail →
xs_momentum_demo
sandbox surface/sandbox/ portfolio → openagent runs · 0— no agent run cites this -
sandbox surface— no sandbox declfeatures · 2 · ordered by leaderboard rankcites · 8 notes
show all 8 notes ▾
- note AI research agents as platform citizens
- note MLOps for quant research isn't MLOps for ML
- note Observability for alpha pipelines: three dashboards, one rule
- note Right-sizing the research data platform: five thresholds, in order
- note The citation graph as substrate
- note The deploy contract isn't a YAML file
- note The promotion gate: why bad data should be unreachable
- note Walk-forward without leakage: a checklist that's saved me
how this catalog is wired
buildStrategyCatalog() in src/lib/strategyCatalog.ts walks both sources of truth and folds them into one row per strategy slug. Dedup rule: sandbox wins the displayed origin tag, agent runs still contribute run ids + cited notes + features.
today: the card carries origin + sandbox link + agent-run pills (each pill shows the run's objective score) + features + cited notes — the citation-graph surface. future: wires live PnL share + IC realized vs predicted + drift through /v1/strategies/<slug>/health (/v1/strategies/compare/<arm> already lives; ADR-0059 sketches the rest).