Skip to content

Commit 0ab739c

Browse files
committed
Fix outdated repository names and tighten accountability README
1 parent 827a9b9 commit 0ab739c

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ and mapping to NIST AI RMF and EU AI Act requirements.
1313
## What Is AI Accountability?
1414

1515
AI accountability means that individuals and organizations can be held responsible
16-
for the outcomes of AI systems that there are clear lines of ownership, transparent
16+
for the outcomes of AI systems, that there are clear lines of ownership, transparent
1717
decision processes, and mechanisms for redress when things go wrong.
1818

19-
The NIST AI RMF defines accountability as one of seven characteristics of trustworthy AI:
20-
> *"AI actors should be accountable for the development, deployment, and impacts of AI
21-
> systems, including supporting human oversight."*
19+
The NIST AI RMF defines accountability as one of the characteristics of trustworthy AI.
2220

2321
---
2422

@@ -30,7 +28,7 @@ The NIST AI RMF defines accountability as one of seven characteristics of trustw
3028
|---|---|---|
3129
| **Model Inventory** | No central registry of AI systems in production | Maintain a versioned, owner-assigned inventory of all deployed models |
3230
| **Ownership Assignment** | Unclear who is responsible when an AI system fails | Assign a named technical owner and business owner to every AI system |
33-
| **AI Policy Cascade** | Governance policies not reaching practitioners | Publish policy as code embed governance rules in CI/CD pipelines |
31+
| **AI Policy Cascade** | Governance policies not reaching practitioners | Publish policy as code and embed governance rules in CI/CD pipelines |
3432
| **Governance Gate** | AI systems deployed without appropriate review | Require signed-off checklists at defined lifecycle milestones |
3533

3634
### Transparency Patterns
@@ -49,15 +47,15 @@ The NIST AI RMF defines accountability as one of seven characteristics of trustw
4947
| **Human-in-the-Loop Gate** | High-stakes decisions made autonomously | Require human review before action for decisions above a risk threshold |
5048
| **Override Mechanism** | Operators cannot override erroneous AI decisions | Implement a documented, audited override pathway with reason capture |
5149
| **Escalation Ladder** | Edge cases fall through without review | Define a tiered escalation path for low-confidence or novel inputs |
52-
| **Sunset Clause** | Models remain in production past their useful life | Set mandatory model review dates; require affirmative renewal to continue |
50+
| **Sunset Clause** | Models remain in production past their useful life | Set mandatory model review dates and require affirmative renewal to continue |
5351

5452
### Redress Patterns
5553

5654
| Pattern | Problem | Solution |
5755
|---|---|---|
5856
| **Adverse Action Explanation** | Affected individuals cannot understand why they were denied | Generate plain-language explanations with specific contributing factors |
5957
| **Appeal Pathway** | No mechanism for contesting AI decisions | Implement a formal appeal process with human review and documented outcomes |
60-
| **Impact Audit** | Unknown whether AI system is causing disproportionate harm | Conduct regular disparate impact audits by protected characteristics |
58+
| **Impact Audit** | Unknown whether an AI system is causing disproportionate harm | Conduct regular disparate impact audits by protected characteristics |
6159

6260
---
6361

@@ -72,10 +70,10 @@ pattern to NIST AI RMF functions and subcategories.
7270

7371
| Repository | Purpose |
7472
|---|---|
75-
| [enterprise-ai-governance-playbook](https://github.com/simaba/governance-playbook) | End-to-end governance playbook |
76-
| [ai-release-readiness-checklist](https://github.com/simaba/release-checklist) | Release gate framework + CLI |
77-
| [ai-risk-taxonomy](https://github.com/simaba/ai-risk-taxonomy) | Structured AI risk taxonomy |
78-
| [nist-ai-rmf-implementation-guide](https://github.com/simaba/nist-rmf-guide) | NIST AI RMF practitioner guide |
79-
| [awesome-ai-governance](https://github.com/simaba/ai-prism) | Curated governance resources |
73+
| [governance-playbook](https://github.com/simaba/governance-playbook) | End-to-end governance playbook |
74+
| [release-checklist](https://github.com/simaba/release-checklist) | Release gate framework and CLI |
75+
| [release-governance](https://github.com/simaba/release-governance) | Lifecycle governance for AI releases |
76+
| [nist-rmf-guide](https://github.com/simaba/nist-rmf-guide) | NIST AI RMF practitioner guide |
77+
| [ai-prism](https://github.com/simaba/ai-prism) | Curated governance resources |
8078

8179
*Maintained by [Sima Bagheri](https://github.com/simaba) · Connect on [LinkedIn](https://www.linkedin.com/in/simaba/)*

0 commit comments

Comments
 (0)