From 83dc768ebc852174c7a47ca8628b733664cf27ab Mon Sep 17 00:00:00 2001 From: ParallelIQ Date: Fri, 16 Jan 2026 11:22:12 -0800 Subject: [PATCH] Clarify ModelSpec definitions in README Refine descriptions of what ModelSpec is and is not. Signed-off-by: ParallelIQ --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c7d8bc1..072c866 100644 --- a/README.md +++ b/README.md @@ -49,17 +49,18 @@ ModelSpec exists to capture these assumptions in a **machine-readable, human-aud **ModelSpec is:** -- declarative (describes intent, not actions) -- runtime- and platform-agnostic -- focused on individual models and their expectations -- suitable for documentation, validation, and analysis +- a **declarative specification for AI model execution and deployment intent** +- **runtime- and platform-agnostic** +- focused on **individual models and their operational expectations** +- suitable for **documentation, validation, and analysis of how models are expected to run** **ModelSpec is not:** -- a deployment tool -- an orchestration engine -- a scheduler -- a policy enforcement system +- a **model architecture or training specification** +- a deployment tool +- an orchestration engine +- a scheduler +- a policy enforcement system Those concerns are intentionally out of scope. @@ -208,4 +209,4 @@ Together, we can build better AI infrastructure standards. Part of the PIQC ModelSpec
Maintained by ParalleliQ - \ No newline at end of file +