Documentation

Technical documentation, architectural decisions, experiment reports, and operational guides maintained in the GitHub repository.

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.