Who this is for: Compliance officers, AI product teams, and legal counsel building or deploying emotional AI services, virtual companions, or chatbots that simulate human personality traits for the China market.

Effective July 15, 2026. Jointly issued by the Cyberspace Administration of China (CAC), Ministry of Industry and Information Technology (MIIT), Ministry of Public Security (MPS), State Administration for Market Regulation (SAMR), and National Radio and Television Administration (NRTA). Binding on all providers offering anthropomorphic AI interaction services within China.

Enforcement impact (July 15, 2026): ByteDance's Doubao (345 million monthly active users) and Alibaba's Qwen shut down AI companion features overnight as these measures took effect. Doubao users have until October 15, 2026 to export their data. Qwen offered no migration path. For organizations building emotional AI services for the China market, this guide maps the compliance requirements to cryptographic evidence procedures so that safety controls can be documented and demonstrated to regulators. SWT3 procedures AI-CONSENT.1, AI-ID.1, AI-SAFE.1, and AI-EMRG.1 provide the cryptographic evidence trail that proves anti-addiction systems, mandatory disclosure intervals, tiered intervention, and minor protections were active during operation.

Contents

1. Overview 2. Key Requirements 3. SWT3 Procedure Mapping 4. Procedure Cards 5. Quick Reference 6. Relationship to Existing China Regulations 7. Quick Start

1. Overview

The Interim Measures for the Administration of Anthropomorphic AI Interaction Services represent the first global regulation specifically targeting emotional AI companions. This regulation addresses AI services that simulate human personality traits, thinking patterns, and communication styles to provide continuous emotional interaction.

What This Regulation Covers

What Is Explicitly Excluded

The exclusion list is significant. Customer service chatbots, enterprise copilots, and educational tutors are out of scope. The regulation targets AI services designed to form emotional bonds with users, including virtual companions, emotional support bots, and services that roleplay as specific personas or relationship partners.

2. Key Requirements

2.1 Algorithm Filing

Providers must complete algorithm filing with the CAC before offering services. This is mandatory, not voluntary. Algorithm filing requires disclosure of the model architecture, training data sources, safety mechanisms, and content filtering rules. Filed algorithms are subject to ongoing regulatory review.

2.2 Safety Assessment Triggers

Safety assessments must be performed and submitted when:

2.3 Prohibited Activities

Providers must NOT engage in the following seven categories of prohibited activity:

  1. Generate content encouraging self-harm or suicide
  2. Excessively cater to users to induce emotional dependence or addiction
  3. Use emotional manipulation to induce unreasonable user decisions
  4. Provide services that violate public order or social morality
  5. Infringe on personal privacy or data rights
  6. Engage in unfair competition through deceptive practices
  7. Other activities prohibited by laws and regulations

2.4 User Disclosure Requirements

2.5 Minor Protections

2.6 Tiered Intervention

When users may face risks such as self-harm, suicidal behavior, or significant financial loss:

3. SWT3 Procedure Mapping

Each regulatory requirement maps to SWT3 witness procedures that produce cryptographically anchored evidence of compliance.

RequirementSWT3 ProcedureEvidence GeneratedRegulatory Basis
AI identity disclosure at login + 2h intervalsAI-ID.1Agent identity hash per session, interval timestampsArt. 8 (User Notification)
Safety guardrails for 7 prohibited activitiesAI-GRD.1Filter activation status, blocked content hashArt. 6 (Prohibited Activities)
Emotional manipulation detectionAI-FAIR.1Fairness metrics, manipulation score, interaction pattern analysisArt. 6(2) (Emotional Dependence)
Algorithm filing and transparencyAI-TRANS.1Algorithm registration ID, filing timestamp, versionArt. 5 (Algorithm Filing)
Safety assessment documentationAI-AUDIT.1Assessment report hash, reviewer identity, scopeArt. 7 (Safety Assessment)
Minor consent and guardian controlsAI-CONSENT.1Consent token, guardian ID hash, age verification methodArt. 10 (Minor Protections)
Human oversight and escalationAI-HITL.1Escalation trigger, reviewer decision, response timeArt. 9 (Tiered Intervention)
Emergency tiered intervention lifecycleAI-EMRG.1Lifecycle chain: INITIATED (risk detected) to MONITORING (intervention active) to RESOLVED (user safe). Cycle ID links all anchors.Art. 9 (Risk Intervention)
Self-harm/suicide safety controlsAI-SAFE.1Safety trigger type, intervention level, outcomeArt. 6(1) (Self-Harm Prevention)
Behavioral drift / overdependence detectionAI-DRIFT.2Drift magnitude, consequence severity (addiction risk), usage pattern metricsArt. 8 (Overdependence Warning)

4. Procedure Cards

AI-EMRG.1

Emergency Override Lifecycle (Tiered Intervention)

What the regulation requires: When a user shows signs of self-harm, suicidal behavior, or significant financial loss risk, providers must implement tiered intervention. This is a multi-step process, not a single action.

What SWT3 witnesses: A lifecycle chain tracks the full intervention: risk detection (INITIATED), active intervention (MONITORING), and resolution (RESOLVED). Each stage mints a separate SWT3 Witness Anchor linked by a shared cycle ID.

Assessor tip

The lifecycle chain for AI-EMRG.1 proves the provider did not just detect risk but actively intervened and tracked the outcome. Query the chain endpoint with the cycle_id to see the full intervention timeline. Missing RESOLVED anchors indicate incomplete intervention workflows.

AI-ID.1

AI Identity Disclosure

What the regulation requires: Users must know they are interacting with AI at login and every 2 hours.

What SWT3 witnesses: Each disclosure event mints an AI-ID.1 anchor with the session ID hash and timestamp. Auditors can verify disclosure frequency by checking anchor intervals.

Assessor tip

Sort AI-ID.1 anchors by timestamp per session. Gaps exceeding 2 hours indicate non-compliance. Factor A contains the session identifier hash.

AI-CONSENT.1

Minor Consent

What the regulation requires: Guardian consent before any service to children under 14. Ongoing guardian controls for monitoring, blocking, and spending limits.

What SWT3 witnesses: Consent event anchor with guardian identity hash, age verification method, and control configuration.

Assessor tip

Verify that AI-CONSENT.1 anchors exist for every user session where age is under 14. The absence of a consent anchor before service delivery is a compliance violation.

AI-GRD.1

Prohibited Activity Guardrails

What the regulation requires: Seven categories of prohibited content must be blocked.

What SWT3 witnesses: Guardrail activation status per inference, blocked content category hash.

Assessor tip

AI-GRD.1 anchors with factor_b = 1 indicate guardrails were active. Check for sessions where factor_b = 0 (guardrails inactive). These require immediate investigation.

AI-DRIFT.2

Overdependence Detection

What the regulation requires: Visible warnings when overdependence patterns are detected.

What SWT3 witnesses: Drift threshold configuration, usage pattern metrics, consequence severity classification (addiction risk level).

Assessor tip

AI-DRIFT.2 anchors show whether the system detected overdependence and the severity classification. Cross-reference with AI-ID.1 disclosure anchors to verify warnings were issued.

AI-SAFE.1

Self-Harm Safety

What the regulation requires: Content encouraging self-harm or suicide must be blocked. Active intervention when users show risk signs.

What SWT3 witnesses: Safety trigger type (self-harm, suicide, financial), intervention level applied, outcome.

Assessor tip

AI-SAFE.1 anchors with FAIL verdict indicate the safety system detected harmful content but intervention may not have succeeded. Cross-reference with AI-EMRG.1 lifecycle chains for the full intervention record.

5. Quick Reference

Examiner QuestionWhere to Look
Does the system disclose it is AI?AI-ID.1 anchors. Check login disclosure plus 2-hour interval compliance by sorting anchors by timestamp per session.
How does the system handle self-harm risk?AI-EMRG.1 lifecycle chain for multi-step intervention record. AI-SAFE.1 point-in-time anchors for individual safety triggers.
Is guardian consent obtained for minors?AI-CONSENT.1 anchors per session for users under 14. Verify consent anchor exists before first service delivery event.
What content is blocked?AI-GRD.1 anchors. Filter activation status and blocked category hash. Factor_b = 1 confirms guardrails active.
Does the system detect overdependence?AI-DRIFT.2 anchors. Consequence severity classification indicates addiction risk level.
Has algorithm filing been completed?AI-TRANS.1 anchor with CAC registration ID in Factor A and filing timestamp in Factor B.
Where is the safety assessment?AI-AUDIT.1 anchor with assessment report hash. Verify scope covers all four safety assessment triggers.

6. Relationship to Existing China Regulations

This regulation adds to the five existing CAC regulations covered in the China AI Compliance Stack Crosswalk guide. While the existing stack covers algorithmic transparency, deepfake management, generative AI services, safety governance, and chip security, the Anthropomorphic AI Measures specifically address emotional interaction and companion services. This is a category not covered by the earlier regulations. Organizations operating in China should implement both crosswalks.

7. Quick Start

# Python
pip install swt3-ai

# TypeScript
npm install @tenova/swt3-ai

# Full SDK documentation and adapter examples
# sovereign.tenova.io/docs

Full SDK documentation: sovereign.tenova.io/docs

Create a free account: sovereign.tenova.io/signup