Personal research archive for LLM, RL, systems, safety, theory, and frontier-model reports.
The source tree separates single-material evidence from request-defined research synthesis:
content/papers/ one Markdown note per paper, report, model card, blog, or published survey
content/mainlines/ one synthesis article per explicit direction-summary request
content/utility/ public workflows, templates, archive index, and mainline policy
data/authors.json maintained author profiles
data/tag-taxonomy.json controlled paper-tag vocabulary and facets
data/paper-tags.json paper-to-tag assignments, primary tag first
internal/ analysis modules and private maintenance SOPs
scripts/build-paper-data.mjs builds the paper, author, topic, and utility inventory. scripts/build-mainline-data.mjs independently validates and builds mainline articles. The Astro site combines both inventories for global search and generates paper-to-mainline backlinks from local paper links in each mainline article.
npm install
npm run devOpen http://localhost:4321.
npm run check:source
git diff --checkcheck:source runs pure unit tests and read-only corpus checks without generating ignored files. Use npm run check:all to run the same source checks, build the production site once, and verify generated data and dist/. Browser interaction checks remain explicit manual checks under npm run manual:browser and require a running local site.
Generated src/generated/ data and dist/ are ignored and stay outside commits.
- Single materials:
content/utility/paper-analysis-workflow.md - Single-material template:
content/utility/paper-note-template.md - Request-defined mainlines:
content/utility/research-synthesis-workflow.md - Mainline template:
content/utility/research-mainline-template.md - Author verification:
internal/author-x-account-search-sop.md - Repository maintenance:
internal/paper-archive-maintenance-sop.md
Single materials live at /papers/<slug>/, appear exactly once in the paper index, and receive controlled paper tags. Mainlines live at /mainlines/<slug>/; they remain outside paper counts, tags, and review filters while participating in global search.
An explicit user request to summarize a direction creates one formal mainline. Each article owns its research question, stable date-free path, classification framework, search window, material membership, cross-material comparison, evidence strength per conclusion, current judgment, and update history.
Mainlines update only on explicit user request. Adding a paper does not mutate a mainline. The mainline validator checks the independent synthesis structure, local paper targets, request-defined live canaries, and separation from the paper inventory.
GitHub Actions runs the source checks, builds the static site, checks generated pages, packages dist/, and uploads it to papers.chlience.com. Server setup details live in deploy/server-setup.md; deployment requires the CHLIENCE_SSH_PRIVATE_KEY GitHub secret.