---
cursor:
  subagentId: "bc-5e1c8909-4128-5e51-b36e-78d16aea9a41"
---

# How the Thiel sources were obtained

Working note for `docs/research/thiel-ideas.md` and `docs/sources/thiel/`. Done 15 Sep 2026.

## Access from this VM

- YouTube: blocked for transcripts and downloads (same as the model-keynotes worker found). Not retried beyond one probe.
- X: `https://api.fxtwitter.com/<handle>/status/<id>` works. It returns tweet text, media URLs (video.twimg.com mp4 variants) and the quoted tweet. Used for the 14 Sep 2026 clip and its parent announcement.
- Wayback Machine: `http://archive.org/wayback/available?url=...` then fetch the snapshot with `id_` in the URL for raw HTML; use `curl --compressed` (responses are gzip). Used for the NYT Douthat transcript (Feb 2026 capture), National Review 2011 (2019 capture; newer captures only serve the ad-blocker wall), NYT 2019 op-ed, Fortune Feb 2026.
- Direct fetch worked for Cato Unbound, Conversations with Tyler, First Things, Guardian, Reason, Hoover, Singju Post, Vox, uvcygnus (Straussian Moment), Fortune Jul 2026.
- Paywalled and not in Wayback: WSJ "Competition Is for Losers" (2014). Washington Post lecture report: quoted via Futurism and Fortune.
- Doppler: not installed and no `DOPPLER_TOKEN` in the environment; no secrets were needed.

## Transcription

- The 6-minute clip (640x360 mp4, 10 MB) was transcribed with faster-whisper `medium`, int8, CPU, VAD on. About 90 seconds. Two mis-hearings noted in the file header ("Dr. Strange" for "Dr. Strangelove"; "1887-88").
- The Bitcoin 2022 keynote text is the YouTube auto-caption as captured by the web-search tool's page fetch, not a Whisper pass. It is raw and unpunctuated; press-verified lines are listed at the top of that file.

## Quote check

A script pulled every double-quoted string from the analysis and looked for it (case- and punctuation-insensitive, `...` splits allowed) in the saved Thiel sources plus the 2014 Stanford transcript. Final run: every Thiel quote passes. The only quoted strings not in the sources are Jacob's own lines from `project-context.md`, proposed stage lines, titles, the KJV verse, the Founders Fund tagline (cited to Business Insider), critic quotes cited to unsaved articles, and the items the analysis marks unverified.

## Open items

- Nashville lecture dates, venue, and whether the 14 Sep clip is from it. Hosts named on X: @realpamphleteer and @meriwetheracdmy. No press coverage as of 15 Sep 2026. Worth a re-check on 21 Sep.
- Rome (Mar 2026) and Paris (Feb 2026) lecture content: only press summaries.

## Tooling left on the VM (not in the store)

`/tmp/thiel/`: `.venv` (uv), `media/` (clip and flyer), `out/` (Whisper output), `raw/` (fetched page texts), `build.py` (writes the source files with headers), `transcribe.py`.
