Documentation
Technical documentation, architectural decisions, experiment reports, and operational guides maintained in the GitHub repository.
Architecture
Architecture Overview
High-level system architecture, components, and design principles
Lab Philosophy
Operating principles, values, and research methodology
Standards & Conventions
Coding standards, naming conventions, and documentation guidelines
Decision Log
Architectural Decision Records (ADRs) documenting key infrastructure choices
Experiments & Research
Experiments Index
Directory of all experiments, including active, archived, and failed studies
Experiment Template
Standardized template for documenting new experiments and research
Experiment Results
Detailed findings, benchmarks, and data from completed experiments
Research Notes
Papers, articles, and external research relevant to lab work
Hardware & Infrastructure
Hardware Inventory
Complete hardware specifications, serial numbers, and performance profiles
Infrastructure Configs
System provisioning, configuration management, and orchestration code
Operational Runbooks
Step-by-step procedures for common operations, troubleshooting, and maintenance
Tooling & Utilities
Custom diagnostic tools, benchmarking suites, and automation scripts
Full Repository
All documentation, code, and experiment data is maintained in the GitHub repository. This includes active work, archived experiments, and historical decisions.
Documentation Standards
Document as You Build
Documentation is written alongside infrastructure work, not after the fact. Every experiment, decision, and system change is documented when it happens.
Capture Context
Documentation includes the "why" behind decisions, not just the "what." Future maintainers (including our future selves) need to understand the reasoning.
Assume Technical Literacy
Documentation is written for infrastructure engineers who understand GPU computing, distributed systems, and storage architecture. No hand-holding.
Keep It Current
Outdated documentation is worse than no documentation. We maintain docs actively and archive obsolete material with clear deprecation notices.