
Free Daily Podcast Summary
by Podcast Index LLC
The Podcast Index presents Podcasting 2.0 - Upgrading Podcasting
The most recent episodes — sign up to get AI-powered summaries of each one.
Podcasting 2.0 Episode 271 - "Foot Terminal" Adam & Dave have their SCBA's on and go deep into index refactoring and ad loads! <b>ShowNotes</b> ------------------------------------------------------------------------------------------------------------------------------------- 00 - 🔥 STEP TWO OF THE SCARY STUFF — THE ENDPOINTS FLIP TO THE IDENTITY LAYER <b>Last week the table went in. This week the API started using it — one endpoint at a time, four days running.</b> <b>Sat 12 Sep:</b> "#api I'm running a script to sync up podcasts.id and newsfeeds.id so that when a new feed is born they are in sync. During the cutover to podcasts.id as the canonical form, there were <b>about 11k feeds that drifted away from being in sync</b> with their podcast because of a gap in the auto_increment values. This isn't strictly necessary, it just will make human review a little less cumbersome." <b>Mon night 14 Sep:</b> "#api Making some final refinements to the new api endpoints before deploying. These will be the first ones using the new podcast identity layer. 😰" <b>Tue 15 Sep — the first flip:</b> "#api The <b>podcasts/byfeedurl</b> endpoint is deployed with the first changes to the new podcast identity layer. <b>We will do these one at a time, watching for problems.</b> You will see nothing different in the response shape under normal circumstances. The response 'feed' object's <b>`id` property now means the podcast ID</b>. The <b>`feedId` property now means the underlying feeds table row</b> that podcast is treating as canonical." @dave — byfeedurl flips (15 Sep) "It's not ideal to have the podcast id be represented as feeds.id in the new responses, but <b>anything else would have broken existing apps</b>. And, the meaning is still faithful to what it was before. That was always meant to be the ID of the podcasts. We just didn't have a way to logically express that." <b>Same day:</b> "#api The new <b>podcasts/byfeedid</b> endpoint is deployed. That's all for today. Will watch the logs until tomorrow." · "#api First run of the <b>itunes ID 404 reconciler</b> under the new podcast identity regime. 🤞" <b>Thu 17 Sep:</b> "#api The <b>podcasts/byguid</b> and <b>podcasts/batch/byguid</b> endpoints are now flipped to the new db schema." · <b>Fri 18 Sep, this morning:</b> "#api The new <b>podcasts/byitunesid</b> endpoint is live." @dave — byitunesid live (18 Sep) <b>📝 The app developers noticed.</b> Mitch (Podverse): "listening to last week's P2.0... the <b>nextgen Podverse schema (and ogen) relies heavily on the Podcast Index IDs as basically the authority on feed uniqueness</b>. It sounds like we may need/want to do a substantial rewrite to account for how Podcast Index API nextgen will handle ids?… after it is settled, <b>I'd appreciate any documentation</b>." @mitch — the Podverse question (15 Sep) Dave: "If I do my job right, <b>you will see nothing different and will not need to do anything</b>. I made sure the starting point for every canonical podcast index 'podcast id' is the current live feed id. If you see some sort of drift or problem it would be a bug I need to fix… <b>the existing podcast ID's have always identified feeds, but now they will identify podcasts. The ID's themselves will not and have not changed.</b> I'll definitely be producing docs to flesh this out further though." <b>😄 Then the drawing:</b> "It's actually kind of confusing to explain. It's easier if I draw it out on paper. It sort of needs to be visualized." → "#api These might be very hard to follow. There are <b>two 'entrances' into the redirection chain</b> and the Index follows whichever one you come in on." → "<b>Paper and pen was faster than some AI agent.</b>" @dave — the two entrances, drawn by hand (15 Sep) The rule as Dave wrote it: "If you come in on the <b>'byid'</b> path, you start at the podcast layer and follow the redirection to the correct feed and serve it. If you come in on the <b>'byurl'</b> path, you start at the feeds layer and follow up the chain to the podcasts layer and then follow the
Podcasting 2.0 September 11th 2026 Episode 270 - "YOLO Guy Dave waves the whitflag on agentic coding and podcasting beneifts! 01 - 😂 THE PODCAST RIG ATE ITSELF — AND IS NOW RUNNING OMARCHY <b>Sunday 6 Sep:</b> "<b>My Umbrel docker containers did not survive the OS upgrade from Ubuntu 20 to 24 on my podcast rig.</b> <b>This is why I never upgrade anything.</b> I still have some Ubuntu 12 and 18 servers running." — a sentence that should be on a T-shirt at Podcast Movement. <b>Tuesday, the diagnosis, and he takes it on the chin:</b> "It was a <b>v1 to v2 docker compose transition issue</b>. It was <b>very much my fault for not RTFM before doing do-release-upgrade</b>." Plus: "doing <b>2 upgrades back to back</b> to get from LTS 20 to 24." <b>To @ericpp, same day, the two-line eulogy:</b> "<b>It's incredibly borked.</b>" → "<b>I'm closing the channel you have open to me because I'm going to have to wipe this box.</b>" — note that the lightning channel was collateral damage. That matters for §02. <b>Thursday 10 Sep, the rebuild:</b> "<b>Omarchy on the podcast rig now. Let's see how this goes.</b>" and then, shortly after, "<b>Podping gossip watcher up and running on it.</b>" <b>The genuine question underneath:</b> the podcast rig runs podping's gossip watcher. <b>What is actually load-bearing on that box</b>, and should anything that the wider ecosystem depends on be sitting on a machine you're willing to wipe on a Tuesday? ------------------------------------------------------------------------------------------------------------------------------------- 09 - 🤖 THE ANTHROPIC ADVENT CALENDAR <b>@js to you directly, 11 Sep:</b> "@adam <b>it's like an advent calendar until the IPO — behind today's door is</b>..." and then the Anthropic threat-intelligence report. Anthropic — Detecting and countering misuse (11 Sep PDF) <b>The line JS pulled out:</b> "<b>These actors carried out a sustained effort to develop guided weapons, using Claude to design guidance software. They did test-fire a guided rocket. This field test appears to have failed</b>: within hours, the ac[tors]..." <b>And the prediction, two days earlier:</b> "<b>can you _imagine_ what stunts anthropic has planned for around the IPO timeline in a few months? gonna be great.</b>" <b>The board-meeting angle:</b> every one of these reports is simultaneously a safety disclosure and a capability advertisement. <b>Publishing "our model was used to design a guided rocket" is a warning and a brochure at the same time</b> — and the IPO is in a few months. ------------------------------------------------------------------------------------------------------------------------------------- 00 - 🔥 STEP ONE OF THE SCARY STUFF — THE NEW 'PODCASTS' IDENTITY TABLE <b>The lead, and it's Dave's.</b> Wednesday 3 Sep: "#api The new <b>`podcasts` table is now being written to by default on all new incoming feeds</b> and the <b>conflict queue is being populated for merge decisions</b>. <b>This is step 1 of the scary stuff.</b> Let's hope nothing catches fire." @dave — the podcasts table goes live (3 Sep) <b>Thursday 4 Sep, step one lands:</b> "#api <b>All feed ingestion paths now use the new 'podcasts' identity table.</b> Spent the morning cleaning up a lot of old error log debris I've been neglecting for years <b>so I can have clean logs for the next step</b>." <b>😄 And the same morning he broke it and immediately confessed:</b> "#api <b>I would like to pretend (by silence) that I didn't break feed ingestion this morning for about 20 minutes</b> by forgetting to update the env files on the aggregator servers. But, I'm sure @js will produce s[creenshots]..." — Dave knows exactly who is watching. <b>Tuesday 9 Sep, the number of the week:</b> "#api <b>Refactored the weekly database dump script</b> since it was getting slower and slower and was very old. Re-running the new one now to test. <b>I'm anticipating 4 hour run instead of 28 hours.</b>" — twenty-eight hours to four. That is the dump t
Podcasting 2.0 August 28th 2026 Episode 269 - "Verbal Pollution" Shownotes ------------------------------------------------------------------------------------------------------------------------------------- 00 - DATABASE SURGERY WEEK — AND THE THIRD EMERGENCY OF THE MONTH <b>The lead, and it's Dave's:</b> Saturday 22 Aug — "#api I'm in the middle of a <b>big refactor with the Podcast Index database schema</b>. If I do my job right, nobody will notice it. But, the side effect will be an overall <b>huge increase in the consistency of the data</b> (duplicates, url change lag, etc)." @dave — the big schema refactor (22 Aug) <b>Wednesday night:</b> "<b>Podcast Index database surgery will begin in the morning.</b>" Thursday: "Step 1. Expect a brief api outage. It should last just a few minutes." — then "Done" — then "#api <b>Adding a very large table index...</b>" — and finally, Thursday evening: "<b>Finished. Butt is intact.</b>" (6 favourites. The board's favourite status update of the month.) <b>What Adam should ask:</b> what actually changed under the hood, what does "consistency" buy an app developer in practice, and is there anything a host or an app should do differently now that duplicates and url-change lag are being cleaned up? <b>🔥 The other half of the week — the third emergency.</b> Tuesday 25 Aug: "#api <b>Linode emergency maintenance on our db host. API is down.</b>" Then: "No update as of yet. <b>Just hard down.</b>" Then the line that is really the story: "<b>This is the third 'emergency maintenance' event that has affected us this month. Getting kind of old.</b>" And, dryly: "I guess a reboot every few years isn't too much to ask." @dave — Linode emergency maintenance, API is down (25 Aug) <b>Board question:</b> three unplanned outages in one month on the host that carries the Index. Is it time to talk publicly about where the database lives, and what the fallback is? The Index is infrastructure now — other people's products go down when it does. <b>Podping shipped twice.</b> v0.13.0 across gossip writer, watcher and monitor — "<b>a dynamic memory cap to address the Iroh bug</b>" (that is last week's memory leak, now capped). Then v0.14.0 the same day — "<b>cpu architecture in the mesh announcement messages</b> to make determining what hardware a node is running on easier." Monitor updated too: ppmonitor.podcastindex.org. @dave — podping v0.13.0, dynamic memory cap for the Iroh bug Podping monitor Podcast Index API docs ------------------------------------------------------------------------------------------------------------------------------------- 04 - 📌 PODCASTING'S GOLDEN OPPORTUNITY: HUMAN SPEECH <b>Your PREP note, verbatim:</b> "<b>For PC2.0 - Podcasting's Golden opportunity! Human speech!</b>" — filed against a piece on how to spot AI writing. Can you learn how to detect AI writing? Here are some clues <b>The argument:</b> text is now cheap to fake, images are cheap to fake, and as of this year so is a voice. What is <b>not</b> cheap to fake is <b>a specific human, speaking unscripted, for three hours, with a transcript and a signature chain attached.</b> Podcasting is the only medium that ships that by default — and the namespace already carries the provenance parts. <b>🔥 Evidence from this week, and it is stacked:</b> <b>1. Apple Music is about to start labelling.</b> @js: "<b>more than a third of the music Apple receives monthly is '100% AI'</b> + usage — presumably what other humanoids would call 'listening' — of AI music on Apple Music is <b>below 0.5%</b>. = yes they are going to have to do something about it, starting with labelling." Read that ratio again: a third of the supply, half a percent of the demand. <a href="https://www.billboard.com/pro/apple-music-to-label-ai-generated-music/" ta
Podcasting 2.0 August 21st 2026 Episode 268 - "Dead Hanging Safari" It's always DNS or CORS - and how your right brain is gating bad robots Show Notes ------------------------------------------------------------------------------------------------------------------------------------- 00 - THE LOCATION TAG — SPEC TO DATASET TO GLOBE IN 48 HOURS <b>The lead, and it's yours:</b> Wednesday afternoon Dave posted — "There is a new <b>locations</b> data set on the public datasets page... The db tables are still back-filling since I updated the db and aggregators to support the <b>new <podcast:location> tag format</b>. After a couple of days it should be mostly complete." He cc'd <b>@james, @alberto, @js</b> and then @DavidMarzalC. That cc list is the whole story — within 48 hours all four had done something with it. @dave — the locations dataset post (20 Aug) <b>The shipping trail:</b> web-ui <b>PR #608</b>, "add locations export to public data sets," branch <code>public_datasets</code> → merged to master the same afternoon. This is the first public dataset built on the new location tag format rather than the old one. <b>Then somebody built the map.</b> By Friday morning <b>Alberto</b> had <b>radar.rss.io/#globe</b> up — a spinning globe of podcasts made in or about places on earth, drawn from the free dataset, most entries carrying full OpenStreetMap references. James put it in front of the OpenStreetMap community directly: "One for excellent people using @openstreetmap." <b>James's review, and the two asks:</b> "This is so cool. Really shows the power of the location tag. The globe — would be nice to add <b>filters</b> to that (made in vs about). Or maybe just colour the dots differently? The next trick would be some <b>OSM lookups on the IDs</b> to work out what the places are." <b>🔥 The flaw he found, and it's a good one:</b> "One drawback is that some people have chosen <b>'Queensland' as a location, which is 2.6x larger than Texas.</b>" — the granularity problem in one line. A location tag is only as useful as the smallest box someone is willing to put themselves in. <b>Dave, on seeing it — and he is in Birmingham, Alabama:</b> "Wow, this is incredible. I already see a podcast from Birmingham that I didn't know was based here." ❤️ ❤️ <b>Dave, Friday:</b> "It's beautiful. I can see this data powering so many cool app and platform features." @dave — Wow, this is incredible / Birmingham (20 Aug) @dave — It's beautiful (21 Aug) <b>The bug found by using it:</b> @alberto and @james noticed the <code>rel</code> property missing from the export. Dave: "That column is in there but I had to add it. I bet I left it out when I copied over the episode level response build code." Then: "I found the issue. I had made the change but <b>not deployed the new export script to production</b>. The 'rel' property should be in there now." Also confirmed: <b>channel-level only</b> in that dataset, not episode-level. @dave — that column is in there but I had to add it @dave — channel level only / rel now deployed <b>😂 Community request of the week — @ChadF:</b> "we need someone to <b>add the FEMA regions</b> to this so I can add <b>FEMA region 3</b> to my podcast location." (Board: FEMA Region 6 is already broadcasting from the Heart of the Texas Hill Country.) @ChadF — add the FEMA regions <b>Board questions:</b> does made in vs about want to be two tags or one tag with a rel? Do we want a recommended granularity (city, not state)? And is an OSM ID lookup something the Index should do once, centrally, so every app doesn't do it badly? Podcast Index — public datasets radar.rss.io — the globe <a href="https://github.com/Podcastindex-or
Podcasting 2.0 August 14th 2026 Episode 267 - "Chocolove" ------------------------------------------------------------------------------------------------------------------------------------- 00 - THE SPOTIFY "SKIP AHEAD" BUTTON — THE BIG ONE <b>What it is:</b> Spotify is testing a button that appears on the playback screen the moment it thinks you'd want to skip — an intro, a sponsorship message, or an <i>entire ad break</i>. It is bigger than everything else on screen. One tap drops you at the end of the break, back in the show. Premium subscribers only, selected markets including <b>US and UK</b>, and only when the app is in the foreground. <b>Who broke it:</b> <b>James Cridland at Pod News, 4 August 2026</b> — an exclusive. Spotify never announced it. Semafor and most of the trade press picked it up afterwards; Cridland noted on air this week that some of them ran it <i>without credit</i>. <b>The number that makes it different from a skip button:</b> Cridland's arithmetic — skipping a typical ad break by hand is <b>nine presses</b> of the 15-second button, plus a correction tap when you overshoot. Skip Ahead is <b>one</b>. "Some people have said, oh, but you've been able to skip for years and this is no different. But a button that only appears when it's stuff that Spotify thinks you should be skipping is a start." <b>It skips other people's money:</b> the button fires on third-party ads — Acast, Odyssey, the New York Times — <i>and</i> on ads inside Spotify's own shows. It even skipped Search Engine's read for <b>its own paid tier</b>, PJ Vogt pitching Incognito Mode. One half of Spotify sells advertisers reach; the other half hands listeners a button to leave. <b>Spotify's answer, and the trapdoor in it:</b> Spotify told Cridland it is "not affecting ad delivery." True only if delivery means <i>to the device</i>. Cridland: "If ad delivery is to the listener's ear, which is actually what people are paying for..." — <b>the download still counts, the ad still gets billed, the human never hears it.</b> Spotify's other defence: the button merely shows where other listeners already skip. Cridland: "I'm not entirely sold on that, but if that's what Spotify say, I mean they wouldn't lie." <b>🔥 THE LINE FOR THE BOARDROOM — read the terms of service:</b> "What's to stop them from going, you know what, people are using that skip ahead button, why don't we just turn that on automatically? I went to have a look at the terms and conditions of Spotify. <b>There is nothing to stop them from doing that. Nothing at all.</b> And let's be clear, that would destroy the ad-supported ecosystem that podcasting is." <b>Why the scale makes it existential:</b> Spotify is <b>72% of all podcast downloads in the Philippines</b>, <b>47% in Mexico</b>, about a third in Australia, 75%+ in some markets. <b>~300 million paying subscribers</b> plus 500 million free. Cridland on the smaller ad-strippers: "Podtastic will never be that big... they're not going to materially harm the podcast industry. <b>This is.</b>" And it sets the precedent — if Spotify does it, every other app can say the same. <b>The YouTube comparison, and why it fails:</b> YouTube also lets you skip some sponsor reads — but <b>YouTube pays creators to be there.</b> Spotify pays nothing for an RSS show to be on Spotify. Same behaviour, opposite deal. <b>Board question (Adam):</b> if the ad is baked into the file and the file is fully downloaded, who exactly is the injured party — and is that an argument for the download metric or the final proof it's worthless? <b>Timing, for the cynics:</b> Spotify's Q2 report credited "favorable podcast impacts" with pushing its profit margin to an <b>all-time high</b> — in the same window it built a button to strip other people's ads. Pod News — Spotify threatens industry with ad-skipping tool Semafor — Spotify's new 'skip' button could end the podcast business as we know it Forbes — Spotify tests ad-skip button that could upend podcast advertising <a href="https://gizmodo.com/the-v
Podcasting 2.0 July 24th 2026 Episode 266 - "Research Velocity" Show Notes ------------------------------------------------------------------------------------------------------------------------------------- 📌 FROM PREP.md — Adam's PC20 items Pod News — podcast app revenue (source for 'cut the apps into the money') Pod News — the ad-skipping player Board Q (Adam): "If you go to another chapter, is that a new play?" — for the AMP play=30s definition. ------------------------------------------------------------------------------------------------------------------------------------- 00 - DAVE'S WORLD: THE ALTERNATE ENCLOSURE FINALLY GETS PICKED UP + HLS-IN-RSS SURGE <b>Take the lap:</b> Podbean and Buzzsprout are now testing/supporting the <b>alternate enclosure</b> — letting other apps (Pocket Casts, Amazon Music, iHeart, TrueFans) reach the video/alt versions instead of everything vanishing into the Apple-only void. Lead the boardroom with the namespace win. <b>HLS video in RSS is accelerating:</b> @js — "the rate of podcast hosts publishing high-quality video in podcast feeds using HLS has gone up quite a bit, thanks mostly to Transistor and Flightcast." The open path is winning adoption; watch it live. <b>Namespace repo status:</b> attribution bylines merged for the <i>block</i> and <i>alternate enclosure</i> tags (PRs #772/#773). Quiet week on commits — the plumbing is holding. <b>Dave in the wild:</b> on the LLM-vs-tags thread — "A 'weight' is just a form of heuristic. Regression is literally built into the LLM at a fundamental level. Re-weighting a model will always regress other weights." (Continues the on-device-AI vs authored-tags fight from 265.) Also: Hover auto-renews domains 2 days out — @genebean's alert script gets a Dave thumbs-up. HLS-in-RSS tracker (livewire) Dave Winer — distributable is not distributed ------------------------------------------------------------------------------------------------------------------------------------- BM - FROM THE TIMELINE — podcastindex.social this week (JS & Dave) @js: "the rate of podcast hosts publishing high-quality video in podcast feeds using HLS has gone up quite a bit — thanks mostly to Transistor and Flightcast." (tracker: hls.livewire.io) @js: "Waves of new podcast listeners may exist, but they aren't downloading episodes via RSS, no matter how many podcast apps are being vibe-coded." @js shared Castro's "Podcast apps: a framework for dying" — his read: "well thought-out, but a bit too pessimistic imo — the next few years are going to be interesting." (Steven B: "anyone interested in the PC2.0 namespace read and consider this.") @js on Patreon's "painful update" (Conte, layoffs): "I'd love to know what change Patreon's operational market has undergone in the last six months." @js on the scraping wars: a court ruled aggregated search data (URLs, snippets, index facts) are "publicly accessible facts," not copyrightable — relevant to index/crawler rights. @js (amplifying Dave Winer): "Threads and Bluesky are not distributed. Distributable is not the same as being distributed." @dave: "A 'weight' is just a form of heuristic. Regression is literally built into the LLM at a fundamental level… one slider." — the on-device-abstraction vs authored-tags thread, continued from 265. @dave, namespace repo: merged the block-tag + alternate-enclosure attribution PRs (mid-May); no new commits this week — the action is in adoption, not spec. @csb → @dave @adam: "bros, I've just sent you $15.55 via bitcoin gram and amazingly only one split failed" — boosts still flow on-network (counter to 'streaming sats is over'). @mgdell (Mike Dell): "21 years of podcasting: the thing I don't want us to lose." Mike Dell — 21 years of podcasting Castro — Podcast apps: a framework for dying ------------------------------------------------------------------------------------------------------------------------------------- 01 - "WHAT IS A PODCAST?" — THE AMP ACCORDS PUT A FORM
Podcasting 2.0 July 17th 2026 Episode 265 - "Jihobbyist" Slop or Not! Lightning or Frightening! Adam and Dave go deep with the Boardroom after a 2 week break ShowNotes ------------------------------------------------------------------------------------------------------------------------------------- 00 - PODPING GOSSIP-WRITER → PRODUCTION + INDEX PLUMBING ------------------------------------------------------------------------------------------------------------------------------------- 01 - THE OPEN INDEX TURNS UP INSIDE AN AI SCRAPER (SUNO) <b>@js flagged it:</b> a hack at Suno reveals the AI music generator used <b>PodcastIndex</b> to do its targeting — "with the help of an online tool called PodcastIndex, Suno identified 420,000 different podcasts that had at least five 30-minute episodes and sought to download roughly 1 million hours of podcasts." <b>Board question:</b> the Index exists to be "free, for any use" — and here "any use" is an AI company bulk-harvesting a million hours to train on. Is that the deal working as designed, or does anything change? A live test of the open-index ethos. Ties straight to the on-device/namespace fight below and to the spam/AI-slop lane — the same extraction pressure from three directions. Hack reveals Suno scraped via PodcastIndex (404 Media) ------------------------------------------------------------------------------------------------------------------------------------- 02 - ON-DEVICE AI vs NAMESPACE TAGS — "DIDN'T YOU INVENT THE NAMESPACE?" <b>Your own post set it off:</b> Adam — Apple in talks to run a startup's compressed AI models on-device (PrisMML) — "More fodder for on-device features vs new tags." The core board fight of the week. <b>🎧 CLIPS TO PLAY — a 3-part PNWR sequence (Cridland and Sethi discussing your position; your own SOT is NOT in their show, so play + respond):</b> <b>1. The jab (44.5s):</b> recap of the Car Curious "podcast annotations" (≈ Apple timed links) debate — Nathan Gathright: LLM-from-transcript data stays the purview of players, not publishers; Sam Sethi: "Adam Curry also came in… he sees LLMs as the way for on-device abstraction of data rather than tags. And I'm like — didn't you come up with the namespace?" File: <i>01 - Cridland Sethi - Adam annotations, didnt you invent the namespace - PNWR.mp3</i> <b>2. Sethi's thesis (55s):</b> his actual position — fine, copy Apple, let LLMs do transcripts as a FALLBACK "if you can't be bothered," but if a creator wants to put real data in the feed, respect what the creator wants FIRST. "An LLM is a fancy autocomplete system… I'd much rather the creator is given the opportunity to do something good first." The publisher-vs-LLM argument, self-contained. File: <i>02 - Sethi - an LLM is a fancy autocomplete, creator first - PNWR.mp3</i> <b>3. The Spurlock correction (36s):</b> Sam apologizes for mischaracterizing @js — "I don't think we should leave it up to LLMs at all… but in practice it's going to be the app crawlers that mark shows up using hard work and drive for differentiation, not the publishers themselves." It might not be an AI LLM, but someone still has to mark the metadata up. File: <i>03 - Sethi - Spurlock correction, app crawlers not publishers - PNWR.mp3</i> <b>Ammo for your side:</b> @manton — his daughter's voicemail "Hi dad, this isn't an emergency" was transcribed by Apple as "this is an emergency." Player-side LLM inference is lossy; publisher-authored tags are authoritative. The case for the namespace in one anecdote. Cultural backdrop (@js, Atlantic "The End of Reading"): a postliterate generation that treats reading the source as "arbitrarily withholding information" — if the phone abstracts everything for you, who ever touches the feed? Apple + on-device AI compression (CNBC) The End of Reading Is Here (Atlantic) ------------------------------------------------------------------------------------------------------------------------------------- 03 - FUNDING NAMESPACE: STREAMING SATS COLLAPSE → APPLE CASH IN podcast:funding? <b>Streaming sats fell off a cliff:</b> PNWR — Sam Sethi says boosts/streaming sats are "down to pretty well zero" in July:
Podcasting 2.0 June 19th 2026 Episode 264 - "Podcast Plebicide" ShowNotes ------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------------- Justin Jackson's post: We Have A Communication Problem ------------------------------------------------------------------------------------------------------------------------------------- 00 - PODPING.ALPHA STABLE + INDEX / PV-ALPHA HYGIENE <b>Milestone:</b> Dave — "I think we can safely say that podping.alpha is stable now. It's been many weeks of 100% uptime." Lead the boardroom with the win. <b>PV-alpha 500s:</b> @mitch + Dave debugging the "get a list of feeds that have updates over the last X" endpoint throwing 500s; @mitch adding a delay between paginated requests in case it's a too-many-requests block. <b>Feed de-listing puzzle:</b> Dave to @ChadF — a feed marked dead with no spam flag; aggregators de-listing it for some other reason. Open question. <b>Iroh 1.0</b> — Dave flagged it: "Dialing keys instead of IP addresses." p2p networking, boardroom catnip — worth a riff with Dave. Discussion: also surface your own snags — Sovereignfeeds webhook "Unknown Error sending to Server" and ladder.podcastindex.org appearing down (to @StevenB / Dave). Iroh 1.0 Release ------------------------------------------------------------------------------------------------------------------------------------- 01 - SPAM + AI-SLOP — TOWARD A "SPAM-COP SCORE" ------------------------------------------------------------------------------------------------------------------------------------- 02 - MEASUREMENT: AMP'S 30-SECOND "PLAY," ROUND TWO AMP defined a "play" as 30 seconds; Spotify immediately adopted it. You and Dave already called 30s "bullshit" last week — push total listen time + percent-completed as the real metrics. <b>The walkback:</b> AMP's original press release said "30 seconds of content played… once per user per session" — and quietly DELETED "once per user per session," leaving a woolier definition. James flagged it on-page with the HTML5 del tag. <b>YouTube is in AMP:</b> Google confirmed YouTube "has been participating in the AMP-led conversations" — implies YouTube uses a 30s play. Apple's stance still unknown. RSS.com test (Alberto): moving the DOWNLOAD threshold 60s to 30s changed totals by ~1% — negligible. So 30s for both plays and downloads is just simpler. <b>The HLS gotcha:</b> playing 10s of an HLS video podcast still downloads ~60-72s, so server logs can't tell real play — only player-side instrumentation (Spotify, future Apple) can. James: it's all too "cloak and dagger." <b>Watch July:</b> AMP's implementation doc is due July and the group is light on technical people — needs to be real technical work, "not a sales press release." Understanding podcast stats (PodNews) ------------------------------------------------------------------------------------------------------------------------------------- 03 - BEYOND CPM — INDIE + MISSION-DRIVEN ECONOMICS <b>Losh Moodaley ("Beyond CPM"):</b> the indie middle class (5k-25k downloads = only ~1-1.5% of all podcasts) can't survive on CPMs. Roadmap: audience-as-economy, sell exclusivity not inventory, scale outcomes not audiences, "owners of trust, not renters of attention." Pure V4V-adjacent framing — Sam Sethi tied it straight to TrueFans activity-based value (a share or comment is value, not just dollars) and "creator portals." Easy on-ramp to your worldview. <b>Vox Topica (Richard Fall):</b> full-stack agency for nonprofits/mission-driven orgs — speaks engagement/reach/"depth of message," not downloads. Nonprofits resist AI voices (authenticity) but use AI for scripts/cleanup/show notes; now recommends video to ALL clients. Beyond CPM: Surviving the New Measurement Era (PodNews Daily) Vox Topica ------------------------------------------------------------------------------------------------------------------------------------- 04 - NUMBERS + MONEY MOVES --------------------
Free AI-powered daily recaps. Key takeaways, quotes, and mentions — in a 5-minute read.
Get Free Summaries →Free forever for up to 3 podcasts. No credit card required.
Listeners also like.

Podmastery: podcasting insights and advice for indie creators
Practical podcasting advice for independent creators aiming to grow their audience and improve production.

Public Figures
Audioboom Studios

Macworld Podcast
A weekly roundup of news, reviews, and tips focused on Apple products and the broader ecosystem.

Better Offline
Ed Zitron investigates how tech’s powerful players shape society, from crypto scams to venture capital, through interviews and critical analysis.

The Best One Yet
Daily business news explained through sharp analysis and witty commentary, delivered in concise 20-minute episodes.

Accidental Tech Podcast
Three nerds discuss technology, Apple, programming, and related topics.

Two Parents & A Podcast
Two parents navigate raising kids, building a relationship, and tackling topics from entrepreneurship to dental industry critiques.

Posting Through It
Investigative journalists explore how social media shapes modern politics through reporting, analysis, and guest interviews.

Reply All
A podcast that explores the internet and its impact on modern life through investigative stories and personal narratives.

This Week in Tech (Audio)
A weekly roundtable of tech insiders discusses the latest developments in AI, robotics, computing, and digital privacy.

Possible NOW
Explores the future of marketing, culture, and technology through conversations with innovators shaping bold new possibilities.

Upgrade
Explores how technology impacts daily life, from personal devices to digital entertainment.
The Podcast Index presents Podcasting 2.0 - Upgrading Podcasting
AI-powered recaps with compact key takeaways, quotes, and insights.
Get key takeaways from Podcasting 2.0 in a 5-minute read.
Stay current on your favorite podcasts without falling behind.
It's a free AI-powered email that summarizes new episodes of Podcasting 2.0 as soon as they're published. You get the key takeaways, notable quotes, and links & mentions — all in a quick read.
When a new episode drops, our AI transcribes and analyzes it, then generates a personalized summary tailored to your interests and profession. It's delivered to your inbox every morning.
No. Podzilla is an independent service that summarizes publicly available podcast content. We're not affiliated with or endorsed by Podcast Index LLC.
Absolutely! The free plan covers up to 3 podcasts. Upgrade to Pro for 15, or Premium for 50. Browse our full catalog at /podcasts.
Podcasting 2.0 publishes weekly. Our AI generates a summary within hours of each new episode.
Podcasting 2.0 covers topics including News, Technology, Politics. Our AI identifies the specific themes in each episode and highlights what matters most to you.
Free forever for up to 3 podcasts. No credit card required.
Free forever for up to 3 podcasts. No credit card required.