Skip to content

02_model/

Foundation One internals: architecture decisions, training approach, evaluation methodology, and the frozen taxonomy under taxonomy/.

What goes here: how the model works and how we measure it. Frontmatter type: model.

taxonomy/ holds the category/label definitions as frozen YAML. These are versioned, frozen artifacts โ€” changing one is a decision that should also get an ADR in 07_decisions/. See taxonomy/README.md.

Owner: Arseniy (@alosev), with Patrik on infra-adjacent items.


How to add to this folder

  1. Branch (bot/<slug> for agents, feat/<slug> for humans).
  2. Copy _TEMPLATE.md if present; otherwise start with frontmatter (see ../CONTRIBUTING.md ยง2).
  3. Search first โ€” don't duplicate an existing file.
  4. make verify, commit, open a PR. Never push to main.