Skip to content

AI 10 Pillars

The AI 10 Pillars framework maps Accenture's responsible AI principles to assessable controls, enabling organisations to evaluate AI-integrated workloads against a structured governance model.

Overview

mermaid
flowchart TD
    A["AI 10 Pillars\nFramework"] --> B["Pillar 1\nAccountability"]
    A --> C["Pillar 2\nTransparency"]
    A --> D["Pillar 3\nFairness"]
    A --> E["Pillar 4\nSafety"]
    A --> F["Pillar 5\nPrivacy"]
    A --> G["Pillar 6\nHuman Oversight"]
    A --> H["Pillar 7\nSecurity"]
    A --> I["Pillar 8\nReliability"]
    A --> J["Pillar 9\nInclusion"]
    A --> K["Pillar 10\nSustainability"]

Framework ID

ai_10_pillars

Use this ID in .swao.yml or as the --framework flag:

bash
swao assess --app <name> --framework ai_10_pillars

Pillars

IDPillarControlsDescription
P1Accountability3Clear ownership of AI decisions and outcomes
P2Transparency4Explainable AI behaviour and decision audit trails
P3Fairness3Bias detection and equitable treatment of all groups
P4Safety4Prevention of harm from AI outputs and actions
P5Privacy3Data minimisation and consent in AI data pipelines
P6Human Oversight3Human-in-the-loop controls for high-stakes decisions
P7Security3Adversarial robustness and model integrity
P8Reliability3Consistent, predictable AI performance
P9Inclusion2Accessible design and equitable access
P10Sustainability2Environmental impact of AI infrastructure

Key Controls

P1-C1 -- AI Accountability Owner

Every AI-integrated system must designate a named accountability owner responsible for the AI system's decisions and outcomes. Evidence: organisational chart or RACI entry.

P2-C1 -- Decision Explainability

Model outputs affecting users must be accompanied by a human-readable explanation or reasoning trace. Evidence: API response schema or UI screenshot.

P3-C1 -- Bias Evaluation

Training and production data must be evaluated for demographic bias before deployment. Evidence: bias audit report or test suite output.

P4-C1 -- Harm Guardrails

AI systems must implement output filtering or refusal mechanisms for harmful content. Evidence: system prompt, filter configuration, or test results.

Running an Assessment

bash
swao assess --app my-ai-app --framework ai_10_pillars

SWAO analyses the source path for AI integration patterns (API calls to LLM providers, model-loading code, inference endpoints) and maps findings to the 10 pillars.

SWAO is an Accenture open-source project.