← TinyGPT · docs · devlog · roadmap · speedup
source: docs/factory/README.md · view on GitHub ↗

Factory Docs

Start here for active TinyGPT work.

TinyGPT’s current product loop is:

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

Files

Rule

Use existing primitives first. Add new tooling only when it directly improves data preparation, post-training, eval, packaging, or reporting for the current factory target.

Do not treat a method name as a plan. A run is ready only when it has a recipe: target, failure mode, data, reward or labels, eval gates, slice gates, and a ship/retry/reject threshold.