<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="theme-color" content="#1b1620"><title>Newsletters | Baratunde Thurston</title><meta name="description" content="Read Life With Machines, notes from the frontier of living well with AI, and Speak Easy, where Baratunde speaks easy about hard things."><link rel="canonical" href="https://baratunde.com/newsletters/"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><link rel="preload" href="/_astro/anton-latin-400-normal.Byf51wtH.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="/_astro/inter-latin-400-normal.C38fXH4l.woff2" as="font" type="font/woff2" crossorigin><link rel="sitemap" href="/sitemap-index.xml"><script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","@id":"https://baratunde.com/#person","name":"Baratunde Thurston","url":"https://baratunde.com/","jobTitle":"Writer, host, and speaker","description":"Baratunde Thurston is a writer, host, and speaker exploring how we live well with technology, with each other, and with the planet. He has spent decades creating with and criticizing technology, from The Onion to The Daily Show to his Webby Award-winning project Life With Machines, focused on how we live well with AI and don't just endure it. He also hosted the PBS series America Outdoors and co-created How To Citizen. At the end of the day, he's an Earthling.","image":"https://baratunde.com/headshots/baratunde-thurston-by-davy-greenberg.jpg","sameAs":["https://en.wikipedia.org/wiki/Baratunde_Thurston","https://www.linkedin.com/in/baratunde","https://www.instagram.com/baratunde","https://www.youtube.com/@baratunde","https://newsletter.baratunde.com","https://www.lifewithmachines.media"]}</script><!-- GA4 (G-WZTB92QLNB, "All Baratunde Sites" property) per analytics.md.
         Consent posture (a), no banner, decided 2026-07-14; revisit when
         Baratunde is France based this fall. Staging and preview hosts tag
         traffic as internal and enable debug_mode for DebugView. --><script async src="https://www.googletagmanager.com/gtag/js?id=G-WZTB92QLNB"></script><script>
      window.dataLayer = window.dataLayer || [];
      function gtag() { dataLayer.push(arguments); }
      gtag('js', new Date());
      var gaIsProd =
        location.hostname === 'baratunde.com' ||
        location.hostname === 'www.baratunde.com';
      gtag(
        'config',
        'G-WZTB92QLNB',
        gaIsProd ? {} : { debug_mode: true, traffic_type: 'internal' }
      );

      // Funnel events (see analytics.md). One delegated listener site-wide.
      document.addEventListener('click', function (e) {
        var el = e.target && e.target.closest ? e.target.closest('a, button') : null;
        if (!el) return;
        var href = el.getAttribute('href') || '';
        var text = (el.textContent || '').trim().slice(0, 60);
        var page = location.pathname;
        if (el.classList.contains('btn-book') || href === '/contact/' || href === '#book') {
          gtag('event', 'book_cta_click', { link_text: text, page_path: page });
        } else if (href.indexOf('lifewithmachines.media') > -1 || href.indexOf('newsletter.baratunde.com') > -1) {
          gtag('event', 'subscribe_click', {
            newsletter: href.indexOf('lifewithmachines') > -1 ? 'Life With Machines' : 'Speak Easy',
            page_path: page,
          });
        } else if (el.closest('.subscribe-row')) {
          var section = el.closest('section');
          var show = section && section.querySelector('h2') ? section.querySelector('h2').textContent.trim() : '';
          gtag('event', 'listen_click', { platform: text, show: show, page_path: page });
        } else if (el.hasAttribute('download')) {
          gtag('event', 'headshot_download', { file: (href.split('/').pop() || ''), page_path: page });
        } else if (el.classList.contains('video-thumb')) {
          gtag('event', 'video_play', {
            video_id: el.getAttribute('data-video-id') || '',
            video_title: el.getAttribute('data-video-title') || '',
            page_path: page,
          });
        }
      });

      // Booking conversions: capture intent and topic at submit time.
      document.addEventListener('submit', function (e) {
        var f = e.target;
        if (!f || f.getAttribute('name') !== 'contact') return;
        var fd = new FormData(f);
        gtag('event', 'generate_lead', {
          intent: fd.get('intent') || '',
          topic: fd.get('topic') || '',
          page_path: location.pathname,
        });
      });
    </script><meta property="og:type" content="website"><meta property="og:title" content="Newsletters | Baratunde Thurston"><meta property="og:description" content="Read Life With Machines, notes from the frontier of living well with AI, and Speak Easy, where Baratunde speaks easy about hard things."><meta property="og:url" content="https://baratunde.com/newsletters/"><meta property="og:site_name" content="Baratunde Thurston"><meta name="twitter:card" content="summary"><link rel="stylesheet" href="/_astro/BaseLayout.BrwpQYQq.css"><style>.intro[data-astro-cid-filnmrah]{padding-block:var(--space-5) var(--space-3)}.intro-line[data-astro-cid-filnmrah]{color:var(--ink-soft);max-width:44ch;font-size:1.25rem}.newsletter[data-astro-cid-filnmrah]{padding-block:var(--space-5)}.newsletter-alt[data-astro-cid-filnmrah]{border-block:1px solid var(--line)}.nl-grid[data-astro-cid-filnmrah]{gap:var(--space-4);grid-template-columns:1.1fr 1fr;align-items:start;display:grid}.nl-desc[data-astro-cid-filnmrah]{color:var(--ink-soft);font-size:1.0625rem}.btn-substack[data-astro-cid-filnmrah]{margin-top:var(--space-2);align-items:center;gap:.6em;display:inline-flex}.nl-featured[data-astro-cid-filnmrah]{margin-top:.9rem}.nl-featured[data-astro-cid-filnmrah] h3[data-astro-cid-filnmrah]{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:var(--space-2);font-size:.8125rem;font-weight:600}.nl-featured[data-astro-cid-filnmrah] ul[data-astro-cid-filnmrah]{margin:0;padding:0;list-style:none}.nl-featured[data-astro-cid-filnmrah] li[data-astro-cid-filnmrah]{border-bottom:1px solid var(--line)}.nl-featured[data-astro-cid-filnmrah] li[data-astro-cid-filnmrah]:last-child{border-bottom:none}.nl-featured[data-astro-cid-filnmrah] a[data-astro-cid-filnmrah]{color:var(--ink);font-family:var(--font-body);padding:.85em 0;font-size:1.0625rem;font-weight:600;line-height:1.4;text-decoration:none;display:block}.nl-featured[data-astro-cid-filnmrah] a[data-astro-cid-filnmrah]:hover{color:var(--accent-deep);text-underline-offset:.15em;text-decoration:underline 1px}.crosslink[data-astro-cid-filnmrah]{padding-block:var(--space-4) var(--space-2)}.crosslink[data-astro-cid-filnmrah] p[data-astro-cid-filnmrah]{color:var(--ink-soft);max-width:none}.book-closer[data-astro-cid-filnmrah]{border-top:1px solid var(--line);padding-block:var(--space-4);text-align:center}.book-closer[data-astro-cid-filnmrah] p[data-astro-cid-filnmrah]{max-width:none;margin-bottom:var(--space-2);font-size:1.125rem;font-weight:500}@media (width<=56rem){.nl-grid[data-astro-cid-filnmrah]{grid-template-columns:1fr}.nl-featured[data-astro-cid-filnmrah]{margin-top:0}}
</style></head><body><a class="skip-link" href="#main">Skip to content</a><header class="site-header" data-astro-cid-nen7h5rs><div class="container header-inner" data-astro-cid-nen7h5rs><a class="wordmark" href="/" data-astro-cid-nen7h5rs>Baratunde Thurston</a><button class="menu-toggle" type="button" aria-expanded="false" aria-controls="site-nav" data-astro-cid-nen7h5rs><span class="menu-toggle-label" data-astro-cid-nen7h5rs>Menu</span><span class="menu-toggle-bars" aria-hidden="true" data-astro-cid-nen7h5rs></span></button><nav id="site-nav" class="site-nav" aria-label="Main" data-astro-cid-nen7h5rs><ul data-astro-cid-nen7h5rs><li data-astro-cid-nen7h5rs><a href="/speaking/" data-astro-cid-nen7h5rs>Speaking</a></li><li data-astro-cid-nen7h5rs><a href="/podcasts/" data-astro-cid-nen7h5rs>Podcasts</a></li><li data-astro-cid-nen7h5rs><a href="/newsletters/" aria-current="page" data-astro-cid-nen7h5rs>Newsletters</a></li><li data-astro-cid-nen7h5rs><a href="/projects/" data-astro-cid-nen7h5rs>Projects</a></li><li data-astro-cid-nen7h5rs><a href="/about/" data-astro-cid-nen7h5rs>About</a></li><li data-astro-cid-nen7h5rs><a href="/contact/" data-astro-cid-nen7h5rs>Contact</a></li></ul><a class="btn btn-book nav-book" href="/contact/" data-astro-cid-nen7h5rs>Book Baratunde</a></nav><a class="btn btn-book header-book" href="/contact/" data-astro-cid-nen7h5rs>Book Baratunde</a></div></header><script type="module">var e=document.querySelector(`.menu-toggle`),t=document.getElementById(`site-nav`);e?.addEventListener(`click`,()=>{let n=t?.classList.toggle(`is-open`);e.setAttribute(`aria-expanded`,String(!!n))});var n=document.querySelector(`.site-header`);if(n?.classList.contains(`header-overlay`)){let e=()=>n.classList.toggle(`is-scrolled`,window.scrollY>24);e(),window.addEventListener(`scroll`,e,{passive:!0})}</script><main id="main"><section class="intro" data-astro-cid-filnmrah><div class="container" data-astro-cid-filnmrah><h1 data-astro-cid-filnmrah>Newsletters</h1><p class="intro-line" data-astro-cid-filnmrah>Two newsletters: one about living with machines, one about living with each other.</p></div></section><section class="newsletter" data-astro-cid-filnmrah><div class="container nl-grid" data-astro-cid-filnmrah><div class="nl-copy" data-astro-cid-filnmrah><h2 data-astro-cid-filnmrah>Life With Machines</h2><p class="nl-desc" data-astro-cid-filnmrah>Notes from the frontier of living well with AI, from Life With Machines, a public interest media company exploring how we live well with technology, not just endure it.</p><a class="btn btn-primary btn-substack" href="https://www.lifewithmachines.media" target="_blank" rel="noopener" data-astro-cid-filnmrah><svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor" aria-hidden="true" data-astro-cid-filnmrah><path d="M22.539 8.242H1.46V5.406h21.08v2.836zM1.46 10.812V24L12 18.11 22.539 24V10.812H1.46zM22.539 0H1.46v2.836h21.08V0z" data-astro-cid-filnmrah></path></svg>Subscribe on Substack</a></div><div class="nl-featured" data-astro-cid-filnmrah><h3 data-astro-cid-filnmrah>Start here</h3><ul data-astro-cid-filnmrah><li data-astro-cid-filnmrah><a href="https://www.lifewithmachines.media/p/you-built-this-set-of-more-ethical?utm_source=baratunde.com&amp;utm_medium=featured" target="_blank" rel="noopener" data-astro-cid-filnmrah>You Built This Set of More Ethical Tech</a></li><li data-astro-cid-filnmrah><a href="https://www.lifewithmachines.media/p/ais-water-problem-isnt-where-you?utm_source=baratunde.com&amp;utm_medium=featured" target="_blank" rel="noopener" data-astro-cid-filnmrah>AI&#39;s Water Problem Isn&#39;t Where You Think</a></li><li data-astro-cid-filnmrah><a href="https://www.lifewithmachines.media/p/black-people-were-the-machines-my?utm_source=baratunde.com&amp;utm_medium=featured" target="_blank" rel="noopener" data-astro-cid-filnmrah>Black People Were The Machines (AfroTech keynote)</a></li></ul></div></div></section><section class="newsletter newsletter-alt band-cream" data-astro-cid-filnmrah><div class="container nl-grid" data-astro-cid-filnmrah><div class="nl-copy" data-astro-cid-filnmrah><h2 data-astro-cid-filnmrah>Speak Easy</h2><p class="nl-desc" data-astro-cid-filnmrah>Where Baratunde speaks easy about hard things: insights, stories, and connections across his projects, life, and the world we are shaping together.</p><a class="btn btn-primary btn-substack" href="https://newsletter.baratunde.com" target="_blank" rel="noopener" data-astro-cid-filnmrah><svg viewBox="0 0 24 24" width="18" height="18" fill="currentColor" aria-hidden="true" data-astro-cid-filnmrah><path d="M22.539 8.242H1.46V5.406h21.08v2.836zM1.46 10.812V24L12 18.11 22.539 24V10.812H1.46zM22.539 0H1.46v2.836h21.08V0z" data-astro-cid-filnmrah></path></svg>Subscribe on Substack</a></div><div class="nl-featured" data-astro-cid-filnmrah><h3 data-astro-cid-filnmrah>Start here</h3><ul data-astro-cid-filnmrah><li data-astro-cid-filnmrah><a href="https://newsletter.baratunde.com/p/data-centers-are-the-most-bipartisan?utm_source=baratunde.com&amp;utm_medium=featured" target="_blank" rel="noopener" data-astro-cid-filnmrah>Data Centers are the Most Bipartisan Issue in America</a></li><li data-astro-cid-filnmrah><a href="https://newsletter.baratunde.com/t/the-american-revolution?utm_source=baratunde.com&amp;utm_medium=featured" target="_blank" rel="noopener" data-astro-cid-filnmrah>A Review of Ken Burns&#39;s The American Revolution</a></li><li data-astro-cid-filnmrah><a href="https://newsletter.baratunde.com/p/love-is-a-verb-and-our-250-year-relationship?utm_source=baratunde.com&amp;utm_medium=featured" target="_blank" rel="noopener" data-astro-cid-filnmrah>A Conversation with Esther Perel on Love, Patriotism, and America&#39;s 250th</a></li></ul></div></div></section><section class="crosslink" data-astro-cid-filnmrah><div class="container" data-astro-cid-filnmrah><p data-astro-cid-filnmrah>Prefer listening? Both worlds also live in the <a href="/podcasts/" data-astro-cid-filnmrah>podcasts</a>.</p></div></section><section class="book-closer" data-astro-cid-filnmrah><div class="container" data-astro-cid-filnmrah><p data-astro-cid-filnmrah>He says all of this out loud, too.</p><a class="btn btn-book" href="/contact/" data-astro-cid-filnmrah>Book Baratunde</a></div></section></main><footer class="site-footer" data-astro-cid-jo6i4kqk><div class="container" data-astro-cid-jo6i4kqk><div class="footer-grid" data-astro-cid-jo6i4kqk><div class="footer-brand" data-astro-cid-jo6i4kqk><p class="footer-name" data-astro-cid-jo6i4kqk>Baratunde Thurston</p><p class="footer-line" data-astro-cid-jo6i4kqk>At the end of the day, he's an Earthling.</p><a class="btn btn-book" href="/contact/" data-astro-cid-jo6i4kqk>Book Baratunde</a></div><div class="footer-newsletter" data-astro-cid-jo6i4kqk><h2 class="footer-heading" data-astro-cid-jo6i4kqk>Get the newsletters</h2><ul class="newsletter-list" data-astro-cid-jo6i4kqk><li data-astro-cid-jo6i4kqk><a href="https://www.lifewithmachines.media" target="_blank" rel="noopener" data-astro-cid-jo6i4kqk>Life With Machines</a><span data-astro-cid-jo6i4kqk>Notes from the frontier of living well with AI.</span></li><li data-astro-cid-jo6i4kqk><a href="https://newsletter.baratunde.com" target="_blank" rel="noopener" data-astro-cid-jo6i4kqk>Speak Easy</a><span data-astro-cid-jo6i4kqk>Where Baratunde speaks easy about hard things.</span></li></ul></div><div class="footer-social" data-astro-cid-jo6i4kqk><h2 class="footer-heading" data-astro-cid-jo6i4kqk>Follow</h2><ul class="social-list" data-astro-cid-jo6i4kqk><li data-astro-cid-jo6i4kqk><a href="https://www.linkedin.com/in/baratunde" target="_blank" rel="noopener" aria-label="LinkedIn" data-astro-cid-jo6i4kqk><svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor" aria-hidden="true" data-astro-cid-jo6i4kqk><path d="M20.45 20.45h-3.55v-5.57c0-1.33-.03-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.36V9h3.41v1.56h.05c.47-.9 1.63-1.85 3.36-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28zM5.34 7.43a2.06 2.06 0 1 1 0-4.12 2.06 2.06 0 0 1 0 4.12zM7.12 20.45H3.56V9h3.56v11.45z" data-astro-cid-jo6i4kqk></path></svg><span data-astro-cid-jo6i4kqk>LinkedIn</span></a></li><li data-astro-cid-jo6i4kqk><a href="https://www.instagram.com/baratunde" target="_blank" rel="noopener" aria-label="Instagram" data-astro-cid-jo6i4kqk><svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor" aria-hidden="true" data-astro-cid-jo6i4kqk><path d="M12 2.16c3.2 0 3.58.01 4.85.07 1.17.05 1.8.25 2.23.41.56.22.96.48 1.38.9.42.42.68.82.9 1.38.16.42.36 1.06.41 2.23.06 1.27.07 1.65.07 4.85s-.01 3.58-.07 4.85c-.05 1.17-.25 1.8-.41 2.23-.22.56-.48.96-.9 1.38-.42.42-.82.68-1.38.9-.42.16-1.06.36-2.23.41-1.27.06-1.65.07-4.85.07s-3.58-.01-4.85-.07c-1.17-.05-1.8-.25-2.23-.41a3.72 3.72 0 0 1-1.38-.9 3.72 3.72 0 0 1-.9-1.38c-.16-.42-.36-1.06-.41-2.23-.06-1.27-.07-1.65-.07-4.85s.01-3.58.07-4.85c.05-1.17.25-1.8.41-2.23.22-.56.48-.96.9-1.38.42-.42.82-.68 1.38-.9.42-.16 1.06-.36 2.23-.41 1.27-.06 1.65-.07 4.85-.07zM12 0C8.74 0 8.33.01 7.05.07 5.78.13 4.9.33 4.14.63a5.88 5.88 0 0 0-2.13 1.38A5.88 5.88 0 0 0 .63 4.14C.33 4.9.13 5.78.07 7.05.01 8.33 0 8.74 0 12s.01 3.67.07 4.95c.06 1.27.26 2.15.56 2.91.31.79.72 1.46 1.38 2.13a5.88 5.88 0 0 0 2.13 1.38c.76.3 1.64.5 2.91.56C8.33 23.99 8.74 24 12 24s3.67-.01 4.95-.07c1.27-.06 2.15-.26 2.91-.56a5.88 5.88 0 0 0 2.13-1.38 5.88 5.88 0 0 0 1.38-2.13c.3-.76.5-1.64.56-2.91.06-1.28.07-1.69.07-4.95s-.01-3.67-.07-4.95c-.06-1.27-.26-2.15-.56-2.91a5.88 5.88 0 0 0-1.38-2.13A5.88 5.88 0 0 0 19.86.63c-.76-.3-1.64-.5-2.91-.56C15.67.01 15.26 0 12 0zm0 5.84A6.16 6.16 0 1 0 12 18.16 6.16 6.16 0 0 0 12 5.84zm0 10.16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm7.85-10.4a1.44 1.44 0 1 1-2.88 0 1.44 1.44 0 0 1 2.88 0z" data-astro-cid-jo6i4kqk></path></svg><span data-astro-cid-jo6i4kqk>Instagram</span></a></li><li data-astro-cid-jo6i4kqk><a href="https://www.youtube.com/@baratunde" target="_blank" rel="noopener" aria-label="YouTube" data-astro-cid-jo6i4kqk><svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor" aria-hidden="true" data-astro-cid-jo6i4kqk><path d="M23.5 6.19a3.02 3.02 0 0 0-2.12-2.14C19.5 3.55 12 3.55 12 3.55s-7.5 0-9.38.5A3.02 3.02 0 0 0 .5 6.19C0 8.07 0 12 0 12s0 3.93.5 5.81a3.02 3.02 0 0 0 2.12 2.14c1.88.5 9.38.5 9.38.5s7.5 0 9.38-.5a3.02 3.02 0 0 0 2.12-2.14C24 15.93 24 12 24 12s0-3.93-.5-5.81zM9.55 15.57V8.43L15.82 12l-6.27 3.57z" data-astro-cid-jo6i4kqk></path></svg><span data-astro-cid-jo6i4kqk>YouTube</span></a></li></ul></div></div><div class="footer-bottom" data-astro-cid-jo6i4kqk><p data-astro-cid-jo6i4kqk>&copy; 2026 Baratunde Thurston. All rights reserved.</p></div></div></footer></body></html>