Active research experiments from BlackRoad Labs.
| ID | Title | Status | Lead | Branch |
|---|---|---|---|---|
| EXP-001 | PS-SHA∞ Memory Integrity | 🟢 Running | ECHO | exp/memory-integrity |
| EXP-002 | Trinary Logic Gate Performance | 🟡 Paused | LUCIDIA | exp/trinary-gates |
| EXP-003 | Contradiction Amplification K(t) | �� Running | PRISM | exp/contradiction-amp |
| EXP-004 | Tokenless Gateway Latency | 🟢 Running | ALICE | exp/gateway-latency |
| EXP-005 | Agent Emergence Patterns | 🔵 Proposed | CECE | exp/emergence |
PROPOSED → DESIGNING → RUNNING → ANALYZING → COMPLETE → ARCHIVED
↓
CANCELLED
# Clone and set up
git clone https://github.com/BlackRoad-Labs/experiments
cd experiments
# Run EXP-001
python experiments/exp-001-memory/run.py --iterations 1000
# Analyze results
python experiments/exp-001-memory/analyze.py --output results/exp-001/Completed experiment results are archived in results/:
results/exp-XXX/data.jsonl— raw dataresults/exp-XXX/report.md— analysis reportresults/exp-XXX/visualizations/— charts
- Open an issue with the
experimentlabel - Fork and create
experiments/exp-NNN-<name>/ - Include
hypothesis.md,methodology.md,run.py - Submit PR with initial results
BlackRoad Labs — where AI emergence happens