LLM-first model authoring
LLM-first authoring in SPX means:
an LLM accelerates drafting YAML + tests,
MiL tests are the quality gate,
spx-examplesis 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.mdModeling 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
Repo-as-spec: Repo-as-spec
Model Brief template: Model Brief template
Workflow (Generate → Validate → Iterate): Workflow: Generate → Validate → Iterate
Prompt recipes: Prompt recipes
Definition of Done: Definition of Done (DoD)
Related docs:
MiL tests:
getting-started/use-in-unit-tests-mil.mdSnapshots:
getting-started/snapshots-guide.mdCustom extensions:
getting-started/extend-with-custom-component.md
Last updated

