Maintaining the Site¶
The first phase optimizes for learning velocity and judgment quality, not translation coverage.
Language policy¶
- English is the canonical language for every tutorial, radar entry, experiment summary, and navigation label.
- Do not block an English update on a translation.
- Add Chinese only when a page has stabilized and the translation provides clear value for readers.
- A translation should link to its English source and record the source revision or date.
- If the two versions disagree, the English page is authoritative until the difference is resolved.
Suggested translation layout¶
When the audience justifies a second language, use a parallel path rather than bilingual paragraphs:
text docs/ en/ # canonical pages, if the site grows beyond one language zh/ # translated pages with matching slugs
The current single-language layout deliberately avoids that migration cost. Revisit it only when there are enough translations to justify language navigation and separate search indexes.
Publishing loop¶
- Open an Issue with the question, evidence, and proposed experiment.
- Read and reproduce the smallest useful slice.
- Update the relevant tutorial, radar entry, or research-ledger memo.
- Open a pull request and let CI run formatting, tests, links, and the strict site build.
- Publish only after the page states its evidence level and next validation step.
Keeping it sustainable¶
Prefer one strong update per month over a daily news feed. Keep large model weights, datasets, and raw logs outside Git; preserve configurations, metrics, failure examples, and changed judgments in the repository.