# Decentralized AI and the Rise of Sovereign Economic Actors

**Podcast:** web3 with a16z crypto
**Published:** 2026-04-22

## Transcript

We reach a point where the machines are autonomous, they're able to make their own decisions, they have their own on-chain identities, they have the ability to update their own objective functions and reward models, which in combination with crypto-economic property rights basically makes them sovereign economic actors.
All this will be coming in the next 12 months.
That's pretty soon.
For sure.
At that point, you have this completely Darwinian market for intelligence and we don't know what happens next.
Ben, Harry, thank you so much for coming on.
Let's start here.
What is the biggest misunderstanding that people might have about the problem you're trying to solve?
I think probably how deep the problem itself actually is.
I think people think a lot about the AI space right now and they think about this sort of like product level, like the systems they're interacting with, like ChatGPT and things like that, but they don't realize how much is actually behind those systems necessarily.
I think the wider world, how much centralization is actually behind those systems.
Those systems rely on very small number of companies to run them.
To the average user, you sort of know that you're interacting with OpenAI, but you don't actually realize how much is going through their servers and their systems.
Behind the scenes, there's enormous kind of layers of technology.
And actually, that isn't necessarily the best way to build things, as maybe listeners of this will already know.
So yeah, I think they...
They think at that surface level and don't realize there's enormous amounts of infrastructure that doesn't need to be built in the way it's currently built.
And correspondingly, to build the decentralized infrastructure, you have to tackle problems that centralized counterparts don't even need to think about, like the verification of compute and data.
Why is centralization a problem?
in this area?
A few reasons.
I think it depends on your view of technology.
You can go down the pure technological reasons.
And so there's things around the latency between devices, what compute power you're using, the efficiency of all of the compute devices that you're actually using in the world.
One of the big examples we always give is if you look at a centralized company, the infrastructure that they're using is infrastructure that they have to buy and put together.
Whereas if you look at the decentralized world, we're all using very powerful devices every day.
If we could actually use those devices for some of the tasks that the company would do, like training machine learning models rather than just using them, you could have far more kind of efficiency gains over the world's resources if you built things in that way.
So from a purely technological perspective, there's actually a better way of using the world's resources than the current kind of centralized approaches.
You can also look at the philosophical angle of we are building very powerful technology that every human interacts with.
It reflects kind of your internal state.
It starts to learn a lot about you as an individual.
a single company build that representation they hold an enormous amount of power in the world if you actually distribute that out and provide it in a kind of sovereign way i.e it's on all of our own devices and we kind of own it then actually you steer the world in a very different social direction and i think philosophically that's very important to a lot of people right so i think you can look at it on those two angles as there's probably other angles as well yeah what right now looks like a form of economic liberation from large hyperscalers and you know centralized entities it's ultimately going to come on which is more like civilizational particularly as machines are more and more embedded into our lives the economy they're making more decisions you're going to end up wanting to know that those machines are making them without the bias of you know people to thumbs on the scale and you achieve that via decentralization because you have more control over how the models are structured the data they train on and the compute that's you know the models are actually attached to themselves i think there's maybe one um good example of sort of like a pattern from from history here where If you look at social media, when social media first started rising, we saw it as just this like application that we would interact with.
And this goes back to my point at the beginning as well.
We didn't necessarily realize as the wider user base, how much of that was actually just foundational infrastructure for the future of humanity.
This idea that we could interact with each other across enormous distances actually isn't necessarily just a product.
It's fundamental human infrastructure.
And so because we built it as a product, we allowed all of the power to accrue to that small number of companies who built that infrastructure.
Actually, we look at machine learning and AI and we say, well, this is the same thing.
This isn't just a product that you chat with.
It's actually new fundamental infrastructure for humanity.
And we should build that learning from the lessons from before.
If we build it as open infrastructure, we actually enable a much better future for products on top of it, rather than this concentration of power in the hands of the company that captures the entire...
infrastructure and product stack.
That's a great analogy.
Why is crypto necessary for this?
Generally...
Trust is the big piece.
So underneath everything, you have trust and coordination problems.
So if you're building any kind of infrastructure, you're having any interaction between humans or between machines or between machines and humans, you have to establish trust in some situation.
Typically from a pure kind of compute perspective, we take a really narrow example and we say, I have a machine learning model and you have a GPU.
I want you to run my machine learning model.
We have to have a trusted relationship.
Otherwise, I have no idea what you've done when I've handed you my model.
And right now in the current world, we establish that trust.
relationship with a lot of kind of human social infrastructure and so maybe you have a company i have a company we sign contracts if you violate the contracts i could sue you in a court system and then i can recover costs and it's this huge kind of machinery that solves that trust problem for us crypto allows us to do that entirely programmatically and so that's very efficient if it's just humans it's great it makes it more efficient if it's machines it's essential because a machine can't go through the court system it can't operate through those human world trust mechanisms it needs programmatic trust mechanisms and so crypto becomes essential if you start swapping in machines for humans in those interactions and when we initially co-founded jensen we came from sort of traditional machine learning backgrounds so we came from that contract world but then around 2021 we realized in order to get that kind of trust you need a decentralized state machine we did the kind of research walk And we ended up at crypto.
Crypto is the only solution.
And then ever since, we've been building a protocol.
So you came from the AI world.
You shifted into crypto.
You're sort of blending these two big trends together.
Let me ask you, what goes into training all of these AI models?
Maybe you could explain it for somebody who is non-technical.
Sure.
So maybe to give a kind of whistle-stop tour through the history of ML, I guess.
Fundamentally, what you're doing is...
changing a data representation from raw data that exists in the world to a model a machine learning model and this exists in a set of parameters which are big kind of arrays of numbers that capture the information that would otherwise be in that data historically this has been done in a technique called supervised learning so basically in the computer vision domain is a good place to have an example if i have a million images and we all sit down and we label those images and say what's in them so i say there's a cat in this image you say there's a dog in that image and we go through and we of put labels on every single image we can then put all of that data through a machine learning model and the machine learning model will learn those representations so in the future you give it another image and it's like oh i've sent tons of images of dogs i know this is a dog i label it and so that was the kind of historical way that it was done more recently and through time this has changed from just that pure kind of label data learning the representations that humans give it through to learning representations without any human labels so this is unsupervised learning the idea that you just give it a hundred million images and you say learn what you can from these images just cluster them together and figure out the kind of differences you can combine that with supervised learning into semi-supervised learning to get even better results but more recently the most kind of interesting wave has been within reinforcement learning post-training or just reinforcement learning in general where you basically give the machine an environment and a kind of reward signal to operate with, and then you let it explore.
And so this allows it to navigate through whatever that environment is.
And that environment could be...
images or it could be anything it could be the kind of physical world if you have a robot but this allows us to to use the compute that that machine learning model is using to generate its representations without requiring a human to label every sample and so it takes away that kind of like human effort shifts it to the creation of an environment and then just puts it all on the execution of the machine learning model so it's much more efficient from a kind of human input perspective because at the end of the day we're balancing resources like compute power, data, and human effort.
And we need to be able to balance all of those.
We thought a lot in the AI space about compute power.
We haven't thought that much about the human effort one.
And I think with reinforcement learning, we minimize that.
We allow it to explore and do its learning without the kind of human labeling.
So increasing levels of autonomy.
Yes.
I just add that I think as a society, we're about to reach, you know, the water is about to reach the boil in terms of this final piece where humans need to interact less formally with machines.
And they're able to kind of solve that final step that Ben mentioned.
We reach a point where the machines are autonomous, they're able to make their own decisions.
They're their own economic actors.
They have their own on-chain identities.
They have the ability to update their own objective functions and reward models, which in combination with kind of crypto economic property rights, basically makes them sovereign economic actors.
all this will be coming in the next 12 months.
12 months, that's pretty soon.
For sure.
And at that point, you have this kind of just completely Darwinian market for intelligence, and we don't know what happens next.
So it's a very kind of interesting point in civilization.
And it all comes from these kind of developments in both crypto and machine money.
I think there's one point that I think everyone will look back on.
And in hindsight, it'll be obvious.
But if you look at computing as a technology, humans had to learn to interact with a purely deterministic machine.
So it's purely imperative.
We know exactly what it's going to do.
And we have to interact with it with these formal rules because that's how computers work.
And we, I think, have always thought that that's just the way you interact with technology.
Actually, I think historically, we'll look back and that'll be a blip.
it'll be that we had to do that at the very beginning of computing as a technology because we hadn't figured out how to do it more natively for humans and actually we're coming out of that era now and machines are becoming probabilistic having a machine learning model on the other side of the screen instead of just imperative code means that you can interact with it like a human probabilistically and i think humans naturally that's how we operate we're constantly calculating probabilities out in the kind of world that's what we're doing when nothing is certain to us necessarily whereas with computers we've had this short period of time where It is certain and we got used to that, but that's not necessarily natural.
And I think we'll look back and say, oh, that was just like a few decades that we had to do that.
And actually it's much better now that we got past that first kind of growing up phase and now machines are probabilistic just as we are.
Yeah, it sort of reminds me of Thomas Kuhn's structure of scientific revolutions that we're undergoing this paradigm shift.
And previously, there were these models discussed in the 1940s, these different pathways that computing could take.
And it just so happens that we ended up going with the John von Neumann architecture route.
But there were other sort of more neurally focused methods, potential paradigms out there.
And I guess now the technologies are just lining up to enable that other pathway to open up.
Yep.
Yep.
Okay, lightning round for you two.
I'm going to ask just a few rapid fire questions.
What advice should founders ignore?
Oh, almost all of it.
i've gotten this answer before yeah no i learned this heavily in my previous startup everybody will give you advice it always comes from a certain context that that person has and that context is not your context as a founder you have the absolute maximum information about the thing that you're doing you can't give all of that information to somebody else to give you advice and so advice realistically is just a data point that you should ingest you should think about You should decide whether to kind of ingest that data point, not the advice, just the sort of context it's coming from and discard the vast majority of it.
If you actually take advice itself, you're almost all of the time going to be doing the wrong thing, in my opinion.
What's the worst advice that you've gotten then?
I go back to my previous startup.
Whilst raising funds, I spent a lot of time kind of talking to investors about what they thought we should do.
And in the end, I ended up...
pushing the business down a line that came from their advice.
And at the end of it, after two years, I looked at what we built and I said, this is nothing close to the business we should have built.
This is what an investor thought that might be a good business, but they're in a completely different position.
They don't necessarily know the tech.
They don't know what we're looking to solve.
They've just looked at it and applied some sort of like B2B businesses are good framing to it and pushed us down a route.
And there's no kind of downside to them.
They don't have any skin in the game in this situation.
They're not that bothered.
So I think the worst I had was just...
that general wave of pushing us to build a different business and i think that's a huge mistake especially for a very early kind of like first-time founder where you don't realize you sort of you hear this advice and you think it's well well-meaning you think it's good but actually what you should be doing is putting up a kind of wall you should listen to it but decide what you take and you should take very little harry anything to add to that plus one to that i would maybe stress over indexing on credentialism so it can happen either kind of more commercially in the case talking about you know investors and stuff when you're fundraising or it can even happen technically you know we sit in a relatively deep tech area and you're doing things that haven't been done before if people have kind of been adjacent to the area and have lots of opinions about it and you defer too much to them you can end up basically hamstringing yourself and we definitely had scenarios before where we've over indexed on advice from certain people and it's actually slowed us down where in fact if we just said well maybe we just do it a bit more hackily or we just do it kind of the way we think it should look.
And maybe, you know, someone who's been in the space longer might turn their nose up at it.
It doesn't feel true or pure.
You actually get to something which is meaningful and more powerful and more vision aligned faster.
And often the technology is just as good.
So we've learned that one the hard way as well.
What book would you recommend people read?
It's probably a bit cliche, but Zen and the Art of Motorcycle Maintenance.
That's a classic.
It's a really good one.
Heart of Darkness.
Heart of Darkness.
Joseph Conrad.
What is your biggest productivity hack?
I would say...
Managing your energy, not your time.
I think people get wrapped up in thinking about how much time they're spending working and it's the wrong thing to focus on.
If you genuinely are holistically as an individual aligned with what you're doing and want to achieve long term, the best thing you can do is maximize the amount of energy you can put into things.
But the trap there is that...
It can feel like you're not necessarily working as hard as you could be.
But if you understand yourself, your brain and how you work, actually just like stopping staring at a laptop screen, going outside for like two straight hours and just walking gets you through far more work as like real work than you would sitting in front of that laptop screen just grinding out what would be seen kind of normally as work.
And so just forgetting that idea that I have to sit in front of this thing for any kind of set amount of time and thinking about what do I actually just want to achieve here?
And how do I maximally achieve that?
And kind of throwing away the sort of like what it might look like or what other people might think about it in terms of whether it's real work or not is crucial.
But again, you have to be completely aligned holistically with what you want to achieve.
Otherwise, you're going to go off in other directions.
Mine's probably a touch less cerebral, but it's basically powerlifting.
Powerlifting.
You need mind and body.
If you're lifting a very heavy weight, it's a bit like a mental palate cleanser.
It's very hard to think about anything else.
If you're under a squat bar, for example, like a very heavy weight.
It's something I've found where sometimes I go into the gym to lift weights, and I'll be thinking about everything that we've just been talking about.
And then for the period immediately after it, it's like a reset button.
And it's useful doing that, you know, most days.
Finally, what is the smallest hill that you will die on?
I think maintaining a level of curiosity in like, I want to say technical direction, but just like in terms of what you think is going to happen with just like...
Human progress or technical progress.
Because I think we see this kind of cycle where a new technology, and obviously we're talking AI here, will start to get some success wider in the world.
More people will start to understand it.
But it gets to the point where as more people come in, it starts to ossify in the way that it's done.
And I think people start to assume that it's only possible to be done in a certain way.
And I think in some ways that's good because it's how you really generalize and productize things.
But I think what you have to do is...
always maintain this this is temporary because like otherwise what timeline are you operating over are you operating over kind of whatever success for this technology is in the next three months the next six months the next year whatever i think the kind of small tail i would die on is just saying this isn't the end state of this thing so like let's not think that this is the only way to do things let's not think this is the end state let's just like continue to kind of follow that wave but not sort of close off avenues the avenues are always open the space is infinite when just navigating it yeah i guess i would book it out under curiosity okay the main open and receptive yeah i have a very pedantic specific one in the context of hiring which is like years of experience it's pedantic because you often need to use it like for doing wide-reaching searches.
Recruiters will use it, but it just doesn't make sense in our space, frankly.
There can sometimes be a strange correlation where people who have been working too long in one domain area become too ossified and they're kind of thinking around it.
I struggle with that as a metric that people index on.
But it's relatively small in the grand scheme of things because it's like a parameter on a recruiter's screen.
Well, it aligns very well with Ben's point about optimizing for energy rather than time.
Right, yeah.
Great.
Ben, Harry, thank you so much for coming on the show.
Thank you.
Appreciate it.
Thank you.
