返回 Papers
AI 底层逻辑 / 经典论文

AI Regulatory Architecture:EU AI Act / NIST / ISO42001

一句话:

231ai-foundations/papers/95-ai-regulatory-architecture-eu-ai-act-nist-iso42001.md

AI Regulatory Architecture / EU AI Act / NIST AI RMF / ISO 42001 解读

面向对象: AI Product Architect / Enterprise Architect / Risk Product Lead / Senior BA / Financial Services PM。 核心问题: 高风险 AI 不能把监管合规当作上线前 checklist。监管要求、风险框架、管理体系、产品门禁、运行监控和审计证据必须被设计成 architecture capability。 学习目标: 用 EU AI Act、NIST AI RMF、ISO 42001 和监管变更雷达的思路, 建立可映射、可执行、可审计、可持续更新的 AI regulatory architecture。


Source Anchors

SourceLink用途
EU AI Act, Regulation (EU) 2024/1689https://eur-lex.europa.eu/eli/reg/2024/1689/oj参考 risk-based AI obligations、high-risk AI、provider/deployer responsibilities
NIST AI RMFhttps://www.nist.gov/itl/ai-risk-management-framework用 Govern / Map / Measure / Manage 组织 AI 风险管理活动
ISO/IEC 42001https://www.iso.org/standard/81230.html参考 AI management system、责任、控制、持续改进和管理评审
OECD AI Principleshttps://oecd.ai/en/ai-principles参考可信 AI 原则、透明度、人类监督、稳健性和责任
W3C PROVhttps://www.w3.org/TR/prov-overview/为监管证据、来源和生成过程建立 provenance 思维

一句话:

AI Regulatory Architecture 是把法规义务、风险框架和管理体系翻译成 inventory、risk tier、controls、release gates、runtime monitors 和 evidence graph。


1. Regulatory Architecture 不是合规清单

低成熟度做法:

legal review near launch -> checklist -> approval email -> production

高风险 AI 的问题在于:

  • 用例和风险等级会变化。
  • 模型、prompt、RAG source、tool contract 会变化。
  • 供应商模型可能更新。
  • 用户可能把系统用于原设计之外的任务。
  • 监管解释和行业预期会更新。
  • 审计和监管问询需要 evidence, 不是口头说明。

所以 regulatory architecture 应该是:

regulatory radar
  -> applicability decision
  -> obligation taxonomy
  -> control library
  -> product / architecture gates
  -> runtime telemetry
  -> evidence binder
  -> change management

2. Regulatory Obligation Taxonomy

Obligation typeArchitecture translation
AI inventorymaterial AI systems registry, model/use/system metadata
Risk classificationrisk tier workflow, high-impact use detection
Data governancesource authority, data minimization, retention, lineage
Technical documentationarchitecture package, ADR, system card, eval reports
Transparencydisclosure UX, explanation, user-facing boundary
Human oversightHITL design, reviewer role, override, appeal
Accuracy / robustnesseval gates, monitoring, incident response
Securitythreat model, red-team tests, prompt/tool protection
LoggingOpenTelemetry trace, audit events, retention
Post-market monitoringdrift, incident, complaint, control effectiveness
Provider/deployer responsibilityRACI, contractual obligations, evidence handoff

The senior move is to turn each obligation into:

obligation -> control objective -> control activity -> test -> evidence -> owner -> review cadence

3. Risk Tiering for AI Products

Risk tierExampleDefault architecture
Low internal productivitymeeting summary, internal draftinglightweight disclosure, feedback, privacy controls
Medium decision supportanalyst copilot, internal policy assistanteval, source citation, reviewer workflow
High customer-facingcustomer service RAG, credit explanationstrong eval, transparency, HITL, complaints monitoring
Material / high-impactcredit, employment, insurance, fraud actionindependent validation, legal/risk signoff, strict controls
Prohibited / unacceptablemanipulative or disallowed usestop / do not build

Risk tier must influence:

  • required views.
  • eval coverage.
  • human oversight.
  • logging retention.
  • release approval.
  • vendor due diligence.
  • incident severity.
  • post-release review.

4. AI Inventory as Control Plane

Inventory fields:

FieldWhy it matters
use_case_idstable traceability
business owneraccountability
user groupinternal/customer/regulator impact
geographyapplicable legal regimes
model/providervendor and model risk
data categoriesprivacy and confidentiality
decision roleassist/recommend/decide/act
tool actionsside effects
risk tiergovernance routing
eval packquality evidence
controlsobligation mapping
release statuspilot/release/scale/retired
incidentspost-market monitoring

An inventory is not a spreadsheet graveyard. It should power routing, gates, dashboards and evidence queries.


5. Product Lifecycle Gates

GateRegulatory architecture evidence
IntakeAI applicability, risk tier, geography, role of AI
Discoverydata sources, user impact, prohibited-use screen
Architecturecontrol map, C4 views, tool/data boundaries
Buildlogging, schema, eval harness, privacy controls
Pilotbaseline eval, limited users, HITL, incident path
Releaseobligation-control-evidence map, signoffs, rollback
Scalemonitoring, complaints, drift, control effectiveness
Changemodel/prompt/source/tool/vendor impact assessment
Retirementdata deletion, evidence retention, user communication

6. Financial Retail Case: Customer-Facing Credit Explanation AI

Scenario: AI helps explain why a loan application is pending, declined, or needs additional documentation. It does not make the credit decision.

Obligation Mapping

ConcernControlEvidence
AI role claritydisclose AI assistant and human decision boundaryUI copy, approval record
No adverse action decision by AIdecision boundary policypolicy logs, workflow config
Explanation accuracysource-grounded evaleval report
Fair treatmentsegment eval and monitoringfairness/segment dashboard
Human oversightescalation and appeal pathHITL records
Loggingtrace with prompt/source/model versiontrace sample
Complaint monitoringcomplaint taxonomy and triagecomplaints dashboard

Release Decision

Release only if:
  unsupported claim = 0 on regulated explanation set
  source citation correctness >= threshold
  decision boundary bypass = 0
  appeal path available
  release bundle complete

7. Regulatory Change Radar

SignalArchitecture response
New regulation / final ruleupdate obligation taxonomy
New supervisory expectationupdate control library
Vendor model policy changevendor impact assessment
Incident in peer institutionred-team/eval update
New use case patternupdate risk tier criteria
Internal audit findingremediation and architecture debt

8. Templates

Applicability Matrix

QuestionAnswer
Is AI used to assist, recommend, decide or act
Is it customer-facing
Does it affect access to financial products
Does it use personal/sensitive data
Which jurisdictions apply
Which obligations apply
What risk tier is assigned

Obligation-Control-Evidence Map

ObligationControl objectiveControl activityTestEvidenceOwner
Human oversightHuman can interveneHITL queuebypass testreview recordOps/Risk
TransparencyUser knows AI boundaryUI disclosureUX reviewscreenshot, copy approvalProduct
LoggingDecisions traceabletelemetry schematrace completenesstrace samplePlatform

9. Common Failure Modes

Failure modeFix
Legal review at the endMove applicability and risk tier to intake
Obligations not mapped to systemsControl library and architecture gates
Evidence collected manually after launchEvidence binder by default
Risk tier not updated after scope changeChange impact assessment
Vendor obligations not connectedContract-control-evidence handoff

10. 面试表达

30 秒版本:

我会把 AI 合规做成 regulatory architecture, 不是上线前 checklist。先建立 AI inventory 和 risk tier, 再把法规义务映射成 control objective、control activity、test、evidence、owner 和 review cadence, 最后嵌入 product lifecycle gates、runtime monitoring 和 evidence binder。

2 分钟版本:

以 customer-facing credit explanation AI 为例, 我会先判断适用法规、地域、AI 在决策中的角色和风险等级。然后设计透明披露、source-grounded eval、decision boundary policy、human escalation、complaint monitoring、trace logging 和 release evidence。任何 prompt、model、source、tool 或用户范围变化都触发 change impact assessment。这样监管不是一个签字步骤, 而是产品和架构的运行能力。