ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
DescriptionValue
(arbitrary units)
Difference from baselineInstructions
2
baseline world19.3T
just apply model
3
increase human population growth by 0.5%/year28T8.69T
humanPopulationGrowthPerYear now to(-0.01, 0.05) + 0.005
4
5% more economic growth per year27.3T7.84T
yearlyEconomicGrowth now to(-0.05, 0.1) + 0.05
5
~1% less existential risk per year if possible23.9T4.63T
yearlyProbabilityOfXrisk now truncateLeft(to(0.001, 0.05) - 0.01, 0)
6
halve existential risk per year23.6T4.28T
yearlyProbabilityOfXrisk now to(0.001, 0.05)/2
7
no existential risk33.8T14.5T
yearlyProbabilityOfXrisk now delta(0)
8
1% more economic growth per year21.0T1.46T
yearlyEconomicGrowth now to(-0.05, 0.1) + 0.01
9
one-off doubling of consumption20.8T1.46T
initialYearlyIncomeDistribution now 2 * to(200, 10k)
10
increase human population growth by 0.1%/year20.7T1.39T
humanPopulationGrowthPerYear now to(-0.01, 0.05) + 0.001
11
give $100 (adjusted with growth) to the bottom 5% per year forever20.3T0.99T
initialYearlyIncomeDistribution now mx(truncateRight(to(200, 10k), 200) + 100, truncateLeft(to(200, 10k), 200), [0.05, 0.95] )
12
reduce existential risk per year by 10%20T0.67T
yearlyProbabilityOfXrisk now to(0.001, 0.05)*0.9
13
0.1% more economic growth per year19.6T0.26T
yearlyEconomicGrowth now to(-0.05, 0.1) + 0.001
14
give $100 (adjusted with growth) to the bottom 1% per year forever19.4T0.1T
initialYearlyIncomeDistribution now mx(truncateRight(to(200, 10k), inv(to(200, 10k), 0.01)) + 100, truncateLeft(to(200, 10k), inv(to(200, 10k), 0.01)), [0.01, 0.99] )
15
give $100 to the bottom 5% for the first year as a one-off19.4T0.1T
initialYearlyIncomeDistribution now a function: initialYearlyIncomeDistributionFun(t) = if t<1 then mx(truncateRight(to(200, 10k), inv(to(200, 10k), 0.05)) + 100, truncateLeft(to(200, 10k), inv(to(200, 10k), 0.05)), [0.01, 0.99] ) else to(200, 10k); then change references to it when necessary.
16
0.01% more economic growth per year~baseline~0T
yearlyEconomicGrowth now to(-0.05, 0.1) + 0.0001
17
give $100 to the bottom 1% for the first year as a one-off~baseline~0T
initialYearlyIncomeDistribution now a function: initialYearlyIncomeDistributionFun(t) = if t<1 then mx(truncateRight(to(200, 10k), inv(to(200, 10k), 0.01)) + 100, truncateLeft(to(200, 10k), inv(to(200, 10k), 0.01)), [0.01, 0.99] ) else to(200, 10k); then change references to it when necessary.
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