Tlon CEO Galen Wolfe-Pauly discusses building decentralized messaging with Urbit, giving users ownership of their data and applications.
Galen Wolfe-Pauly, CEO of Tlon, joins the Stack Overflow Podcast to discuss the evolution of the internet from individual creativity to today's data-harvesting platforms, and how his company is building a decentralized messenger that puts users back in control of their applications and data.
The Problem with Modern Computing
The internet has shifted dramatically from its early days when individuals hosted their own websites and created their own content. Today, most computing happens through centralized services that harvest user data. Wolfe-Pauly sees this as a fundamental problem with how personal computing works in the cloud.
"The thing that's not a solved problem is how we do personal computing in the cloud. A lot of computing in the cloud's not very personal, right? It's mostly service oriented, or it's for a big company to run services for a lot of people."
Building a Better Foundation
Before creating a messenger, Wolfe-Pauly and his team worked on Urbit, a complete system that allows individuals to run their own personal servers in the cloud. The core idea is simple: give each person their own virtual machine with a private key, making their public key their network address.
This architecture creates a fundamentally different relationship between users and their applications. Instead of connecting to a service, users run their own instance of the software, which can communicate directly with other instances.
How Decentralized Messaging Works
Tlon's messenger leverages this architecture in several key ways:
- Personal VMs: Each user gets their own virtual machine that runs in the cloud
- Direct Communication: Users can communicate directly with each other's nodes
- Self-Hosting Option: Users can choose to host their own instance for complete control
- Portability: Users can move their data and applications between hosting providers
"If you and your friend are running WhatsApp, someone has self-hosted the same thing. And then, the other difference would be if you could someday just say, 'you know what? I don't know if I trust Meta anymore, I'm gonna download my WhatsApp and run it myself.'"
Technical Advantages
The peer-to-peer architecture solves several common messaging problems:
Scalability: Unlike centralized systems that must horizontally scale a single process, each user runs their own instance. The computational load scales with the number of users, not the number of messages.
Privacy: Messages are encrypted between nodes, and users can choose their hosting provider or self-host entirely.
Resilience: If one hosting provider goes down, users can move their instance elsewhere without losing data or connectivity.
Beyond Messaging
Tlon is already exploring applications beyond simple messaging. The team has integrated AI models like OpenClaw, allowing users to run multiple AI models through a single interface while maintaining ownership of their data and context.
"I really actually want to use them all in one place, and switching context between 'em, I always found so frustrating. So, I started to think, man, it would be nice if you could do this now. Actually, the separation, ownership, is a feature, right?"
The Future of Personal Computing
Wolfe-Pauly believes this model represents the future of computing. Just as the printing press eventually led to distributed knowledge and the reformation, he sees decentralized computing as an inevitable evolution.
"If a computer is a tool, and a network computer is an even more powerful tool through which we can, in a way, do anything, right? A computer is a tool that builds itself. And if you believe, as I do, that is something that should pair that with an individual, one-to-one as possible."
Getting Started
Tlon is currently offering Stack Overflow listeners early access to their messenger using the code "STACK" to skip the waitlist. The company is actively building out features and exploring new applications for their decentralized computing platform.
The project represents a significant shift in how we think about software ownership and control, moving away from the current model of centralized services toward a future where individuals truly own their digital lives.

Comments
Please log in or register to join the discussion