By Sagar Shankaran, Founder of CallSphere
AIBOM is the SBOM equivalent for AI systems. The competing 2026 standards (CycloneDX-AI, SPDX-AI), what they capture, and which is winning.
Key takeaways
A Software Bill of Materials (SBOM) lists the components in a piece of software so consumers can audit dependencies and respond to vulnerabilities. An AI Bill of Materials (AIBOM) does the same for AI systems: models, training data, prompts, tools, fine-tunes, and the relationships between them.
By 2026, AIBOM is the standard request from regulators and enterprise procurement when AI is part of a product. Two competing formats lead: CycloneDX-AI (OWASP) and SPDX-AI (Linux Foundation). This piece compares them and walks through what an AIBOM should capture.
flowchart TB
AIBOM[AIBOM] --> M[Models]
AIBOM --> D[Datasets]
AIBOM --> P[Prompts / templates]
AIBOM --> T[Tools / MCP servers]
AIBOM --> Pipe[Training pipeline]
AIBOM --> Eval[Evaluation results]
AIBOM --> Lic[Licenses + provenance]
AIBOM --> Sec[Security attestations]
The unique-to-AI elements:
The shared-with-software elements (libraries, dependencies, SBOM data) usually get folded in via a regular SBOM that the AIBOM references.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent for logistics in your browser — 60 seconds, no signup.
CycloneDX is the OWASP-stewarded SBOM format. CycloneDX-AI extends it with AI-specific component types: machine-learning-model, dataset, prompt, etc. The format is JSON or XML.
SPDX is the Linux Foundation's SBOM format. The "AI Profile" extends SPDX 3.0 with AI-specific concepts. The format is JSON, RDF, or other supported encodings.
flowchart TD
Q1{Already on CycloneDX<br/>for SBOMs?} -->|Yes| CDXa[CycloneDX-AI]
Q1 -->|No| Q2{Already on SPDX<br/>for SBOMs?}
Q2 -->|Yes| SPDXa[SPDX-AI]
Q2 -->|No| Q3{License management<br/>top concern?}
Q3 -->|Yes| SPDXb[SPDX-AI]
Q3 -->|No| CDXb[CycloneDX-AI]
For most teams, the right answer is "the one you already use for software SBOMs." Mixing formats is more painful than picking either.
A simplified CycloneDX-AI fragment for a fine-tuned model:
Still reading? Stop comparing — try CallSphere live.
See the logistics AI agent handle a real call — complete, industry-specific, and live in your browser. No signup.
{
"type": "machine-learning-model",
"name": "callsphere-medical-intent-classifier",
"version": "2.3.1",
"supplier": "CallSphere LLC",
"modelCard": "https://callsphere.tech/models/intent-classifier/v2.3.1",
"components": [
{
"type": "machine-learning-model",
"name": "Llama-3-8B-Instruct",
"version": "v3",
"relationship": "base-model",
"license": "Llama 3 Community License"
},
{
"type": "dataset",
"name": "internal-medical-intent-v2",
"license": "proprietary",
"modificationsFromTraining": "deduplicated, PHI-redacted"
}
]
}
In 2026 several tools generate AIBOMs:
For a custom pipeline, the right pattern is to emit AIBOM from your training and deployment pipelines automatically, not by hand. Hand-written AIBOMs go stale immediately.
Regulators reading an AIBOM in 2026 typically check:
A clean AIBOM substitutes for a lot of separate documentation in compliance reviews.
Enterprise procurement teams in 2026 are increasingly requesting AIBOMs in RFPs. The questions they ask:

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
A fair audit of Anthropic's Responsible Scaling Policy, its AI Safety Levels, who actually audits compliance, and whether it has ever delayed a release.
Both vendors invest heavily in safety post-training. The differences show up in refusal behavior, prompt-injection resistance, and how each handles agentic edge cases.
Model cards graduated from research norm to regulatory expectation in 2026. The new schema, what to disclose, and what to keep proprietary.
Documentation expectations for production AI systems in 2026 — what to write, where to keep it, and what regulators now expect.
Incident reporting expectations changed in 2026. What OECD AIM, the AISI, and EU AI Office want from operators when an AI system fails.
Most AI governance committees are theater. The 2026 charter templates from companies running real, decision-making AI governance.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco