Privacy

Colorado and California AI Laws: What “Consequential Decisions” Mean for Your Product

By LowerPlane Team
April 24, 2026
12 min read
🏛

Colorado and California AI Laws: Compliance Guide for Product Teams

TL;DR: Quick Takeaways

  • Colorado's AI Act and California's suite of AI transparency laws are active, creating real compliance obligations for companies deploying AI in consequential decision-making contexts.
  • “Consequential decisions” cover lending, hiring, housing, insurance, education, and healthcare — any AI-assisted determination that significantly affects consumers' lives.
  • Colorado requires annual risk assessments, bias audits, and consumer notification before deploying high-risk AI. California mandates transparency disclosures and algorithmic accountability documentation.
  • Product teams must document AI model decisions, maintain audit trails, and implement appeal mechanisms so consumers can contest AI-driven outcomes.
  • Unlike the EU AI Act, US state AI laws focus primarily on consumer rights and bias prevention rather than a top-down risk classification system — but the practical compliance work is substantial.
  • LowerPlane's AI compliance controls map state-level obligations to your existing privacy and security framework, reducing duplicate documentation effort.

While most compliance teams have been watching Brussels for AI regulation, two US states quietly enacted laws that are already reshaping how product teams build, deploy, and document AI systems. Colorado and California have moved from discussion to enforcement, and if your product makes consequential decisions about consumers, you are operating in regulated territory right now.

The phrase “consequential decisions” is the axis around which both states' frameworks revolve. It sounds abstract until you realize how broadly it applies: credit approvals, job application screening, rental housing determinations, insurance pricing, college admissions, and clinical triage recommendations all qualify. If your AI touches any of these domains for residents of Colorado or California, your product is subject to risk assessment requirements, bias mitigation obligations, consumer notification duties, and documentation standards that most engineering teams have never encountered.

This guide explains exactly what each state requires, where the laws differ from each other and from the EU AI Act, what practical steps product teams must take, and how to document AI model decisions in a way that satisfies regulators and survives an audit. We also cover the penalty exposure companies face for non-compliance, because the financial stakes are significant enough to warrant urgent attention.

The Colorado AI Act: A Risk-Based Framework for High-Stakes AI

Colorado Senate Bill 205, signed into law in 2024, established the first comprehensive state-level AI legislation in the United States. The law applies to any “developer” or “deployer” of a high-risk AI system that makes, or substantially contributes to, consequential decisions affecting Colorado residents. It is modeled loosely on the EU AI Act's risk-based approach but with a distinctly American emphasis on consumer protection and anti-discrimination rather than safety engineering.

The law draws a clear line between developers — companies that create high-risk AI systems — and deployers — companies that integrate those systems into their products and services. Both bear obligations, though developers carry the heavier burden. If your company builds a credit scoring model and licenses it to banks, you are a developer. If your company integrates a third-party hiring AI into your HR platform, you are a deployer. Many companies are both simultaneously.

What Counts as a “Consequential Decision” Under Colorado Law

Colorado defines consequential decisions with precision. A consequential decision is any determination that produces a legal or similarly significant effect on a consumer concerning:

Education and Vocational Training

Admissions decisions, scholarship eligibility, academic program placement, disciplinary outcomes

Employment and Employment Opportunities

Application screening, interview scheduling, candidate ranking, hiring recommendations, termination decisions

Essential Government Services

Public benefit eligibility, social services access, child welfare determinations

Financial Services

Credit decisions, loan approvals, interest rate setting, bank account eligibility

Healthcare Services

Treatment recommendations, health plan coverage decisions, clinical triage prioritization

Housing and Real Property

Rental applications, mortgage approvals, housing benefit eligibility

Insurance

Coverage eligibility, premium pricing, claims processing, underwriting decisions

Legal Services

Access to legal aid, case outcome prediction used in decisions about individuals

Core Obligations for Colorado Developers and Deployers

Colorado's AI Act imposes distinct obligations depending on your role. Developers must use reasonable care to protect consumers from known or reasonably foreseeable risks of algorithmic discrimination, disclose specified information to deployers, make impact assessments available to deployers upon request, and publish a public summary of the types of high-risk AI systems they develop and their associated risk mitigation measures.

Deployers carry the most operationally intensive obligations. Before deploying a high-risk AI system, deployers must complete an impact assessment — a documented analysis of the system's purpose, potential risks of algorithmic discrimination, steps taken to mitigate those risks, and an overview of the categories of data processed by the system. This assessment must be updated annually and whenever the system undergoes a substantial modification.

Critically, deployers must notify Colorado residents when a high-risk AI system has made or substantially contributed to a consequential decision about them. This notice must explain the role of the AI, the principal reasons for the decision to the extent they can be disclosed, and the consumer's right to appeal. Consumers must have a meaningful opportunity to correct information and appeal decisions — not just a nominal review process, but an actual human-in-the-loop appeal pathway.

Colorado AI Act: Key Compliance Timeline

Feb 2026Law takes full effect. All deployers and developers of high-risk AI systems are subject to enforcement by the Colorado Attorney General.
AnnualImpact assessments must be renewed. Developer public summaries must be reviewed and updated.
OngoingConsumer notifications required at every consequential AI-assisted decision. Appeal mechanisms must remain operational. Incident reporting required for discovered discrimination.

Algorithmic Discrimination: The Central Concern

Colorado law specifically prohibits algorithmic discrimination — the use of AI that results in unlawful differential treatment or impact on consumers based on protected characteristics including age, color, disability, familial status, gender identity, genetic information, marital status, national origin, pregnancy, race, religion, sex, sexual orientation, or veteran status.

This prohibition has teeth because it does not require intentional discrimination. Disparate impact — where a facially neutral AI system produces statistically different outcomes for protected groups without a legitimate, legally sufficient justification — is sufficient to trigger liability. This means bias testing is not merely a best practice under Colorado law. It is a legal requirement, and the results of that testing must be documented and acted upon.

California's AI Transparency Laws: Multiple Statutes, One Theme

California has not enacted a single comprehensive AI act. Instead, it has passed a suite of targeted statutes addressing specific AI use cases and transparency obligations. Together, these laws create a patchwork regulatory environment that is arguably more complex to navigate than Colorado's unified framework. Product teams operating in California must track several distinct obligations simultaneously.

The most significant California AI laws active in 2026 include AB 2013 (AI training data transparency), SB 942 (AI content detection and labeling), AB 1008 (clarifying CCPA rights in the context of AI-derived data), and SB 1047's successor provisions (developer safety obligations for frontier AI models). AB 302 imposes specific obligations on state agencies using automated decision systems, which matters for government contractors and companies whose products are procured by California public entities.

AB 2013: AI Training Data Transparency

Effective January 1, 2026, AB 2013 requires developers of AI systems trained on datasets exceeding a specified size threshold to publish documentation about the data used in training. This documentation must describe the categories of data included, the sources of that data, whether the data included personal information, whether personal information was obtained with consent, and any known limitations of the training dataset that may affect the system's performance.

This is the first US law requiring training data disclosure as a standalone obligation. It matters for any California company that trains its own AI models — from foundation models to fine-tuned application-specific models. If your engineering team trained a customer churn prediction model on historical customer data, you need training data documentation. If you fine-tuned an open-source LLM on your company's internal data, the same obligation applies.

The documentation must be publicly available on the developer's website, maintained for the operational life of the AI system, and updated when the training dataset changes materially. Regulators can request the underlying documentation as part of enforcement investigations, so the public-facing summary must be accurate and consistent with internal records.

SB 942: AI Content Labeling and Detection

California's AI content labeling law requires developers of generative AI systems capable of producing audio, video, or image content to implement technical mechanisms that identify AI-generated content. This means deploying watermarking, metadata embedding, or other technical identifiers that allow third-party detection tools to flag content as AI-generated.

The law also requires that when a user requests identification of whether content was AI-generated, the system must provide that information where technically feasible. This creates an obligation not just on the generative model itself, but on any product or platform that distributes AI-generated content. If your product generates AI images, videos, or synthetic audio for users, you need a content provenance strategy.

Violators face civil penalties that the California Attorney General can seek through enforcement actions. Given California's track record of vigorous consumer protection enforcement, this law carries real financial risk for non-compliant generative AI products.

CCPA Intersection: AI-Derived Data and Consumer Rights

California's amendments clarifying how the CCPA applies to AI-derived data have significant implications for any company using AI to analyze, infer, or predict consumer characteristics from personal information. Inferences drawn from personal data — credit risk scores, health risk predictions, behavioral profiles — are themselves personal information under California law and subject to the CCPA's full suite of consumer rights.

This means consumers can request access to AI-derived inferences about themselves, request deletion of those inferences, and opt out of their personal data being used to train AI systems. If your product uses AI to create consumer profiles that inform consequential decisions, you need a data rights management process that covers both the underlying personal data and the AI-generated inferences derived from it.

Map Your AI Compliance Obligations Automatically

LowerPlane connects Colorado AI Act obligations, California AI transparency requirements, CCPA data rights, and EU AI Act controls into a unified compliance framework. See where your AI systems create exposure and what documentation you need to close the gaps.

Risk Assessments and Bias Mitigation: The Practical Compliance Work

Both Colorado and California require companies to move beyond good intentions into documented, repeatable processes for identifying and addressing algorithmic bias. This is where most product teams find the compliance work most challenging, because it requires collaboration between legal, data science, product, and compliance functions that do not typically work together on a structured basis.

What a Valid AI Impact Assessment Must Cover

Colorado's impact assessment requirement is the most detailed of any US state law. A compliant impact assessment must document the following elements:

System Purpose and Decision Scope

A clear statement of what the AI system is designed to do, what decisions it influences, and how its output is used in the decision-making process. This should include the intended use case and any known limitations on the contexts in which the system is appropriate.

Data Inputs and Processing

Documentation of what data the AI system uses as inputs, where that data comes from, how it is preprocessed, and whether any sensitive attributes or proxies for protected characteristics are present in the input data. Proxy variables are a major source of algorithmic discrimination risk.

Bias Testing Methodology and Results

A description of the bias testing approach used, the demographic groups analyzed, the statistical metrics evaluated (disparate impact ratio, equalized odds, demographic parity), and the results of testing. Where testing revealed disparate outcomes, the assessment must document what mitigation steps were taken.

Risk Mitigation Measures

Specific technical and procedural controls implemented to address identified bias risks, including model modifications, data resampling techniques, threshold adjustments, human review requirements, and monitoring procedures.

Ongoing Monitoring Plan

A description of how the system will be monitored in production for performance drift and emerging bias. This should include the metrics tracked, the frequency of review, and the escalation process when monitoring reveals a problem.

Consumer Notification Process

Documentation of how consumers will be notified when the AI system has contributed to a consequential decision, what information the notice will include, and how the appeal process works.

Bias Testing: What Methods Regulators Expect

Neither Colorado nor California prescribes a specific bias testing methodology, but enforcement guidance and industry standards point toward a set of accepted approaches. Product teams should conduct pre-deployment bias testing and continue monitoring in production, because models can develop bias drift as real-world input distributions shift over time.

Disparate impact analysis — measuring whether protected groups are approved, rejected, or scored at materially different rates — is the baseline. Regulators will scrutinize whether any group is receiving favorable or unfavorable outcomes at a rate that exceeds the 80% rule commonly used in employment law, which treats a selection rate for a protected group below 80% of the highest-selected group as a potential indicator of adverse impact.

Beyond disparate impact, fairness-aware AI practitioners should assess equalized odds (whether false positive and false negative rates are equal across groups), calibration (whether predicted probabilities are accurate across groups), and counterfactual fairness (whether decisions would change if only the protected attribute were different). The appropriate fairness metric depends on the decision context — there is no single correct measure, and regulatory guidance in both states acknowledges this.

Where bias is found, the response must be documented and substantive. Regulators are likely to be skeptical of bias mitigation measures that are purely cosmetic. Genuine remediation may require retraining the model with more representative data, adjusting decision thresholds differently for different groups, implementing post-processing fairness corrections, or — in some cases — redesigning the decision-making process to remove AI from the consequential determination altogether.

Consumer Notification and Appeal Rights: Operationalizing Transparency

Consumer-facing transparency obligations are the most visible compliance requirement for product teams, because they require changes to user interfaces, notification workflows, and customer support processes. Getting this right requires coordination between product, legal, engineering, and customer experience functions.

When and How to Notify Consumers

Colorado requires notification at the time a consequential decision is communicated to the consumer. The notice must be clear and conspicuous — meaning it cannot be buried in terms of service or disclosed only through a privacy policy link. If your product sends an email declining a loan application, that email must include AI disclosure language. If a hiring platform sends a rejection, the notification must indicate whether AI substantially contributed to the decision.

The required content of the notice includes: a statement that a high-risk AI system was used in the decision, a description of the type of AI system used (in plain language), the principal reasons for the decision to the extent they can be disclosed without revealing trade secrets or violating other legal obligations, and information about the consumer's right to appeal the decision and how to exercise that right.

California's transparency requirements for automated decision-making are embedded in CCPA regulations and do not require notice at each decision point in the same way — but consumers have the right to opt out of profiling used for consequential decisions, which means your product must include a clear opt-out mechanism and honor it in your AI processing pipeline.

Building a Compliant Appeal Mechanism

The appeal right is the requirement that most often catches product teams off guard. It is not sufficient to say that consumers can contact customer support. Colorado requires a meaningful opportunity to appeal a consequential AI-assisted decision, which means a process where a human reviewer can genuinely reconsider the decision, the consumer can provide corrective information, and the review is not a rubber stamp of the original AI output.

A compliant appeal mechanism should include: a clearly communicated pathway for consumers to initiate an appeal (not just a general customer service email), a defined timeline for appeal response, a human reviewer who has access to the AI system's output and the ability to override it, a process for the consumer to submit corrective information or documentation, and a written response explaining the appeal outcome.

If your product processes thousands of AI-assisted decisions daily, building a scalable appeal process without creating a review bottleneck is a genuine engineering and operational challenge. The solution is usually a tiered process: an initial automated review checks for clear errors, followed by human review for decisions where the consumer submits corrective information or disputes the AI's factual basis.

How Colorado and California Differ from the EU AI Act

Product teams navigating both US state and EU AI obligations often ask whether they can build a single compliance program. The answer is: largely yes, with important differences in emphasis and specific requirements. Understanding where the frameworks diverge is essential for building a unified compliance approach rather than running three separate programs.

DimensionColorado AI ActCalifornia AI LawsEU AI Act
Primary FocusAlgorithmic discrimination prevention and consumer rightsTransparency, content labeling, and CCPA integrationComprehensive safety and fundamental rights across all AI uses
Risk ClassificationBinary: high-risk (consequential decisions) vs. otherVaries by statute; no unified risk tier systemFour-tier: unacceptable, high, limited, minimal
Impact AssessmentsAnnual deployer impact assessment requiredRequired for certain state agency use cases (AB 302)Conformity assessment and FRIA required for high-risk AI
Bias TestingExplicit requirement with documentationImplied through anti-discrimination law; no specific mandateData governance requirements address bias in training data
Consumer NotificationRequired at each consequential decisionCCPA opt-out rights; automated decision disclosure rightsRequired for limited-risk systems; high-risk systems must provide instructions for use
Appeal RightsExplicit right to appeal required for all consequential decisionsRight to opt out of automated profilingHuman oversight requirement for high-risk AI; not a consumer appeal right per se
Training Data DisclosureNot requiredRequired under AB 2013Required for GPAI models; technical documentation for high-risk systems
EnforcementColorado Attorney GeneralCalifornia AG; CPPA for CCPA-related mattersEuropean AI Office and national market surveillance authorities
Maximum PenaltiesCivil penalties up to $20,000 per violation plus restitutionCCPA: up to $7,500 per intentional violation; other statutes varyUp to 7% of global turnover or EUR 35M for prohibited practices

Building a Unified Multi-Jurisdiction AI Compliance Program

Despite their differences, the three frameworks share enough common DNA that a well-designed compliance program can satisfy all three without running independent workstreams for each jurisdiction. The overlap centers on four core activities: AI system inventory and documentation, bias and risk assessment, consumer transparency and rights management, and ongoing monitoring.

Build your program around these four pillars and map each jurisdiction's specific requirements to the relevant pillar. Colorado's annual impact assessment becomes the documentation artifact that satisfies the EU AI Act's risk management system requirement. California's training data transparency obligations feed directly into the EU AI Act's technical documentation requirements for GPAI models. The human oversight requirements under EU law and Colorado's appeal rights both point to the same operational solution: a human review process that can meaningfully override AI recommendations.

Penalties and Enforcement: Understanding Your Financial Exposure

Neither Colorado nor California has published a comprehensive enforcement scorecard yet, but both states have active attorney general offices with demonstrated willingness to pursue technology companies over consumer protection violations. The penalty structure in each state creates meaningful financial exposure — particularly for companies making high-volume AI-assisted decisions where each affected consumer represents a separate violation.

Colorado AI Act Penalties

Enforced exclusively by the Colorado Attorney General — private right of action does not exist under the statute
Civil penalties up to $20,000 per violation, with each affected consumer constituting a separate violation
Injunctive relief available, which can require suspension or modification of the AI system during investigation
60-day cure period available for first-time violations before penalties are assessed
Restitution to affected consumers for actual damages caused by algorithmic discrimination

California AI Law Penalties

CCPA: up to $2,500 per unintentional violation and $7,500 per intentional violation, enforceable by the California Privacy Protection Agency
AB 2013 training data violations subject to civil penalties under California's Unfair Competition Law, up to $2,500 per violation
SB 942 AI content labeling violations subject to California AG civil enforcement
CCPA private right of action for data breaches involving AI-processed personal information
California's existing anti-discrimination laws (FEHA, Unruh Act) create additional civil liability for algorithmic discrimination

The per-violation structure is what makes penalty exposure potentially catastrophic. A fintech company processing 10,000 loan applications monthly using an AI system that lacks proper consumer notification is exposed to $200 million in potential Colorado penalties per month — even before damages claims from consumers who suffered discriminatory outcomes. Regulators are unlikely to pursue maximum penalties in practice, but the exposure is real and courts have discretion to award substantial amounts in pattern-of-conduct cases.

Enforcement priorities in both states appear focused on high-volume, high-stakes domains — credit, hiring, and insurance — where algorithmic discrimination has the most direct impact on protected communities. Companies in these verticals should treat compliance as urgent. Companies in lower-stakes AI use cases should still complete their compliance programs, but may have more runway before facing enforcement scrutiny.

Steps for Product Teams: An Actionable Compliance Roadmap

Compliance with Colorado and California AI laws is fundamentally a cross-functional product initiative, not a legal checkbox exercise. Product managers, engineers, data scientists, and legal counsel must work together to implement the technical changes, documentation processes, and consumer-facing features that compliance requires. The following roadmap organizes this work into phases.

Phase 1: AI Inventory and Scope Assessment

Phase 2: Impact Assessment and Bias Testing

Phase 3: Consumer-Facing Compliance Features

Phase 4: AI Model Documentation and Ongoing Governance

AI Model Documentation: What Regulators Will Ask For

If either the Colorado Attorney General or the California Privacy Protection Agency investigates your company, they will begin by requesting documentation. Companies that have built systematic documentation practices respond quickly, demonstrate good-faith compliance, and reduce investigation scope. Companies that have not produce a crisis-level documentation scramble that consumes months of engineering and legal resources.

Regulators investigating AI discrimination complaints will typically request: the impact assessment completed before deployment, the bias testing results and methodology used, documentation of what remediation steps were taken when bias was identified, the consumer notification template used for affected consumers, records of appeals received and how they were resolved, and any vendor documentation from third-party AI providers.

For model-level documentation, regulators have indicated interest in model cards — a standardized format originally developed by Google researchers that documents a model's intended use, performance across demographic groups, limitations, and ethical considerations. While model cards are not legally mandated by name in either state, they map closely to the documentation that compliance requires and are increasingly recognized as a standard of care in responsible AI development.

Minimum AI Model Documentation Package for Consequential Decision Systems

Model card or technical specification sheet
Training data provenance and characteristics description
Bias testing report with demographic breakdown results
Mitigation measures log with rationale for each measure
Performance benchmarks including accuracy, precision, recall by demographic group
Known limitations and inappropriate use cases
Production monitoring metrics and review cadence
Vendor compliance documentation (for third-party AI)
Impact assessment (Colorado requirement)
Consumer notification template and appeal process description
Training data disclosure publication (California AB 2013 requirement)
Change log documenting substantial modifications and reassessments

LowerPlane AI Compliance Controls: How We Help

Managing AI compliance across Colorado, California, and the EU requires tracking dozens of controls, maintaining documentation for multiple AI systems, coordinating evidence collection from engineering teams, and keeping up with regulatory updates as enforcement guidance evolves. LowerPlane's AI compliance module is purpose-built for exactly this challenge.

The platform maintains a structured library of AI compliance controls mapped to each jurisdiction's requirements. When you add an AI system to LowerPlane's inventory, the platform identifies which controls apply based on the system's domain, the states where it operates, and your role as developer or deployer. Each control is linked to its evidence requirements — what documentation you need to collect, from whom, and by when.

LowerPlane's cross-framework mapping reduces duplicate work by identifying where a single documentation artifact satisfies requirements in multiple jurisdictions. The bias testing report required by Colorado's impact assessment also satisfies evidence requirements under the EU AI Act's data governance controls. The model card your engineering team produces for EU AI Act documentation populates the training data disclosure required by California's AB 2013. Evidence collected once satisfies multiple frameworks.

Because AI compliance is not static, LowerPlane tracks due dates for annual impact assessment renewals, monitors for regulatory updates from the Colorado AG and California Privacy Protection Agency, and alerts compliance owners when new guidance requires a documentation review. The platform's dashboard gives compliance leadership real-time visibility into AI compliance posture across every AI system in the portfolio — not just a quarterly point-in-time snapshot.

Companies that centralize AI compliance management in LowerPlane typically achieve audit readiness in 6 to 8 weeks, compared to 4 to 6 months for teams building documentation from scratch. The platform's workflow tools assign control ownership to the right people in engineering, legal, and product — eliminating the coordination overhead that makes AI compliance feel intractable for growing companies.

Key Takeaways

  1. 1

    “Consequential decisions” under Colorado and California law cover lending, hiring, housing, insurance, education, and healthcare — if your AI touches any of these domains for residents of either state, you are subject to active compliance obligations right now.

  2. 2

    Colorado requires annual impact assessments, bias testing documentation, and mandatory consumer notification at every consequential AI-assisted decision — with a specific right to appeal that requires a real human review process, not a nominal one.

  3. 3

    California's AI obligations span multiple statutes: training data disclosure under AB 2013, AI content labeling under SB 942, and CCPA rights around AI-derived inferences — each with separate compliance requirements and enforcement bodies.

  4. 4

    Bias testing is a legal requirement, not a best practice. Per-violation penalties mean that high-volume AI decision-making without proper bias documentation creates potentially catastrophic financial exposure — particularly in credit, hiring, and insurance.

  5. 5

    A unified multi-jurisdiction compliance program is achievable: Colorado impact assessments, California training data disclosures, and EU AI Act technical documentation share enough common ground that evidence collected for one framework satisfies significant portions of the others.

  6. 6

    Documentation quality is what separates a company that navigates a regulatory inquiry cleanly from one that faces an extended investigation. Build your AI documentation practices now, before an enforcement action makes that work reactive and crisis-driven.

Frequently Asked Questions

Does Colorado's AI Act apply to companies based outside Colorado?
Yes. Like CCPA and most US consumer protection statutes, Colorado's AI Act applies based on where the affected consumers are located, not where the company is headquartered. If your AI system makes consequential decisions about Colorado residents — even if your company is based in New York, Texas, or London — Colorado law applies. The practical implication is that any national-scale consumer-facing AI system in high-risk domains almost certainly must comply with Colorado law if it has any Colorado users.
What counts as “substantially contributing” to a consequential decision?
Colorado law defines a high-risk AI system as one that makes or is a “substantial factor” in making a consequential decision. Regulatory guidance indicates that “substantial factor” includes AI systems whose output is a significant input into a human decision-maker's determination — not just fully automated systems. If a loan officer uses an AI-generated risk score as a primary factor in approving or denying credit, the AI system is a substantial factor regardless of the fact that a human signs off. The law was specifically drafted to prevent companies from inserting nominal human review to escape compliance obligations.
How detailed does the impact assessment need to be?
Colorado law specifies the content elements but does not prescribe a format or page length. The assessment must cover the system's purpose, the data categories used, potential risks of algorithmic discrimination, steps taken to mitigate those risks, and the consumer notification and appeal process. In practice, a defensible impact assessment for a complex AI system in a high-stakes domain like credit scoring will be substantive — likely 15 to 30 pages for a single system. A simpler AI system with narrower inputs and well-documented bias testing may require less. The key test is whether a reasonable regulator reviewing the document would conclude that a genuine risk analysis was conducted and that meaningful mitigation steps were taken.
Do small businesses and startups get any compliance relief?
Colorado's AI Act includes limited small business provisions. Businesses with annual revenues below $25 million and fewer than 100 employees face reduced documentation obligations — specifically, they are not required to complete the full impact assessment in the same form as larger companies. However, they are still required to use reasonable care to prevent algorithmic discrimination and to provide consumer notification and appeal rights. The core consumer protection obligations apply regardless of company size. California's AI laws do not include explicit small business carve-outs for most provisions, though the CPPA has historically focused enforcement on larger companies with broader consumer impact.
What happens if we use a third-party AI tool that makes consequential decisions?
You remain liable as a deployer even if the AI was built by a third party. Colorado law places deployer obligations on any company that uses a high-risk AI system, regardless of who developed it. Deployers must complete their own impact assessment, implement consumer notification and appeal processes, and conduct bias testing appropriate to their deployment context. The developer is separately required to provide deployers with documentation about the system's risk profile and bias testing results — this is a contractual obligation you should enforce through your vendor agreements. If a vendor cannot provide adequate documentation of their system's compliance posture, that is a significant risk signal for your own compliance program.
How does California's AB 2013 training data disclosure work in practice?
AB 2013 requires AI developers to publish on their website a summary of the data used to train their AI systems. The summary must describe the categories of data (text, images, audio, behavioral data), the sources (web crawl, licensed data, internal data), whether the data included personal information, whether consent was obtained for personal information, and any known limitations of the dataset. The disclosure does not require revealing proprietary training data itself or trade secrets — it requires disclosure of the dataset's characteristics. Companies should treat this similarly to a privacy policy for training data: it needs to be accurate, maintained, and updated when the training dataset changes materially. If your AI product was trained on data from public web sources, licensed datasets, and internal company data, each of those categories needs to be described.
How are Colorado and California AI laws likely to evolve in 2026 and beyond?
Both states are actively developing additional AI legislation and regulatory guidance. Colorado's legislature has signaled interest in expanding the high-risk AI definition and potentially adding sector-specific rules for healthcare and financial services. The Colorado AG's office is expected to publish enforcement guidance and model impact assessment templates in mid-2026. California is likely to see additional AI bills in the 2026-2027 legislative session, particularly around algorithmic accountability in employment and AI use in government services. At the federal level, a patchwork of sector-specific AI rules (from the CFPB, EEOC, and HHS) adds another layer of compliance complexity. Companies should build flexible AI governance programs that can absorb new requirements rather than point solutions for each specific law.

Stay Ahead of AI Compliance Developments

Join 5,000+ compliance professionals receiving actionable AI governance and privacy compliance insights every week. New state AI laws, enforcement actions, and practical guidance — delivered to your inbox.

No spam. Unsubscribe anytime.

Related Articles