# Why AI regulation now sets the terms for SaaS contracts
A procurement manager at a mid-size insurer opens a vendor security questionnaire in early 2026 and finds a new section: "Does your product embed a general-purpose AI model? If so, name the provider, its risk classification under the EU AI Act, and attach your latest model card." Three years ago that question did not exist. Today it can stall a six-figure deal for weeks.
This is the new reality for SaaS (Software as a Service) vendors: AI regulation is no longer a compliance afterthought, it is showing up line by line inside Data Processing Agreements (DPAs) and vendor risk questionnaires, and it is reshaping who bears liability when an embedded model gets something wrong.
Two regimes matter most right now.
The EU AI Act (entered into force 2024, obligations phasing in through 2026-2027) is the first comprehensive AI law from a major jurisdiction. It classifies AI systems into risk tiers:
Crucially, the Act also creates rules for General-Purpose AI (GPAI) models (the foundation models behind tools like GPT-4, Claude, or Gemini), with extra obligations for models deemed to carry "systemic risk" based on compute thresholds. Source: EU AI Act official text summary, European Commission.
In the US, there is no single federal AI law as of 2026. Instead, a patchwork of state rules is emerging: Colorado's AI Act (targeting high-risk automated decision systems), California's various AI transparency and automated decision-making rules, and sector-specific guidance from bodies like the FTC (Federal Trade Commission) on deceptive AI claims. This fragmentation is itself a compliance burden: a SaaS vendor selling nationally may need different disclosures state by state.
Enterprise buyers, especially in regulated sectors (banking, insurance, healthcare), now push AI-specific clauses into DPAs and Master Service Agreements. Common additions in 2026:
That last point is where most vendors get caught flat-footed.
If your SaaS product calls an APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → from OpenAI or Anthropic to power a "smart summarize" feature, you do not get to say "that's their model, not our problem." Under both the EU AI Act and most enterprise contract norms, the deployer (the company putting the AI system into a specific use context) carries real obligations even when it did not build the underlying model.
Concretely, a SaaS company embeddingembeddingAn embedding is a numerical vector that represents data (text, images, or items) in a way that captures meaning, so similar items sit close together in space.View full definition → a third-party large language modellarge language modelA Large Language Model is an AI system trained on vast text data to predict and generate language, enabling tasks like writing, summarizing, and answering questions.View full definition → (LLMLLMA Large Language Model is an AI system trained on vast text data to predict and generate language, enabling tasks like writing, summarizing, and answering questions.View full definition →) typically inherits:
1. Classification responsibility: you must assess whether *your specific use case* (not the base model in the abstract) falls into a high-risk category. A general chatbot is low risk; the same model wired into a resume-screening feature is high risk under the EU AI Act.
2. Transparency duties: telling end users they are interacting with AI-generated output.
3. Human oversight requirements: for high-risk uses, ensuring a human can review and override AI outputs before consequential decisions are made.
4. Data governanceData governanceData governance is the set of policies, roles, and processes that ensure data is accurate, secure, well-defined, and used responsibly across an organization.View full definition →: confirming what customer data flows to the model provider, whether it is retained, and whether it could be used for further training.
5. Incident and error logging: increasingly expected practice, keeping records of model failures or overrides, useful both for audits and for post-incident review.
The upstream provider (OpenAI, Anthropic, etc.) typically retains obligations only for the base model itself (its own conformity assessments as a GPAI provider). The deployer obligations are yours.
A useful mental model, adaptable as a quick internal checklist:
Feature: "AI resume screener" in an HR SaaS product
1. Underlying model: third-party LLM via API
2. Use case risk tier (EU AI Act): HIGH (employment decision)
3. Obligations triggered:
- Conformity documentation: REQUIRED
- Human review before rejection: REQUIRED
- Bias/accuracy testing on outputs: REQUIRED
- Transparency notice to candidates: REQUIRED
4. Contract clause needed: liability split with model
provider for output errors vs. deployment errorsThis is not code that runs, it is the kind of structured risk triage a product and legal team should run together before shipping any AI feature, and increasingly, before signing the DPA that a customer's procurement team sends back redlined.
It is tempting to think this only applies to obviously sensitive domains like hiring or credit. But EU AI Act obligations and US state rules increasingly reachreachThe number of unique people exposed to your message in a given period. Unlike impressions, reach counts each person once, no matter how often they see it.View full definition → into ordinary SaaS functions: AI-assisted customer support that could give faulty medical or financial guidance, AI scheduling tools that indirectly affect access to services, or AI content moderation that shapes what users see. The classification exercise has to be done use case by use case, not product by product.
Knowledge check
1. A SaaS vendor embeds a third-party foundation model into its hiring-screening product. Under the EU AI Act's risk-tiering logic, why would this likely trigger stricter obligations than the same model embedded in a customer support chatbot?
2. Why has AI-specific language begun appearing inside vendor risk questionnaires and DPAs, rather than being handled separately through general compliance channels?
3. What does the concept of 'systemic risk' obligations for General-Purpose AI (GPAI) models under the EU AI Act primarily depend on?
4. Select ALL correct answers about the EU AI Act's risk-tier system.
Select all the correct answers.
5. Select ALL correct answers about why the US and EU regulatory landscapes create different challenges for SaaS vendors selling AI-embedded products.
Select all the correct answers.
Vendors that handle enterprise deals smoothly in 2026 tend to do three things early:
For a practical overview of how these risk tiers mapmapUsing software to automate repetitive marketing tasks and campaigns, enabling personalisation at scale across channels like email, web, and social.View full definition → to obligations, the NIST AI Risk Management Framework (US, voluntary but widely referenced) is a solid complement to the EU's binding rules, useful for vendors trying to build one internal governance process that satisfies both regulatory logics.