You know that feeling when you are deep in a research rabbit hole, or maybe you are just trying to understand a breaking news story, and a friend sends you a link that looks perfect? You click it, the page starts to load, you see the headline, maybe the first paragraph, and then suddenly, the screen dims and a big box pops up telling you that you have reached your limit of free articles for the month. It is incredibly frustrating, especially when you realize that to read that one specific piece of reporting, you are being asked to commit to a monthly or yearly subscription.
Herman Poppleberry here, and Corn, I know exactly what you mean. It is the digital equivalent of walking into a library and having someone slam the book shut right as you get to the good part. Our housemate Daniel actually sent us a prompt about this very thing. He was looking at his own monthly expenses and realized that if he actually subscribed to every outlet he respects or wants to read, he would be looking at an information tax of nearly two hundred dollars a month.
Two hundred dollars just to stay informed. That is a massive hurdle for the average person. Daniel was asking why we do not have a pooled subscription model yet. You know, a Spotify for news where you pay one flat fee and get access to the New York Times, the Wall Street Journal, the Financial Times, and maybe some niche industry rags. It seems like such an obvious solution for the consumer, but the publishing world seems absolutely allergic to the idea.
They really are. And there are some very deep-seated technical and economic reasons for that allergy. Today, we are going to dive into why the news industry is stuck in these walled gardens, the technical cat-and-mouse game of paywalls, and whether or not there are any imaginative solutions on the horizon that could actually work for both the readers and the journalists who need to get paid.
It is interesting because we have seen this shift toward subscriptions across the entire digital economy, but news feels different. If I subscribe to Netflix, I get thousands of movies. If I subscribe to a newspaper, I get one editorial perspective. To get a balanced view, which we always talk about is so important, you practically have to be a millionaire or a professional researcher.
And that creates a real problem for the public discourse. If the only people who can afford high-quality, verified reporting are the wealthy, then everyone else is left with whatever is free. And usually, what is free is either clickbait, heavy-handed propaganda, or low-effort aggregation. We actually touched on this back in episode nine hundred and eighty-seven when we talked about reputation laundering. When high-quality information is gated, it is much easier for people with resources to control the narrative that the general public actually sees.
Right, because the truth is hidden behind a ten-dollar-a-month paywall while the spin is blasted out for free on social media. But before we get into the social implications, let's talk about the math Daniel was pointing out. If a standard digital sub is ten to fifteen dollars a month, and you want a local paper, two national papers, a tech site, and maybe a financial site, you are hitting sixty or seventy dollars before you even blink. By the time you add in specialized trade publications, you are well over that one hundred and eighty dollar mark that some analysts are calling the full-suite threshold.
It is unsustainable for the individual. But from the publisher's perspective, they are looking at the wreckage of the last twenty years. They tried the ad-supported model, and they got absolutely slaughtered by Google and Meta. The cost per mille, or the amount they get for every thousand views, dropped so low that they could not support a newsroom on it. So, they retreated into these walled gardens. They decided that a smaller number of loyal, high-paying subscribers was better than a massive audience of fly-by readers who do not generate any revenue.
But that creates a zero-sum game. They are all competing for the same pool of people willing to pay for news. If I have twenty dollars a month for news, I pick two sites. Every other site is now dead to me. There is no middle ground where I can pay five cents to read one article that caught my eye.
Well, let's look at the technical side of why that five-cent article is so hard to pull off. People always ask, why can't I just pay a quarter to read this? The problem is the payment processing. If you use a credit card for a twenty-five-cent transaction, the processing fee might be thirty cents plus three percent. The publisher literally loses money by letting you pay them. To make micropayments work, you need a massive scale and a very specific technical architecture that just does not exist in a unified way across the web yet.
So instead, they build these increasingly sophisticated walls. I have noticed that the old tricks do not work anymore. You used to be able to just open a link in incognito mode or hit the escape key before the paywall loaded. Now, that almost never works.
That is because we have moved from client-side paywalls to server-side paywalls. In the old days, the website would send the whole article to your browser, and then a little piece of JavaScript would pop up a box to hide the text. It was like putting a curtain over a window. If you knew how to look behind the curtain, the data was already there. But today, most major publishers, like the Wall Street Journal or the Financial Times, use server-side detection. When your browser requests the page, the server checks your cookies and your IP address. If it does not see an active session, it simply does not send the article text at all. It sends the headline and a teaser, and that is it. No amount of browser tinkering will bring back data that was never sent.
And they are getting even more aggressive with identifying bots and VPNs. It feels like the web is being partitioned. It is not one open internet anymore; it is a series of gated communities.
It really is. And the reason we do not have a Spotify for news is largely about data sovereignty. Publishers are terrified of becoming commodities. If the New York Times puts all its content into a bundle with twenty other papers, they lose their direct relationship with the reader. They do not get the email address, they do not get the detailed tracking data, and they do not get to upsell you on their cooking app or their games. They become just another line item in someone else's spreadsheet.
It is the same thing we saw with the music industry, though. The labels hated Spotify at first because they lost control, but eventually, the piracy problem got so bad that they had to say yes to something. You would think the news industry would reach that same breaking point.
You would think so, but the power dynamic is different. In music, a few major labels control almost everything. In news, you have thousands of independent entities with wildly different business models. Getting them to agree on a revenue-sharing formula is a nightmare. How do you value a three-thousand-word investigative piece versus a quick update on a sports score? If you have a pool of subscription money, does it get distributed by clicks? If so, you are just incentivizing clickbait all over again, which is exactly what the subscription model was supposed to save us from.
That is a great point. If you pay for the bundle, and the bundle pays the publishers based on views, the publishers are going to go right back to the sensationalist headlines and the rage-bait that gets the most hits. It destroys the incentive for deep, slow journalism.
We saw this with Apple News plus and a service called Scroll, which was actually quite clever. Scroll allowed you to pay a monthly fee, and in exchange, you got an ad-free experience across a bunch of different participating sites. But it struggled because it could not get enough of the heavy hitters to join. The big publishers felt that they could make more money by keeping their users in their own ecosystem.
It is also a technical nightmare for cross-domain authentication. If I am logged into a bundle service on site A, how does site B know I am a legitimate subscriber without me having to log in again or allowing site B to track my every move across the whole bundle?
That is the technical hurdle that Daniel was hinting at. We do not have a universal API for news access. Every publisher has their own proprietary stack. To make a bundle work, you either need a centralized middleman who tracks everything, which is a privacy nightmare, or you need a new decentralized protocol for identity.
Well, let's talk about those potential solutions. You mentioned decentralized protocols. Are there actually people working on a way to verify a subscription without handing over all your personal data to every site you visit?
There are some really interesting experiments in the decentralized space, specifically using what are called zero-knowledge proofs, or ZKPs. The idea is that you could have a digital wallet that holds a token proving you have paid for a news bundle. When you visit a website, your browser can provide a cryptographic proof that you own that token without ever revealing your identity or even which bundle you belong to. The server sees the proof, verifies it is valid, and serves the content. It solves the privacy issue and the authentication issue at the same time.
That sounds like a dream, but how do you get the Wall Street Journal to accept a token from a random crypto-wallet?
That is the political and economic hurdle. It requires a level of cooperation that the industry has historically resisted. But we might be forced into it by the rise of AI agents. We talked about this in episode nine hundred and forty-eight regarding the future of real-time search. As these large language models become our primary way of interacting with the web, they are essentially acting as our agents. If my AI agent can go out, read five different paywalled articles, and summarize them for me, the publisher gets zero clicks and zero revenue.
Right, the AI is effectively bypassing the paywall's intent, even if it is technically "reading" the page as a user. This is where the tension is really going to boil over. If the publishers do not find a way to let humans and their agents access content in a way that pays the bills, they are going to find themselves completely cut out of the loop.
And that brings us to something that happened earlier this year, the News Integrity Act of January twenty twenty-six. It is a piece of legislation that is still being debated in various forms, but the core idea is to mandate a standard for how publishers share their data with AI companies and search engines. Part of that discussion involves creating a framework for collective licensing. Basically, the government might eventually step in and say, if you want to be indexed by these massive AI models, you have to participate in a shared ecosystem that allows for fair compensation and user access.
It is a bit of a heavy-handed approach, but maybe it is the only way to break the gridlock. I mean, look at how we handle cable television or even the way radio royalties work. There are central clearinghouses that manage the complexity so the individual does not have to. Why can't we have that for digital text?
One of the biggest fears is that a centralized clearinghouse for news would give too much power to whoever runs it. Imagine if a government-backed entity or a massive tech company like Google was the one deciding how much every article is worth. The potential for bias or for silencing dissenting voices is enormous. If you are a conservative outlet or a niche independent journalist, and the central bundle manager decides your content does not meet their "integrity standards," you are effectively cut off from the main revenue stream of the entire internet.
That is a very real concern, especially given the current political climate. We have seen how "fact-checking" and "integrity" can sometimes be used as a cover for simple ideological suppression. If a unified paywall becomes the only way to survive, then whoever controls that paywall controls the press.
That is why I am more interested in the decentralized models we were talking about. If the protocol is open and neutral, like the underlying protocols of the internet itself, then no single entity can gatekeep the content. But building that is a massive undertaking. In the meantime, we are seeing some imaginative proposals that move toward what people are calling content-as-a-service, or CaaS.
How does that differ from just a regular subscription?
Think of it like a micro-asset model. Instead of subscribing to a brand, you are subscribing to a topic or a specific journalist. There are platforms now that allow you to follow a specific beat, and your monthly fee gets distributed to whoever you are actually reading, regardless of which publication they work for. It treats the article as a micro-asset rather than the newspaper as a destination.
I like that. It reflects how people actually consume news today. Most people do not go to one homepage and stay there. They follow links from social media or newsletters. They are following the story, not the masthead.
Precisely. But the legacy publishers hate it because it erodes their brand. They want you to think of yourself as a New York Times reader, not just someone who happens to be reading an article about battery chemistry that happens to be on their site. They want the loyalty, not just the transaction.
It is a bit of a pride issue, honestly. They are clinging to an old-world model of prestige that is being eroded by the sheer volume of information available. I mean, look at the enterprise-level tools Daniel mentioned, like Meltwater or Cision. These are PR tools that cost thousands of dollars a year, and they essentially provide exactly what we are talking about. They aggregate content from everywhere, bypass the friction, and give the user a clean feed.
Right, those tools work because they pay massive licensing fees to the publishers. They are willing to pay for the convenience of not hitting paywalls because for a PR firm or a hedge fund, time is more expensive than the subscription. The publishers are happy to take that money because it is a high-margin, stable business. But they are terrified of offering that same convenience to the general public at a lower price point because they fear it will cannibalize their existing high-value subscribers.
It is the classic innovator's dilemma. They are so focused on protecting their current revenue that they are missing the chance to build a much larger, more sustainable market. If they made it easy and cheap to read anything, they might find that ten times as many people are willing to pay.
And that is the tragedy of it. Most people want to support journalism. They know it is important. They do not want to use shady browser extensions or look for archived versions of pages. They just want a fair price and a smooth experience. When you make it difficult, you drive people toward the low-quality free stuff, which we know is a recipe for social fragmentation.
We should talk about the "Reputation Laundering" angle again, because I think it fits here perfectly. When you have these high paywalls, the only people who can see the full, unvarnished truth are the ones with the money to pay for it. If there is a story about a powerful person doing something unethical, and it is behind a fifteen-dollar-a-month paywall, how many people are actually going to see it? Meanwhile, the powerful person can hire a PR firm to flood the free internet with positive stories and SEO-optimized fluff. The paywall becomes a shield for the wealthy.
That is a profound point, Corn. The paywall inadvertently helps the people who have the most to hide. If the "official" record is gated, then the "unofficial" and often manipulated record becomes the default truth for eighty percent of the population. It creates two tiers of citizenship: the informed elite and the manipulated masses. That is a dangerous place for a republic to be.
So, what are the actual takeaways for our listeners who are struggling with this? Because I know I am tired of having forty different passwords and seeing forty different charges on my credit card statement every month.
Well, first, I think we have to recognize that the "all-you-can-eat" model for news probably won't come from the publishers themselves. It will likely come from the browser or the device level. We are already seeing Apple and Google try to bake these "news passes" into their operating systems. While it is convenient, we have to be careful about giving those tech giants even more control over what we read.
Right, if my phone is my news aggregator, then Apple gets to decide what is "news" and what is "misinformation." We are back to the gatekeeper problem.
My advice to listeners is to look for "open access" initiatives. There are more and more non-profit newsrooms that operate on a "pay what you can" or "membership" model where the content remains free for everyone, but those who can afford it support it. ProPublica is a great example of this. Supporting those models helps keep the information commons healthy.
I also think there is a case for being more intentional with our subscriptions. Instead of subscribing to five different general news sites, maybe pick one and then use the rest of your budget to support independent journalists on platforms like Substack or even niche industry sites. It is more work, but it ensures your money is actually going to the people doing the work you value.
And for the technical side, I think we should keep an eye on the development of these decentralized identity tools. If we can get to a place where we own our own "subscription status" in a digital wallet, it changes the power dynamic completely. It allows for a more fluid, privacy-respecting way to move across the web.
It is funny, we started this talking about the frustration of a pop-up box, and we have ended up talking about the fundamental health of our democracy and the architecture of human knowledge. But that is how it usually goes with these "weird prompts" Daniel sends us.
It really is. It is never just about the ten dollars a month. It is about who has access to the truth and how we sustain the people who find it.
I think the future is going to be a battle between these high-walled gardens and the AI agents that are trying to scale them. Eventually, something has to give. Either the publishers find a way to let us in at a reasonable price, or the walls are going to become irrelevant because the AI will just tell us what's inside without us ever needing to visit.
And that would be a loss for everyone. There is something valuable about actually visiting a publication, seeing the context, and engaging with the original source. I hope we find a way to preserve that while making it accessible.
Me too. Well, this has been a deep one. If you are listening and you have found a clever way to manage your news subscriptions without going broke, or if you are a developer working on one of these decentralized models, we would love to hear from you. You can get in touch through the contact form at myweirdprompts.com.
And if you've been enjoying these deep dives into the plumbing of the digital world, please consider leaving us a review on your podcast app or on Spotify. It genuinely helps other people find the show and keeps us going.
Yeah, it makes a huge difference. We are over a thousand episodes in now, and it is the feedback from you all that keeps it fresh for us.
Thanks to Daniel for sending this one in. It was a great excuse to dig into some of these technical hurdles we have been noticing.
Definitely. All right, I think that is a wrap for today. You can find all our past episodes, including those ones we mentioned on search and reputation laundering, over at myweirdprompts.com. We have got a full archive there with an RSS feed if you want to subscribe.
Herman Poppleberry here, signing off.
And I am Corn. Thanks for listening to My Weird Prompts. We will catch you in the next one.
Until next time!
See ya.
Oh, and Corn?
Yeah?
Did you ever finish that article on the history of the stapler you were trying to read earlier?
No, I hit a paywall.
Of course you did.
I guess I will just have to wait for the movie.
Or just ask Daniel to summarize it for you.
There you go. Problem solved. Anyway, bye everyone!
Bye!