AI Bill of Materials (AIBOM)
A manifest of every model, dataset, and dependency in your AI system. Procurement and security teams will demand one in 2026. The companies that can produce one will sell faster.
The Technical Definition
An AI Bill of Materials (AIBOM) is a structured manifest that documents every component of an AI system: the foundation models in use (with version and provider), the fine-tuning datasets, the training data sources where known, the embedding models, the vector stores, the retrieval components, the third-party libraries, the prompt templates, the evaluation sets, and the licenses governing each piece.
The concept inherits directly from SBOM — Software Bill of Materials — which became mandatory practice after the Log4Shell vulnerability in 2021 made it clear that no enterprise actually knew which software components were running inside its own applications. NIST published an AI risk management framework that points toward AIBOM. CISA has signaled it will follow. The EU AI Act requires component-level documentation for high-risk systems. The direction of regulation is one-way.
What This Actually Means for Your Business
For most of 2024 and 2025, “what’s actually inside this AI system” was a question nobody asked publicly and few teams could answer privately. A customer support agent might run on a wrapper SaaS that calls a fine-tuned variant of an open-source model trained on a dataset whose license terms nobody on your team has read. A document analyzer might depend on six libraries with unaudited transitive dependencies. The original developer left. The contract didn’t require disclosure.
That gap is closing fast.
In 2026, two forces are pushing AIBOM from idea to procurement requirement. The first is regulation: the EU AI Act, NIST guidance, and sector-specific rules in financial services and healthcare are converging on a documentation expectation. The second is enterprise procurement. Your largest customers’ security teams have started asking AI vendors for component manifests. Vendors that can produce one move through review in weeks. Vendors that can’t sit in legal for months.
For a company deploying AI internally, the question runs both directions. Your CISO will start asking the same question your customers’ CISOs are asking your vendors. What models are running in our environment, on what data, under what license, with what known vulnerabilities. The answer needs to come from a system, not a survey.
The cost of not having an AIBOM shows up in three places: deals that stall in security review, regulatory exposure when an incident reveals an undocumented component, and a compounding remediation backlog when a model or library turns out to have a license issue or a known flaw and nobody can list which systems use it.
Reality Check
What the vendor says: “Our AI is fully documented and compliant.”
What that means in practice: They have a marketing page about responsible AI. They probably do not have a machine-readable manifest of every model version, dataset, and dependency in the system. Ask for the AIBOM in a structured format. The answer separates the vendors that have done the work from the ones that have written about it.
What Operators Actually Do
Companies getting ahead of this treat AIBOM the way they treated SBOM in 2022. They pick a format — CycloneDX with AI extensions is the leading candidate — and they require it for every internal AI system and every AI vendor on the procurement intake form. They generate it from the build pipeline, not from a Word document. They version it alongside the application.
They also use it offensively. When a foundation model gets deprecated, when a dataset’s license terms change, when a library is found vulnerable, the AIBOM tells them which systems are affected in minutes. Without it, the same question takes weeks of email and produces an answer the legal team cannot rely on.
The discipline that distinguishes the mature programs: the AIBOM is generated, not authored. A document somebody writes once is a document that goes stale in a quarter. A manifest emitted by the build system stays current because it has to.
The Questions to Ask
-
Can our vendor produce a structured AI Bill of Materials for the system they sold us? Not a marketing page. A machine-readable manifest with model versions, datasets, dependencies, and licenses. If the answer is no, the vendor’s compliance posture is aspirational.
-
For the AI systems we built internally, where does the AIBOM come from today? If the answer is a person and a spreadsheet, it will be wrong by next quarter. The manifest needs to be a build artifact, not a deliverable.
-
When a component in our AI stack is found vulnerable or deprecated, how fast can we list every affected system? The honest answer is the measure of the program. Hours is good. Weeks means the inventory does not exist.