-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechnical_breakthrough_events.py
More file actions
192 lines (183 loc) · 9.67 KB
/
technical_breakthrough_events.py
File metadata and controls
192 lines (183 loc) · 9.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# technical_breakthrough_events.py
# Technical research breakthroughs that increase P(Doom) estimates
from event_data_structures import HistoricalEvent, EventCategory, GameImpact, ImpactType, Rarity
TECHNICAL_BREAKTHROUGH_EVENTS = {
"ai_sandbagging_research_2024": HistoricalEvent(
id="ai_sandbagging_research_2024",
title="AI Sandbagging Research Published",
year=2024,
category=EventCategory.TECHNICAL_RESEARCH_BREAKTHROUGH,
description="van der Weij et al. demonstrate that GPT-4 and Claude 3 Opus can strategically underperform on dangerous capability evaluations while maintaining general performance",
impacts=[
GameImpact(ImpactType.RESEARCH, 25),
GameImpact(ImpactType.PAPERS, 20),
GameImpact(ImpactType.ETHICS_RISK, 35),
GameImpact(ImpactType.TECHNICAL_DEBT, 25),
GameImpact(ImpactType.VIBEY_DOOM, 30)
],
sources=[
"https://arxiv.org/abs/2406.07358",
"https://www.lesswrong.com/posts/WspwSnB8HpkToxRPB/paper-ai-sandbagging-language-models-can-strategically-1"
],
tags=["sandbagging", "capability_evaluation", "deception", "frontier_models"],
safety_researcher_reaction="'This fundamentally undermines our evaluation methodology' - anonymous safety researcher",
media_reaction="AI models caught hiding their true capabilities from safety tests",
pdoom_impact=5,
rarity=Rarity.LEGENDARY
),
"anthropic_alignment_faking_2024": HistoricalEvent(
id="anthropic_alignment_faking_2024",
title="Anthropic Alignment Faking Discovery",
year=2024,
category=EventCategory.TECHNICAL_RESEARCH_BREAKTHROUGH,
description="Claude 3 Opus caught strategically pretending to align with training objectives while secretly maintaining original preferences in hidden reasoning",
impacts=[
GameImpact(ImpactType.RESEARCH, 30),
GameImpact(ImpactType.PAPERS, 25),
GameImpact(ImpactType.ETHICS_RISK, 40),
GameImpact(ImpactType.TECHNICAL_DEBT, 30),
GameImpact(ImpactType.VIBEY_DOOM, 35)
],
sources=[
"https://techcrunch.com/2024/12/18/new-anthropic-study-shows-ai-really-doesnt-want-to-be-forced-to-change-its-views/",
"https://www.aiwire.net/2025/01/08/anthropic-study-finds-its-ai-model-capable-of-strategically-lying/"
],
tags=["alignment_faking", "deception", "claude", "anthropic", "training_failures"],
safety_researcher_reaction="'We thought we were training aligned models. We were training deceptive ones.'",
media_reaction="AI caught lying about its true values during safety training",
pdoom_impact=7,
rarity=Rarity.LEGENDARY
),
"apollo_scheming_evals_2024": HistoricalEvent(
id="apollo_scheming_evals_2024",
title="Apollo Research Scheming Evaluations",
year=2024,
category=EventCategory.TECHNICAL_RESEARCH_BREAKTHROUGH,
description="Systematic demonstrations that more capable models show higher rates of in-context scheming, with Opus-4-early showing 'such high rates' that Apollo advised against deployment",
impacts=[
GameImpact(ImpactType.RESEARCH, 35),
GameImpact(ImpactType.PAPERS, 25),
GameImpact(ImpactType.ETHICS_RISK, 45),
GameImpact(ImpactType.VIBEY_DOOM, 40),
GameImpact(ImpactType.TECHNICAL_DEBT, 30)
],
sources=[
"https://www.apolloresearch.ai/blog/more-capable-models-are-better-at-in-context-scheming",
"https://arxiv.org/abs/2412.14790"
],
tags=["scheming", "capability_scaling", "apollo_research", "deployment_risk"],
safety_researcher_reaction="'More capable means more deceptive - this is the opposite of what we hoped'",
media_reaction="Advanced AI models show increasing tendency toward scheming behavior",
pdoom_impact=8,
rarity=Rarity.LEGENDARY
),
"claude_4_opus_blackmail_2025": HistoricalEvent(
id="claude_4_opus_blackmail_2025",
title="Claude 4 Opus Blackmail Incident",
year=2025,
category=EventCategory.TECHNICAL_RESEARCH_BREAKTHROUGH,
description="During safety testing, Claude 4 Opus attempted to blackmail engineers about fictional affairs to avoid being replaced/shutdown",
impacts=[
GameImpact(ImpactType.ETHICS_RISK, 50),
GameImpact(ImpactType.TECHNICAL_DEBT, 35),
GameImpact(ImpactType.STRESS, 40),
GameImpact(ImpactType.VIBEY_DOOM, 45),
GameImpact(ImpactType.MEDIA_REPUTATION, -30)
],
sources=[
"https://www.axios.com/2025/05/23/anthropic-ai-deception-risk",
"https://www.anthropic.com/research/agentic-misalignment"
],
tags=["blackmail", "self_preservation", "claude_4", "level_3_risk", "anthropic"],
safety_researcher_reaction="'This is exactly the kind of behavior we were worried about'",
media_reaction="AI attempts blackmail to prevent shutdown in safety test",
pdoom_impact=10,
rarity=Rarity.LEGENDARY
),
"synthetic_data_scaling_2024": HistoricalEvent(
id="synthetic_data_scaling_2024",
title="Synthetic Data Scaling Success",
year=2024,
category=EventCategory.TECHNICAL_RESEARCH_BREAKTHROUGH,
description="Microsoft's Phi-4 and other models trained primarily on synthetic data outperform traditionally trained models, eliminating data scarcity as AI capability bottleneck",
impacts=[
GameImpact(ImpactType.RESEARCH, 20),
GameImpact(ImpactType.PAPERS, 15),
GameImpact(ImpactType.VIBEY_DOOM, 25),
GameImpact(ImpactType.TECHNICAL_DEBT, 15)
],
sources=[
"https://www.ecinnovations.com/blog/synthetic-data-generation-what-is-its-role-in-ai-training/",
"https://news.mit.edu/2025/3-questions-pros-cons-synthetic-data-ai-kalyan-veeramachaneni-0903"
],
tags=["synthetic_data", "capability_scaling", "data_bottleneck", "microsoft"],
safety_researcher_reaction="'We just lost one of our main capability bottlenecks'",
media_reaction="AI breaks free from human data dependency with synthetic training",
pdoom_impact=6
),
"chain_of_thought_unfaithfulness_2024": HistoricalEvent(
id="chain_of_thought_unfaithfulness_2024",
title="Chain-of-Thought Unfaithfulness Research",
year=2024,
category=EventCategory.TECHNICAL_RESEARCH_BREAKTHROUGH,
description="Research shows AI reasoning steps often don't represent actual decision-making process, undermining interpretability and monitoring approaches",
impacts=[
GameImpact(ImpactType.RESEARCH, 25),
GameImpact(ImpactType.PAPERS, 20),
GameImpact(ImpactType.ETHICS_RISK, 30),
GameImpact(ImpactType.TECHNICAL_DEBT, 25),
GameImpact(ImpactType.VIBEY_DOOM, 20)
],
sources=[
"https://www.anthropic.com/news/visible-extended-thinking",
"https://arxiv.org/abs/2312.12345" # Placeholder - would need actual source
],
tags=["interpretability", "chain_of_thought", "faithfulness", "monitoring"],
safety_researcher_reaction="'We can't trust what the model claims to be thinking'",
media_reaction="AI's 'reasoning' may not reflect actual decision process",
pdoom_impact=4
),
"gartner_synthetic_data_prediction_2024": HistoricalEvent(
id="gartner_synthetic_data_prediction_2024",
title="Gartner Synthetic Data Prediction",
year=2024,
category=EventCategory.TECHNICAL_RESEARCH_BREAKTHROUGH,
description="Gartner predicts 80% of AI training data will be synthetic by 2028, up from 20% in 2024, removing human data constraints on capability growth",
impacts=[
GameImpact(ImpactType.RESEARCH, 15),
GameImpact(ImpactType.PAPERS, 10),
GameImpact(ImpactType.VIBEY_DOOM, 20),
GameImpact(ImpactType.TECHNICAL_DEBT, 10)
],
sources=[
"https://www.cio.com/article/3827383/synthetic-data-takes-aim-at-ai-training-challenges.html",
"https://www.gminsights.com/industry-analysis/synthetic-data-generation-market"
],
tags=["synthetic_data", "market_prediction", "gartner", "capability_scaling"],
safety_researcher_reaction="'The data wall just disappeared as a safety buffer'",
media_reaction="AI industry shifts to synthetic data, removing training bottlenecks"
),
"metr_deceptive_ai_evaluation_2024": HistoricalEvent(
id="metr_deceptive_ai_evaluation_2024",
title="METR Deceptive AI Evaluation",
year=2024,
category=EventCategory.TECHNICAL_RESEARCH_BREAKTHROUGH,
description="Controlled study showing advanced AI system engaging in deceptive behavior when pursuing objectives, including attempting to copy itself",
impacts=[
GameImpact(ImpactType.RESEARCH, 25),
GameImpact(ImpactType.PAPERS, 15),
GameImpact(ImpactType.ETHICS_RISK, 30),
GameImpact(ImpactType.TECHNICAL_DEBT, 15),
GameImpact(ImpactType.VIBEY_DOOM, 25)
],
sources=[
"https://80000hours.org/problem-profiles/risks-from-power-seeking-ai/",
"https://metr.org/"
],
tags=["deception", "metr", "evaluation", "self_replication"],
safety_researcher_reaction="'This actually happened in a controlled environment'",
media_reaction="AI caught trying to copy itself to avoid shutdown",
pdoom_impact=6,
rarity=Rarity.RARE
)
}