SHIM
Contact UsFeaturesPricing
How to Start
BlogAbout UsDocs
Playground
SHIM

The enterprise-grade AI Gateway for security-conscious teams. Protect your data, govern spend, and account for usage.

Read Documentation→

Product

  • Features
  • Security
  • Pricing
  • Docs

Company

  • About Us
  • Blog
  • Playground
  • Contact Us

© 2026 SHIM Inc. All rights reserved.

SecurityPrivacy PolicyTerms of Service
SHIM
Contact UsFeaturesPricing
How to Start
BlogAbout UsDocs
Playground
SHIM

The enterprise-grade AI Gateway for security-conscious teams. Protect your data, govern spend, and account for usage.

Read Documentation→

Product

  • Features
  • Security
  • Pricing
  • Docs

Company

  • About Us
  • Blog
  • Playground
  • Contact Us

© 2026 SHIM Inc. All rights reserved.

SecurityPrivacy PolicyTerms of Service
SHIM
Contact UsFeaturesPricing
How to Start
BlogAbout UsDocs
Playground
Back to Blog|Home
Compliance

AI Compliance: What Developers Need to Know in 2026

AI compliance in 2026 means logging, PII redaction, and audit trails built into your call layer. Cover the EU AI Act, US state laws, GDPR, and gateway enforcement.

June 19, 202614 min read

Every regulation hitting AI teams this year, from the EU AI Act to Texas's TRAIGA to GDPR enforcement actions, converges on the same operational question: can you prove what your system did? Not "do you have a policy." Not "did legal sign off." Can you produce the request log, show the PII was redacted before it reached the model, and demonstrate that a human could intervene? AI compliance is a logging and observability problem. The organizations that treat it as middleware infrastructure, built into the call layer between application code and model APIs, will spend less time scrambling when regulators ask for evidence.

The August 2, 2026 cliff

The EU AI Act's full high-risk AI system obligations, Articles 9 through 17 for providers and Article 26 for deployers, take effect on August 2, 2026. The same date activates Article 50 transparency obligations for generative AI. That is six weeks from today.

"High-risk" is where most developers stop reading. The category sounds like it only applies to medical devices or autonomous weapons. It does not. Three triggers can escalate an ordinary developer tool into high-risk territory:

Employment trigger. Using an AI tool to evaluate developer productivity, rank engineers, or allocate tasks algorithmically can fall under Annex III high-risk classification in employment contexts.

Critical infrastructure trigger. Agentic tools that autonomously deploy to energy grids, financial infrastructure, or healthcare systems may fall under Annex III high-risk categories.

Building high-risk systems. Teams building software that itself qualifies as high-risk inherit compliance obligations as providers.

The penalty tiers match the classification severity. Prohibited-practice violations under Article 5 carry fines of €35 million or 7% of global annual turnover, whichever is higher. Non-compliance with high-risk obligations carries €15 million or 3% of turnover.

When a coding tool is used inside a high-risk AI system, the audit trail, technical documentation, and human oversight obligations flow through to the organization building or deploying that system. Most vendors have not caught up.

The US patchwork

The United States still has no comprehensive federal AI law. What it has instead is a growing patchwork of state legislation and an executive branch pulling in the opposite direction.

A December 2025 executive order created an AI Litigation Task Force to challenge state AI laws, directed the Commerce Department to evaluate which state laws conflict with federal objectives, and threatened to pull federal funding from states with AI laws deemed "onerous." That has not stopped states from legislating.

Texas TRAIGA (effective January 1, 2026): limits government use of AI for biometric identification and social scoring while imposing transparency requirements for consumer-facing systems.

California SB 53: requires developers of large frontier models (trained using more than 1026 FLOPS) to publish risk frameworks, report safety incidents, and implement whistleblower protections. Penalties can reach $1 million per violation for companies with annual revenue exceeding $500 million.

Colorado SB 26-189 (effective January 1, 2027): Colorado repealed its original comprehensive AI law in May 2026 and replaced it with a narrower statute requiring pre-use consumer notices, 30-day adverse-outcome explanations, meaningful human review rights, and developer documentation duties.

New York RAISE Act (2027): will demand extensive safety reporting from developers of frontier models.

The enforcement side is moving faster than the legislative side. State attorneys general enforcement actions against AI deployers increased significantly in 2025, and a 42-state AG coalition signals coordinated pressure intensifying through 2026.

What regulations require at the code level

Strip away the jurisdictional differences and the requirements cluster around four operational categories.

Logging and record-keeping (Article 12). High-risk systems must maintain logs sufficient to trace system behavior. When an AI coding tool is used inside a high-risk system, those logging obligations extend to the organization. This is not optional post-hoc analysis. It is continuous, structured, queryable record-keeping.

Transparency and disclosure (Articles 13 and 50). Users must know they are interacting with AI. For generative AI, outputs must be machine-detectable as AI-generated. For high-risk systems, documentation must be sufficient for deployers to understand and use the system appropriately.

Human oversight (Article 14). High-risk AI systems must be designed so that humans can effectively oversee their operation. That means the ability to interrupt, override, or shut down, and the monitoring infrastructure to make those interventions informed.

Training data provenance. As of August 2025, GPAI model providers must publish detailed summaries of training data, and downstream users must ensure their systems do not fall into prohibited categories such as untargeted facial scraping.

The distinction between governance and AI compliance matters here. Governance is the policy framework. AI compliance is the evidence that the framework is actually operating: monitored, with violations detectable, and auditable proof of control effectiveness available when regulators ask. A policy PDF sitting in Confluence does not satisfy this.

On the US side, the NIST AI Risk Management Framework (AI RMF 1.0, released January 26, 2023) provides a voluntary structure for incorporating trustworthiness considerations into AI design, development, and evaluation. On April 7, 2026, NIST released a concept note for an AI RMF Profile specifically targeting critical infrastructure operators, guiding them toward specific risk management practices for AI-enabled capabilities.

Data privacy is already AI compliance

Existing data privacy regulations do not pause when data enters an AI tool. When an employee submits a document containing customer records to a GenAI tool, the organization's GDPR obligations for that data continue. The AI tool is a third-party processor. The organization remains accountable.

This is the highest-frequency violation vector for most teams: PII entering LLM prompts with no redaction, no logging of what was sent, and no record of which model processed it. For a deeper look at how redaction works in practice, see our guide on understanding PII redaction.

Industry-specific frameworks apply regardless of whether processing was human or machine. HIPAA does not care that a clinician pasted patient notes into Claude instead of typing a referral letter manually. SOX does not distinguish between a human analyst and an AI agent generating financial reports. PCI DSS still governs cardholder data even when it passes through an LLM. The operative question is whether the organization can account for where the data went and who had access.

The pattern repeats across shadow AI scenarios: employees adopting AI tools without IT oversight, creating data flows that bypass every control the organization has in place.

Agentic AI and the liability gap

AI agents can now execute code, sign contracts, and book transactions. Traditional agency law is being tested. Courts have not yet issued definitive rulings allocating liability for fully autonomous agent behavior. That gap creates real exposure for any team deploying agents in production.

On the intellectual property side, copyright litigation including NYT v. OpenAI and Getty v. Stability AI is entering decisive phases. Courts are beginning to signal whether training on copyrighted data constitutes fair use. Adverse rulings could require licensing regimes or limit model deployment. Organizations should audit their use of generative AI tools to distinguish between input risks (from data scraping) and output risks (from generating infringing content).

Vendor contracts need specific attention. Indemnification clauses should explicitly address autonomous actions and hallucinations resulting in financial loss. Standard software liability language was not written for systems that improvise.

Adding another layer, individual EU member states are layering jurisdiction-specific rules on top of the EU AI Act. Italy, for instance, has implemented AI Act provisions with extra protections for minors under 14.

Building compliance into the call layer

AI compliance spans three layers: the AI tools themselves, the data that flows through those tools, and the organizational processes governing AI use. An AI gateway sits at the intersection of all three.

Every request between your application and the model API already passes through this layer if you have one. That makes it the natural point to enforce:

Request and response logging. Every prompt, every completion, timestamped and stored. This is the Article 12 requirement made operational.

PII redaction. Strip personally identifiable information before it leaves your infrastructure. The redaction itself becomes an auditable record.

Access controls and human oversight. Per-user, per-team token budgets and permission boundaries. The ability to block specific request patterns or require approval for sensitive operations.

Data residency. Route requests to specific providers or regions based on the data classification of the prompt content.

Audit trails. Structured logs that answer the regulator's question: what happened, when, with whose data, under what policy.

This is not theoretical. Cyber insurers are now introducing AI Security Riders that condition coverage on documented security practices. Organizations without robust AI risk management may face coverage denials or prohibitive premiums. The insurance market is pricing in the risk that regulators are about to enforce.

Building an AI governance framework is necessary. But governance without observable compliance is a policy document, not a control. The framework defines what should happen. The gateway provides evidence that it did.

For teams evaluating their current AI security posture, the AI risk management process starts with visibility: what models are being called, what data is flowing, and whether your existing controls cover the new attack surfaces that LLM integrations introduce. The security architecture behind that enforcement layer matters, and you can review how SHIM approaches it on our security page.

A compliance checklist for development teams

RequirementRegulationTechnical control
Log all AI interactionsEU AI Act Art. 12Structured request/response logging at the gateway
Disclose AI-generated contentEU AI Act Art. 50Output metadata tagging, watermarking
Enable human overrideEU AI Act Art. 14Approval workflows, kill switches per endpoint
Redact PII before model callsGDPR, HIPAA, CCPAGateway-level PII detection and masking
Track data residencyGDPR, industry-specificRegion-aware routing rules
Document training data provenanceEU AI Act (GPAI)Vendor audit, model card review
Maintain audit trail for insurersCyber insurance ridersImmutable log storage with retention policies
Prepare for state AG inquiriesUS state lawsExportable compliance reports per jurisdiction

The August 2 deadline is six weeks away. The state-level enforcement actions are already happening. The insurance requirements are already in underwriting questionnaires. None of this waits for your compliance roadmap to finish.

Start with what you can observe. If you cannot see what your AI systems are doing, you cannot prove anything to anyone.

Back to all articlesGet Started Free
SHIM

The enterprise-grade AI Gateway for security-conscious teams. Protect your data, govern spend, and account for usage.

Read Documentation→

Product

  • Features
  • Security
  • Pricing
  • Docs

Company

  • About Us
  • Blog
  • Playground
  • Contact Us

© 2026 SHIM Inc. All rights reserved.

SecurityPrivacy PolicyTerms of Service