source docs/README.md · view on GitHub ↗

posttrainllm Docs

This is the canonical entrypoint for posttrainllm documentation.

posttrainllm is a Mac-local specialist factory. The docs should let a new reader answer five questions without asking the project owner:

  1. What is this project?
  2. What have we tried?
  3. What worked, failed, or is still blocked?
  4. What external products/papers/blogs changed the roadmap?
  5. What should we build and learn next?

Golden Path

Read in this order:

StepDocPurpose
1../PROJECT_STATUS.mdCurrent state, active product thesis, shipped/parked surfaces, active gaps
2NEXT.mdActive queue only; what to do next and what not to touch
3factory/README.mdFactory contract: run schema, reports, evals, packaging, public artifacts
4techniques/README.mdMethod-vs-recipe registry; how we choose model-improvement tactics
5techniques/audit-inventory.mdRow-level treatment of the broad 2026 technique audit
6attempt-ledger.mdWhat worked, failed, regressed, or remains untried
7external-products-reviewed.mdCompetitors/startups/papers/blogs reviewed and what we stole or rejected
8learn/curriculum.mdGround-up learning roadmap from first principles to self-improving specialists; learn/coverage-map.md indexes every subsystem to a learning anchor
9learning-progress.mdMeasured progress through the owner learning pipeline
10learning-pipeline.mdHow ground-up learning attaches to the factory lab
11factory/public-artifacts.mdPublic artifact inventory, blockers, and release posture
12history-coverage-audit.mdExactness boundary for normalized vs unnormalized historical attempts
13exactness-completion-audit.mdCompletion proof for the docs exactness pass
14docs-quality-audit.mdHonest audit of what is world-class now and what still is not
15doc-status.mdActive/reference/parked/superseded labels for major docs

Current Project Loop

target -> data -> post-training -> eval -> package -> report

Every active task should improve one of those stages. If it does not, it belongs in docs/parked/, docs/prds/, or the learning corpus.

Documentation Standard

For every meaningful model/factory attempt, the docs must record:

For every external product or paper that changes the plan, the docs must record:

Active vs Reference vs Archive

CategoryMeaningWhere
ActiveCurrent work queue and gatesPROJECT_STATUS.md, docs/NEXT.md, docs/factory/, docs/techniques/
EvidenceAttempt results, reports, artifact statusdocs/attempt-ledger.md, docs/specialists/, docs/factory/public-artifacts.md, runs/*/report.md
LearningOwner curriculum and concept explanationsdocs/learn/, docs/learning-pipeline.md, docs/training/
ReferenceBroad mechanics, recipes, historical plansdocs/recipes/, docs/roadmap/, docs/prds/, docs/PLAN.md
ArchiveSuperseded or moved materialdocs/archive/, docs/parked/

If two docs conflict, prefer current source in this order:

PROJECT_STATUS.md
-> docs/NEXT.md
-> docs/techniques/
-> docs/factory/
-> run report / artifact entry
-> older PRD/PLAN/session notes

See doc-status.md for the status label of each major docs surface.