We are a lab that reaps its own fruit. Every environment is a complete stack — PostgreSQL, ChromaDB, NATS — isolated and independently deployable.
| Environment | Port Block | Purpose | Can Break? |
|---|---|---|---|
| dev | 30000-39999 | Experimental, WIP, new features | Yes |
| staging | 40000-49999 | Pre-prod validation, integration testing | Minimal |
| prod | 50000-59999 | Live, stable, serving | Never |
| training | 60000-69999 | Active learning, GRPO, model training | Yes |
Golden Rule: VM ID = last IP octet. VM 120 → 10.0.20.120. No mental math needed.