LLM-first model authoring

LLM-first authoring in SPX means:

  • an LLM accelerates drafting YAML + tests,

  • MiL tests are the quality gate,

  • spx-examples is the contract for structure, naming, and validation.

Treat spx-examples as a repo-as-spec:

  • Spec: https://github.com/HammerHeads-Engineers/spx-examples/blob/main/docs/LLM_SPEC.md

  • Modeling language: https://github.com/HammerHeads-Engineers/spx-examples/blob/main/docs/MODEL_LANGUAGE.md

What you ship is not “a model”, it’s a model + tests + catalog entries that stays stable under deterministic stepping.

Next steps

Related docs:

Last updated