Composable Model Graph
← Curriculum map

Field note / structure

Two languages, one design

Language-agnostic design lives once; TypeScript and Python implement it in lockstep.

01

Shared design

README, changelog, and docs hold the language-agnostic reasoning.

02

Mirrored packages

Core, math, evaluators, feedback, estimation, terminal, and constraints exist on both sides.

03

Change order

The design changes first, then both implementations land together.