
BitTorrent Creator's Manyana Is Trending on GitHub — Here's How to Add AI to It
Bram Cohen — the creator of BitTorrent — just released Manyana on GitHub. It's a Python library that implements CRDT-based version control , and it's been making waves on Hacker News and GitHub Trending. Here's the quick pitch: traditional VCS systems like Git approximate merge correctness with heuristics. CRDTs give you commutativity and associativity of merges for free — meaning merge(A, B) always equals merge(B, A) , no matter what. In this post, I'll explain what Manyana does, why it matters, and how to combine it with NexaAPI to build AI-powered development workflows. What Makes Manyana Different? Consider a classic merge nightmare: two developers branch from the same file. Left deletes a function. Right adds a logging line inside it. Traditional Git output: <<<<<<< left ======= def calculate ( x ): a = x * 2 logger . debug ( f " a= { a } " ) b = a + 1 return b >>>>>>> right Two opaque blobs. You have to mentally reconstruct what happened. Manyana's output: <<<<<<< begin deleted l
Continue reading on Dev.to Tutorial
Opens in a new tab



![[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One](/_next/image?url=https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1368%2F1*AvVpFzkFJBm-xns4niPLAA.png&w=1200&q=75)