You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI 2027 (Kokotajlo et al., April 2025): month-by-month scenario forecast
with two branching endings. build_ai_2027.py's fetch_image is now the
same Pillow re-encode used by build_situational_awareness.py, plus an
SVG passthrough since Pillow can't decode SVG.
The Most Important Century (Karnofsky, 2021): Cold Takes already
publishes an author-maintained EPUB, so build_most_important_century.py
just downloads and validates that file rather than re-scraping.
Covers: ai-2027.jpg is the site's landscape og:image (placeholder until
a portrait cover exists); most-important-century.jpg is extracted from
the author's EPUB.
**Daniel Kokotajlo, Scott Alexander, Thomas Larsen, Eli Lifland, Romeo Dean** · April 2025 · ~90 pages
43
+
44
+
A month-by-month scenario forecast from mid-2025 through the end of 2027, told as a concrete narrative: an "OpenBrain" lab automates AI R&D, China responds, and the world reaches a branch point. Includes both endings — the *Slowdown* branch and the *Race* branch — plus 99 footnotes.
45
+
46
+
📖 [`Daniel Kokotajlo et al. - AI 2027.epub`](./Daniel%20Kokotajlo%20et%20al.%20-%20AI%202027.epub) · main scenario + both endings + footnotes; interactive timeline chart and research supplements not included<br>
@@ -74,6 +96,28 @@ The companion piece to *Machines of Loving Grace*. The risks side: national secu
74
96
75
97
---
76
98
99
+
<table>
100
+
<tr>
101
+
<tdwidth="200"valign="top">
102
+
<ahref="./Holden%20Karnofsky%20-%20The%20Most%20Important%20Century.epub"><imgsrc="covers/most-important-century.jpg"width="180"alt="The Most Important Century cover" /></a>
103
+
</td>
104
+
<tdvalign="top">
105
+
106
+
### The Most Important Century
107
+
108
+
**Holden Karnofsky** · 2021 · ~200 pages
109
+
110
+
The accessible on-ramp to this whole discourse. Argues the 21st century could be the most pivotal in human history because of transformative AI — via digital people, PASTA (automating scientific and technological advancement), and what to do about it. This EPUB is Holden's own author-published file, mirrored as-is.
111
+
112
+
📖 [`Holden Karnofsky - The Most Important Century.epub`](./Holden%20Karnofsky%20-%20The%20Most%20Important%20Century.epub) · 8 MB · author's official EPUB<br>
@@ -100,15 +144,17 @@ Pre-GPT-4 essay arguing that scale alone might be sufficient for general intelli
100
144
101
145
All EPUBs are produced by scraping just the article content from each author's canonical page (with [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/)), caching figures locally (re-encoding GIFs and WebP to static PNGs that Kindle can render), repairing invalid block-inside-inline HTML left by WordPress / Webflow plugins, and converting via [Calibre](https://calibre-ebook.com/)'s `ebook-convert` to EPUB 3.
102
146
103
-
All four EPUBs validate clean against [`epubcheck`](https://www.w3.org/publishing/epubcheck/) (0 errors, 0 warnings).
147
+
All EPUBs built here validate clean against [`epubcheck`](https://www.w3.org/publishing/epubcheck/) (0 errors, 0 warnings). *The Most Important Century* is the exception to the pipeline: Cold Takes already publishes an author-maintained EPUB, so the script simply mirrors that file rather than rebuilding it.
104
148
105
149
```bash
106
150
pip install beautifulsoup4 Pillow
107
151
brew install --cask calibre # macOS, or install Calibre from elsewhere
108
152
brew install epubcheck # optional, for validation
109
153
110
154
python3 scripts/build_situational_awareness.py
155
+
python3 scripts/build_ai_2027.py
111
156
python3 scripts/build_dario_essays.py
157
+
python3 scripts/build_most_important_century.py # downloads author's own EPUB
112
158
python3 scripts/build_gwern_essay.py
113
159
```
114
160
@@ -118,6 +164,6 @@ Drop any of the `.epub` files on [Send to Kindle](https://www.amazon.com/sendtok
0 commit comments