forked from rohitg00/ai-engineering-from-scratch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquiz.json
More file actions
78 lines (78 loc) · 2.43 KB
/
Copy pathquiz.json
File metadata and controls
78 lines (78 loc) · 2.43 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
{
"lesson": "18-frontier-safety-frameworks-rsp-pf-fsf",
"title": "Frontier Safety Frameworks - RSP, PF, FSF",
"questions": [
{
"stage": "pre",
"question": "What does Anthropic's ASL structure model itself on?",
"options": [
"ITIL incident severities",
"EU AI Act categories",
"Internet RFC tiers",
"Biosafety levels (BSL)"
],
"correct": 3,
"explanation": ""
},
{
"stage": "check",
"question": "Which OpenAI Preparedness Framework v2 criterion captures 'harm occurs fast or cannot be undone'?",
"options": [
"Net-new",
"Instantaneous-or-irremediable",
"Plausible",
"Measurable"
],
"correct": 1,
"explanation": ""
},
{
"stage": "check",
"question": "Which Critical Capability Level was added to DeepMind's FSF v3.0 (September 2025)?",
"options": [
"Harmful Manipulation",
"Cyber Uplift",
"Bioweapon Uplift",
"ML R&D Acceleration"
],
"correct": 0,
"explanation": ""
},
{
"stage": "check",
"question": "What is a 'competitor-adjustment clause' in the 2025+ frontier safety frameworks?",
"options": [
"A provision allowing a lab to reduce safety requirements if peer labs ship without comparable safeguards",
"An export-control exemption",
"A pricing rule for API access",
"A model-card disclosure requirement"
],
"correct": 0,
"explanation": ""
},
{
"stage": "post",
"question": "What are the three standard pillars of a safety case as described in the lesson?",
"options": [
"Speed, accuracy, cost",
"Monitoring, illegibility, incapability",
"Helpful, honest, harmless",
"Inner, outer, mesa"
],
"correct": 1,
"explanation": ""
},
{
"stage": "post",
"question": "Which structural alignment exists across Anthropic's 'Capability Thresholds,' OpenAI's 'High Capability thresholds,' and DeepMind's 'Critical Capability Levels'?",
"options": [
"Structural alignment: tiered frontier-capability thresholds with published evaluation criteria, even though terminology differs",
"None are publicly documented",
"Identical terminology and numeric cutoffs",
"All three use the exact same evaluations"
],
"correct": 0,
"explanation": ""
}
]
}