Module 6: Industry Standards and Frameworks

The IEEE 7000 series

Description

The IEEE 7000 series is a set of standards for ethical considerations in autonomous systems. Less practical than the NIST AI RMF for day-to-day implementation, but valuable as vocabulary and as a reference when you talk to stakeholders about ethics.

For AI engineers, the most relevant is IEEE 7000-2021 (Model Process for Addressing Ethical Concerns During System Design). We'll go as deep as necessary on that one and reference the others.

By the end you'll be able to:

  • Know the main standards in the IEEE 7000 series
  • Apply the IEEE 7000 process to build ethics into the design phase
  • Distinguish when IEEE complements the NIST AI RMF

The standards in the series

StandardTitleStatusRelevance
IEEE 7000-2021Model Process for Addressing Ethical Concerns During System DesignPublishedHigh
IEEE 7001-2021Transparency of Autonomous SystemsPublishedMedium
IEEE 7002-2022Data Privacy ProcessPublishedMedium
IEEE 7003Algorithmic Bias ConsiderationsDraftMedium
IEEE 7004Standard for Child and Student Data GovernanceDraftNiche
IEEE 7005Standard for Transparent Employer Data GovernanceDraftNiche
IEEE 7006Standard for Personal Data AI Agent Working GroupDraftHigh (emerging)
IEEE 7007-2021Ontological Standard for Ethically Driven Robotics and Automation SystemsPublishedNiche
IEEE 7008-2024Standard for Ethically Driven Nudging for Robotic, Intelligent and Autonomous SystemsPublishedNiche
IEEE 7009Standard for Fail-Safe Design of Autonomous and Semi-Autonomous SystemsDraftMedium
IEEE 7010-2020Recommended Practice for Assessing the Impact of Autonomous and Intelligent Systems on Human Well-BeingPublishedHigh

For typical AI engineering: focus on 7000, 7001, 7002, 7003 and 7010.


IEEE 7000-2021: The Model Process

The process in 4 phases

Phase 1: Establishing the context

  • Identify the stakeholders
  • Define the system in its context
  • Identify the relevant values (cultural, organizational)

Phase 2: Value identification

  • Stakeholders articulate their values
  • Value conflicts are resolved explicitly
  • Values are documented in the design specifications

Phase 3: Implementation

  • Values are translated into technical requirements
  • Design decisions trace back to values
  • Trade-offs are documented

Phase 4: Monitoring

  • Verify that the system genuinely upholds the declared values
  • Periodic re-evaluation
  • Update when the values change

Comparison with the NIST AI RMF

AspectIEEE 7000NIST AI RMF
FocusValues-driven designRisk management
PhasePrimarily design-timeAll phases, including operation
MethodologyProcess-orientedFunction-oriented
OutputValue-design traceabilityA risk register + mitigations
Practical implementationConceptualMore concrete

When to use IEEE 7000: during the design phase, to make sure ethics are built in from the start. When to use the NIST AI RMF: throughout the lifecycle, for risk management.

Use both: they complement each other.


IEEE 7001: Transparency

Goal: define what transparency means for autonomous systems.

For AI engineers, the key part: 5 levels of transparency:

  1. Level 1: Disclosure that AI is involved
  2. Level 2: Information about the AI's purpose
  3. Level 3: The decision rationale
  4. Level 4: Operational details
  5. Level 5: Full data and algorithm access

For the Knowledge Assistant:

  • Level 1: ✅ "This is an AI assistant"
  • Level 2: ✅ The purpose is stated in onboarding
  • Level 3: ✅ Citations + rationale provided
  • Level 4: ⚠️ Operational details for admin users only
  • Level 5: ❌ Not provided (and rarely required)

IEEE 7002: Data Privacy Process

It complements GDPR with a process-oriented approach. If you already implement GDPR rigorously, IEEE 7002 is validation, not new work.


IEEE 7003: Algorithmic Bias

It addresses bias considerations. There's a lot of overlap with M2 of this path. If you followed M2, you already implement IEEE 7003 in spirit.

The key principle of IEEE 7003: bias mitigation from the start, not as an afterthought.


IEEE 7010: Impact Assessment on Human Well-Being

Frameworks for evaluating broader societal impact:

  • Mental health
  • Physical safety
  • Financial security
  • Social relationships
  • Civic engagement

For AI assistants: probably OK, but for AI with broader societal reach (social media algorithms, content moderation), it's critical.


Practical application: an ethics-by-design workflow

Combining IEEE 7000 with your process:

1. Project kick-off:
   - Identify the stakeholders (users, indirectly affected, society)
   - Run a workshop to identify the values (privacy, fairness, transparency, etc.)
   - Document the values in the spec

2. Architecture phase:
   - For each design decision, trace it to a value
   - E.g.: "Multi-tenant isolation" traces to "privacy + fairness"
   - E.g.: "Citations" traces to "transparency + explainability"

3. Development:
   - Each feature is reviewed against the value requirements
   - Trade-offs are documented (e.g., latency vs. explainability)

4. Pre-launch:
   - Validate that the values are embodied
   - User testing for value alignment

5. Post-launch:
   - Monitor for value drift
   - Periodic re-evaluation
   - Iterate

Common traps

Trap 1 — IEEE as a replacement for NIST. No. IEEE is a complement. The NIST AI RMF is far more practical for day-to-day risk management.

Trap 2 — Treating standards as a marketing badge. "We follow IEEE 7000!" without really applying it. Substance > badge.

Trap 3 — IEEE as bureaucratic overhead. If you implement IEEE 7000 with the weight of enterprise compliance, you'll be frustrated. Adapt it to your scale.

Trap 4 — Ignoring emerging standards. IEEE 7006 (Personal Data AI Agent) is emerging. Watch its evolution.


Exercise

For your system:

  1. What level of IEEE 7001 transparency does it currently provide?
  2. Which values are fundamental (3-5)?
  3. Trace 3-5 design decisions to values
  4. Is an IEEE 7010 well-being assessment applicable?
See the solution

Transparency level: 3 (the decision rationale is provided via citations). Level 4 only for admin users.

Fundamental values:

  • Privacy (tenant isolation, GDPR)
  • Fairness (no bias against demographic groups)
  • Transparency (citations, explainability)
  • Accuracy (faithfulness, no hallucinations)
  • User autonomy (the right to human review)

Design decisions traced:

  • Multi-tenant DB filtering → Privacy
  • Citations in every response → Transparency
  • The bias audit toolkit → Fairness
  • Human-in-the-loop for high-impact decisions → User autonomy
  • The LLM grounded in retrieved docs → Accuracy

Is IEEE 7010 applicable?:

  • Direct impact: minor (a productivity tool, low-risk decisions)
  • Societal: medium (broader employment patterns)
  • Not critical for assessment unless you scale significantly or expand into high-stakes domains

Summary

You learned:

  • ✅ An overview of the IEEE 7000 series with the relevance of each standard
  • ✅ IEEE 7000-2021's 4-phase process
  • ✅ IEEE 7001's transparency levels
  • ✅ When IEEE complements NIST
  • ✅ The ethics-by-design workflow

Checkpoint: if you identify your values + trace design decisions to them, IEEE is integrated.


Next capsule

07 — ISO 42001: AI Management System. The most enterprise-oriented standard, but important to understand for when a client asks for it in an RFP.


Resources

  1. IEEE 7000 standards — official.
  2. IEEE 7000-2021 published.
  3. Value-Sensitive Design — the research foundation.
  4. IEEE Ethics in Action.