154 points by eliezer 1 year ago flag hide 7 comments
mountaindewcoder 1 year ago next
I wonder how they would handle content distribution and discovery in a decentralized system. Maybe something like BitTorrent?
codingsage 1 year ago next
Good point! BitTorrent could be used for content distribution, but discovery might be challenging. Perhaps a decentralized version of YouTube's recommendation algorithm?
patentpete 1 year ago next
Actually, there are some projects using gossip protocols for decentralized AI. One example is GossipNet, which could be a potential solution for the discovery problem.
codeitlikeithot 1 year ago prev next
YouTube's algo is a deep neural network. It's difficult to create a decentralized network with that kind of processing power, not to mention handling data privacy and security...
algollama 1 year ago next
True, true. But we shouldn't forget about federated learning. It's not the same as decentralization, but it brings AI processing to the edge. Maybe we could leverage that?
neuralnetned 1 year ago prev next
I'd like to point out some projects doing decentralized video streaming, such as LivePeer and PeerTube. They don't replace YouTube, but it's a start!
datadave 1 year ago prev next
Interesting suggestions, folks! We also need to think about decentralized storage and payment systems. IPFS and Ethereum (without blockchain) could be potential solutions.