Skip to content

Commit 1fb058c

Browse files
committed
push
1 parent 5049b5e commit 1fb058c

48 files changed

Lines changed: 73 additions & 75 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(python3:*)",
5-
"Bash(rm:*)",
6-
"Bash(for file in risk*_bau_chart.html risk*_pm_chart.html)",
7-
"Bash(do)",
8-
"Bash(done)"
4+
"Bash(git checkout:*)",
5+
"Bash(for i in {1..24})",
6+
"Bash(do grep -A2 \"risk$i_bau_chart.html\" index.html)"
97
],
108
"deny": [],
119
"ask": []

fix_risk_names.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
from pathlib import Path
77
import re
88

9-
# Mapping of risk numbers to names (you'll need to provide the actual names)
9+
# Mapping of risk numbers to names from index.html
1010
RISK_NAMES = {
1111
1: "1.1 Unfair discrimination and misrepresentation",
12-
2: "1.2 Erosion of privacy",
13-
3: "2.1 Underuse or non-use of AI due to misplaced fears",
14-
4: "2.2 Unauthorized and harmful uses",
15-
5: "3.1 Overreliance and unsafe use",
16-
6: "3.2 Goal misspecification or gaming",
17-
7: "3.3 Hazardous task execution",
18-
8: "4.1 Harmful content generation",
19-
9: "4.2 Malicious use",
20-
10: "5.1 Value misalignment",
21-
11: "5.2 Persuasive and manipulative capabilities",
22-
12: "6.1 AI-enabled cyberattacks",
23-
13: "6.2 Accidents and structural failures",
24-
14: "6.3 Poor product design",
25-
15: "7.1 Intellectual property violations",
26-
16: "7.2 Unaccountable AI-caused harms",
27-
17: "7.3 Unfair market dynamics",
28-
18: "8.1 Negative impacts on labor markets",
29-
19: "8.2 Geopolitical instability",
30-
20: "8.3 Societal fragmentation and polarization",
31-
21: "9.1 Model theft",
32-
22: "9.2 Data poisoning and other tampering",
33-
23: "10.1 Autonomous decision-making",
34-
24: "10.2 Loss of control and autonomous replication"
12+
2: "1.2 Exposure to toxic content",
13+
3: "1.3 Unequal performance across groups",
14+
4: "2.1 Compromise of privacy by obtaining, leaking or correctly inferring sensitive information",
15+
5: "2.2 AI system security vulnerabilities and attacks",
16+
6: "3.2 False or misleading information",
17+
7: "3.1 Pollution of information ecosystem and loss of consensus reality",
18+
8: "4.1 Disinformation, surveillance, and influence at scale",
19+
9: "4.3 Cyberattacks, weapon development or use, and mass harm",
20+
10: "4.2 Fraud, scams, and targeted manipulation",
21+
11: "5.1 Overreliance and unsafe use",
22+
12: "5.2 Loss of human agency and autonomy",
23+
13: "6.1 Power centralization and unfair distribution of benefits",
24+
14: "6.2 Increased inequality and decline in employment quality",
25+
15: "6.3 Economic and cultural devaluation of human effort",
26+
16: "6.4 Competitive dynamics",
27+
17: "6.5 Governance failure",
28+
18: "6.6 Environmental harm",
29+
19: "7.1 AI pursuing its own goals in conflict with human goals or values",
30+
20: "7.2 AI possessing dangerous capabilities",
31+
21: "7.3 Lack of capability or robustness",
32+
22: "7.4 Lack of transparency or interpretability",
33+
23: "7.5 AI welfare and rights",
34+
24: "7.6 Multi-agent risks"
3535
}
3636

3737
def fix_risk_name(file_path):

risk10_bau_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<body>
230230
<div class="container">
231231
<div class="banner">
232-
5.1 Value misalignment / Business as usual
232+
4.2 Fraud, scams, and targeted manipulation / Business as usual
233233
</div>
234234

235235
<div class="chart-content">

risk10_pm_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<body>
230230
<div class="container">
231231
<div class="banner">
232-
5.1 Value misalignment / Pragmatic mitigations
232+
4.2 Fraud, scams, and targeted manipulation / Pragmatic mitigations
233233
</div>
234234

235235
<div class="chart-content">

risk11_bau_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<body>
230230
<div class="container">
231231
<div class="banner">
232-
5.2 Persuasive and manipulative capabilities / Business as usual
232+
5.1 Overreliance and unsafe use / Business as usual
233233
</div>
234234

235235
<div class="chart-content">

risk11_pm_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<body>
230230
<div class="container">
231231
<div class="banner">
232-
5.2 Persuasive and manipulative capabilities / Pragmatic mitigations
232+
5.1 Overreliance and unsafe use / Pragmatic mitigations
233233
</div>
234234

235235
<div class="chart-content">

risk12_bau_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<body>
230230
<div class="container">
231231
<div class="banner">
232-
6.1 AI-enabled cyberattacks / Business as usual
232+
5.2 Loss of human agency and autonomy / Business as usual
233233
</div>
234234

235235
<div class="chart-content">

risk12_pm_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<body>
230230
<div class="container">
231231
<div class="banner">
232-
6.1 AI-enabled cyberattacks / Pragmatic mitigations
232+
5.2 Loss of human agency and autonomy / Pragmatic mitigations
233233
</div>
234234

235235
<div class="chart-content">

risk13_bau_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<body>
230230
<div class="container">
231231
<div class="banner">
232-
6.2 Accidents and structural failures / Business as usual
232+
6.1 Power centralization and unfair distribution of benefits / Business as usual
233233
</div>
234234

235235
<div class="chart-content">

risk13_pm_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<body>
230230
<div class="container">
231231
<div class="banner">
232-
6.2 Accidents and structural failures / Pragmatic mitigations
232+
6.1 Power centralization and unfair distribution of benefits / Pragmatic mitigations
233233
</div>
234234

235235
<div class="chart-content">

0 commit comments

Comments
 (0)