← Latest papers
💻 computer science

A Review on Building Blocks of Decentralized Artificial Intelligence

This paper presents a systematic literature review of 71 studies to identify the fundamental building blocks of decentralized artificial intelligence (DEAI) solutions through a bottom-up analysis, while also proposing future research directions and addressing open problems related to privacy, ownership, and control.

Original authors: Vid Kersic, Muhamed Turkanovic

Published 2026-07-31
📖 8 min read🧠 Deep dive

Original authors: Vid Kersic, Muhamed Turkanovic

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the internet as a giant, bustling city. For a long time, this city was built by a few massive construction companies who owned all the skyscrapers, the power plants, and the roads. They decided who could enter, what rules applied, and how much it cost to use the lights. This is how most of our current "smart" technology works today. We call this Centralized Artificial Intelligence (CEAI). It's like having a single, super-smart brain in a giant fortress that learns from everyone's data but keeps all the secrets and profits to itself. While this brain is incredibly powerful, it has a big problem: if the fortress gets locked down, the lights go out for everyone, and no one else gets to see how the brain thinks.

But what if we could build a different kind of city? One where every house has its own little brain, and they all talk to each other directly, without a boss telling them what to do? This is the world of Decentralized Artificial Intelligence (DEAI). It's like a neighborhood where neighbors share their tools, trade their recipes, and vote on how the community garden grows, all without a mayor. The paper you are about to explore dives into this exciting, chaotic, and hopeful new neighborhood. It asks: if we want to build a smart city where everyone owns a piece of the brain, what are the actual bricks, mortar, and blueprints we need? It's not just about dreaming of a free internet; it's about figuring out the nitty-gritty of how to make it actually work.


The Big Picture: Building a Brain Without a Boss

So, what did the authors, Vid and Muhamed, actually do? They didn't build a new AI themselves. Instead, they acted like super-organized detectives. They went on a massive scavenger hunt through the world of science and tech projects, looking for any clue about how people are trying to build these decentralized AI networks. They found 71 different studies and projects (a mix of official research papers and "gray literature," which includes technical reports from companies and projects that haven't been published in journals yet).

Their mission was to stop looking at the whole messy puzzle and instead find the individual puzzle pieces. They wanted to answer a simple question: What are the essential building blocks of a decentralized AI system? They didn't just want to say "it's cool"; they wanted to list the specific parts needed to construct it, like a master builder's checklist.

The 13 Essential Bricks

The authors discovered that to build a decentralized AI network, you need 13 specific building blocks. Think of these as the different rooms and utilities in a house. You can't just have a roof; you need plumbing, electricity, and a front door. Here is what they found, explained with some everyday analogies:

  1. The Registry (The Phonebook): Imagine trying to find a specific mechanic in a city with no phone book. You'd be lost. In the AI world, you need a trusted list of all available AI models. Currently, big companies keep their own phonebooks. The authors say we need an open, public phonebook where anyone can list their AI "worker" so others can find them.
  2. Incentivization (The Tip Jar): Why would anyone run a server or share their data if they get nothing? In a decentralized world, you need a way to pay people. The authors found that most projects use digital tokens (like crypto) as a "tip jar" to reward people for sharing their computing power or data.
  3. Marketplace (The Bazaar): This is the place where people actually trade. It's like a digital flea market where you can buy an AI model, sell your data, or hire someone to train a model for you. It connects the people who have the tools with the people who need them.
  4. Reputation (The Yelp Score): In a world where anyone can join, how do you know who is trustworthy? You need a reputation system. Just like you check reviews before buying a used car, these systems rank AI models and users based on how well they perform, so you don't get scammed by a "bad actor."
  5. Ontology (The Dictionary): If I say "cat," do you mean a furry pet or a type of software? To make sure different AI agents understand each other, they need a shared dictionary and set of rules. This building block ensures that when one AI says "bird," the other knows exactly what kind of bird it is.
  6. Discoverability (The GPS): Having a phonebook is great, but what if you need to find a mechanic who fixes only vintage cars at night? Discoverability is the smart search engine that helps users find exactly the right AI service they need, even if they don't know the exact name.
  7. Training (The Gym): This is where the AI gets strong. It's the heavy lifting part where the model learns from data. The authors found that while some systems focus on this, it's incredibly hard to do in a decentralized way because it requires a lot of power.
  8. Inference (The Performance): This is the AI doing its job after it's been trained. It's like the mechanic actually fixing your car. This is easier to decentralize than training because it doesn't require as much power, and many systems focus on letting users run these "performances" on their own devices.
  9. Ownership (The Deed): Who actually owns the AI? In the old world, the company that built it owns it. In this new world, the authors suggest that ownership should be clear and transferable, like a digital deed. If you create an AI, you should be able to prove it's yours and sell it if you want.
  10. Data (The Fuel): AI needs data to learn, just like a car needs gas. This block is about how to handle that fuel safely. It involves making sure data stays private and that the people who own the data get to decide who uses it.
  11. Governance (The Town Hall): Who makes the rules? In a decentralized system, there is no CEO. Instead, there needs to be a way for everyone to vote on how the system changes. This is the "town hall" where the community decides the future of the network.
  12. Cryptography and Privacy (The Secret Code): To keep things safe and private, you need strong locks. This block uses advanced math (cryptography) to ensure that only the right people can see the data and that the AI's actions can be verified without revealing secrets.
  13. Identity (The ID Card): In a world of anonymous users, how do you know who is who? This block gives every AI agent and user a unique digital ID, so they can trust each other without needing a central boss to verify them.

The Glue and the Hurdles

Beyond these 13 bricks, the authors also found three important "features" that hold everything together: Standards (so different parts fit like Lego bricks), Security (protecting against hackers), and Transparency (making sure everyone can see what's happening).

However, it's not all smooth sailing. The paper points out one major challenge that keeps popping up: Updating Global Models. Imagine if you and your friends are all trying to build the best LEGO castle together. How do you decide which version is the "best" one to keep? The authors suggest that figuring out how to update the "global" AI model when new, better data comes in is still a tricky problem that needs more work.

What's Missing and What's Next?

The authors were careful not to say they had solved everything. In fact, they pointed out that no single project they found had all 13 building blocks working perfectly together in the real world yet. Most projects are still in the "prototype" or "early experiment" phase.

They also noticed that while some building blocks (like Marketplaces and Data) are being explored a lot, others (like Identity and Ontology) are still a bit neglected. They suggest that future researchers should stop trying to build the whole city at once and instead focus on perfecting one brick at a time, then figuring out how to snap them together.

The Verdict

So, what's the takeaway? The paper suggests that the dream of a decentralized AI is possible, but we are still in the "blueprint" stage. We have identified the 13 essential parts needed to build it, and we have some ideas for how they might work. But we don't have a fully functioning city yet. The authors believe that if we can get these building blocks to work together—especially the tricky parts like ownership, reputation, and updating models—we might just be able to build an AI future that belongs to everyone, not just a few big companies. It's a big, exciting puzzle, and this paper just handed us the box with the picture on it, so we know what we're aiming for.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →