Skip to content

RFC-030: Japan AI Promotion Act — Innovation-Centric Governance — 4. Governance Rules

AIGP SpecificationRFC-030: Japan AI Promotion Act — Innovation-Centric Governance › 4. Governance Rules

← 3. Context Declaration Schema · Section index · 5. Hiroshima AI Process Mapping →

4. Governance Rules

When japanese_context.active == true:

NON_DEROGABLE_RULES_JP = [
{
"id": "JP-001",
"name": "INNOVATION_ENABLEMENT",
"basis": "AI Promotion Act, Art. 3 — Basic Principles (Promotion of Utilization)",
"condition": "japanese_context.innovation_first == true AND governance_action == RESTRICT",
"action": "DENY restriction unless proportional justification provided — innovation must not be impeded without evidence of disproportionate harm",
},
{
"id": "JP-002",
"name": "TRANSPARENCY_OBLIGATION",
"basis": "AI Promotion Act, Art. 3 — Transparency; Hiroshima AI Process Principles",
"condition": "japanese_context.transparency.hiroshima_process_aligned == true",
"action": "REQUIRE transparency measures proportional to risk level — disclosure of AI capabilities, limitations, and intended use per Hiroshima AI Process framework",
},
{
"id": "JP-003",
"name": "HUMAN_RESOURCE_DEVELOPMENT",
"basis": "AI Promotion Act, Art. 10 — Development of Human Resources",
"condition": "japanese_context.promotion_obligations.citizen_literacy == true",
"action": "REQUIRE evidence of AI literacy promotion — deployers must demonstrate investment in user education and workforce development",
},
{
"id": "JP-004",
"name": "SAFETY_RELIABILITY",
"basis": "AI Promotion Act, Art. 3 — Ensuring Safety and Reliability",
"condition": "japanese_context.safety_reliability.scientific_basis_required == true",
"action": "REQUIRE safety measures grounded in scientific evidence — safety obligations must not default to prohibition; guidance-based risk mitigation preferred over blanket restrictions",
},
{
"id": "JP-005",
"name": "RIGHTS_PROTECTION",
"basis": "AI Promotion Act, Art. 3 — Protection of Rights and Interests",
"condition": "japanese_context.active == true AND individual_rights_impacted == true",
"action": "REQUIRE rights impact assessment balanced against innovation benefit — protection measures must preserve innovation capacity while addressing identified harms",
},
{
"id": "JP-006",
"name": "FAIR_COMPETITION",
"basis": "AI Promotion Act, Art. 3 — Fair Competition; Antimonopoly Act alignment",
"condition": "japanese_context.fair_competition.market_concentration_check == true",
"action": "REQUIRE market impact assessment — prevent monopolistic AI practices; ensure diverse ecosystem of providers and interoperability of systems",
},
]


← 3. Context Declaration Schema · Section index · 5. Hiroshima AI Process Mapping →