Themes Across the Corpus
Cross-publication thematic index. These queries surface the recurring threads in Michael’s thinking regardless of where they were published.
Bitcoin & Crypto
TABLE publication, date
FROM "" WHERE status = "published" AND !contains(file.path, "_index") AND (contains(lower(file.name), "bitcoin") OR contains(lower(file.name), "blockchain") OR contains(lower(file.name), "crypto") OR contains(lower(file.name), "nft"))
SORT date ASCAI & Intelligence
TABLE publication, date
FROM "" WHERE status = "published" AND !contains(file.path, "_index") AND (contains(lower(file.name), "ai") OR contains(lower(file.name), "intelligence") OR contains(lower(file.name), "gpt") OR contains(lower(file.name), "agi") OR contains(lower(file.name), "claude"))
SORT date ASCSales & Persuasion
TABLE publication, date
FROM "" WHERE status = "published" AND !contains(file.path, "_index") AND (contains(lower(file.name), "sales") OR contains(lower(file.name), "pitch") OR contains(lower(file.name), "earning") OR contains(lower(file.name), "persuasion"))
SORT date ASCPhilosophy & Complexity
TABLE publication, date
FROM "" WHERE status = "published" AND !contains(file.path, "_index") AND (contains(lower(file.name), "kolmogorov") OR contains(lower(file.name), "complexity") OR contains(lower(file.name), "monad") OR contains(lower(file.name), "leibniz") OR contains(lower(file.name), "theory") OR contains(lower(file.name), "philosophy"))
SORT date ASCThe Syndicate
TABLE publication, date
FROM "" WHERE status = "published" AND !contains(file.path, "_index") AND (contains(lower(file.name), "syndicate") OR contains(lower(file.name), "exponent"))
SORT date ASCThe Rosetta Stone
TABLE publication, status
FROM "" WHERE contains(lower(file.name), "rosetta")
SORT file.name ASC