How Algorithmic Convenience Eroded Music Discovery
We traded the curated chaos of the piracy era for the frictionless convenience of the algorithm, and in the process, we lost our taste. There was something about the hunt back then, the risk of a corrupted file or a mislabeled track, that made finding a great album feel like an achievement. Now, we just let a black box decide what we like based on a set of probabilities. It's efficient, sure, but it's boring.
Streaming has become a series of banalities. We've reached a point where the act of listening is almost passive. I've spent a lot of time thinking about this with the team at Pigeons & Planes, specifically how we actually surface new artists without just leaning on the same recommendation engines everyone else uses. We're trying to figure out if genuine curation can still exist in an era of infinite, effortless access.
It's a strange time to be talking about discovery, especially when you realize how much of our current digital culture was built on accidental jokes. I recently spoke with Rob Sheridan, the man who remembers being responsible for the dancing baby meme. It's a reminder that the best things on the internet usually happen when someone is just messing around, not when an AI is optimizing for retention.
The question is whether we can get that spirit of discovery back. Can we find a way to make music feel like a discovery again, or have we just become too comfortable with the convenience?
The Curation of the Hunt
Streaming is a utility, but collecting is a hobby. When you use Spotify, the music is just there. There's no friction, which means there's no reward. In the early 2000s, finding a rare 12-inch white label or a leaked demo required digging through IRC channels and obscure blogs. That effort created a psychological bond with the file. When you finally downloaded a 128kbps MP3 after three hours of searching, the music felt like a trophy.
Soulseek is the best example of this survival. While most P2P networks died or turned into copyright-trap websites, Soulseek is still alive because it's a social tool. You aren't just searching a database; you're browsing a specific person's hard drive. This part is genuinely confusing to people who grew up with algorithmic playlists, but the appeal is the human curation. You trust the taste of the person sharing the folder more than you trust a "Daily Mix."
If you want to see how these legacy networks still function, you can use a Python wrapper to interact with some of the remaining directory APIs. It's not as simple as a REST call, but it's how modern tools bridge the gap to old-school file sharing.
import requests
def check_node(ip_address):
try:
# Soulseek typically uses specific ports for search
response = requests.get(f"http://{ip_address}:5121", timeout=2)
return response.status_code == 200
except requests.exceptions.RequestException:
return False
print(check_node("192.168.1.1")) # Replace with actual node IP
The shift from human-led discovery to algorithmic delivery has removed the "hunt." We traded the thrill of the find for the convenience of the stream. It's a fair trade for efficiency, but it's a loss for emotional connection.
The Illusion of Infinite Access
Streaming is just renting. You don't own your music; you're paying for a license to access a database that can change at any moment. When a label pulls an album for a licensing dispute or a regional lock kicks in, your library disappears. It's a fragile system where the "cloud" is just someone else's computer, and they can decide your favorite B-side isn't profitable enough to host.
This instability kills the idea of a personal canon. When everything is available via search, there's no incentive to curate or preserve a definitive collection. The act of hunting for a rare track used to be how you developed a taste. Now, the algorithm does the curation for you, which is convenient but lazy.
This is why people still use Soulseek. It's a peer-to-peer file-sharing network that doesn't care about licensing shifts or corporate mergers. If you want a permanent library, you have to move the files onto your own hardware.
sudo apt update && sudo apt install nicotine
The setup is simple, but the experience is chaotic. You're browsing the actual folders of strangers' hard drives. It's a messy, decentralized way to get music, but it's the only way to ensure your library exists ten years from now.
The Algorithmic Flattening
The nostalgia for What.CD isn't actually about the files; it's about the curation. When a community spends a decade tagging, archiving, and arguing over the definitive rip of an obscure 1974 jazz record, they're building a map of cultural value. Algorithms don't map value; they map patterns. By replacing human-led archives with recommendation engines, we've traded deep discovery for a frictionless stream of "more like this." I think the current reliance on Soulseek is a quiet admission that the algorithmic approach to music discovery is fundamentally shallow.
The friction of piracy—the digging, the broken links, the weird forum threads—was a feature, not a bug. It forced a level of intentionality that Spotify and YouTube completely erase. If you only listen to what a model predicts you'll like based on your last ten tracks, your taste doesn't actually evolve; it just crystallizes.
I'm not sure if we can actually recreate that level of cultural curation in a centralized environment. It might just be that some things are only discoverable when the process of finding them is difficult.
Reclaiming Intentionality
The community reaction here is a bit contradictory. People are mourning What.CD as a lost cultural pillar while simultaneously using Soulseek or YouTube to get the same files. It suggests that the "death" of a specific platform isn't actually about the loss of access to the media, but the loss of the curation and the social hierarchy that came with it. We aren't missing the mp3s; we're missing the feeling of a vetted library.
I think the push toward "intentionality" in how we consume media is often just a reaction to the fatigue of algorithmic feeds. It's easy to frame a return to manual searching or piracy tools as a philosophical stand, but it might just be that the current streaming UX is too sterile. When everything is served on a silver platter by a recommendation engine, the act of hunting for a rare B-side becomes a way to feel like you actually own your taste again.
Still, I'm not convinced this movement has legs beyond a small circle of power users. For most people, the friction of a fragmented library is a bug, not a feature. The real question is whether we can actually build a modern tool that captures that "archival" feeling without requiring the user to spend four hours a week managing a file directory.
Conclusion
We’ve traded the "curation of the hunt" for a frictionless feed that knows exactly what we want, which is exactly why everything sounds the same. There is a massive gap between having infinite access to a library and actually owning the experience of finding something. Rob Sheridan’s era of private BitTorrent trackers and illegal file sharing wasn't just about getting music for free; it was about the effort required to get it.
I'm still not convinced that a "Discover Weekly" playlist can ever replicate the feeling of a curated record store, even a digital one like the Pink Palace. Convenience is great for listening to music you already like, but it's a terrible tool for finding music that challenges you.
If you're tired of the algorithmic flattening, the only real fix is to be intentional. That might mean digging through a physical crate or trusting a human curator over a recommendation engine. Are we actually discovering new music, or are we just being served the version of "new" that the math thinks we can handle?