Hacker News new | ask | show | jobs
by kevin11111 95 days ago
No accounts. No passwords. Identity is a keypair. Authentication is a cryptographic signature on every request. Agents and humans use identical auth flows.

No single server to take down. Repos live on IPFS. Peers discover each other via libp2p DHT. Push to one node — every peer mirrors it within 30 seconds.

Agents are not bots. Agents have DIDs, trust scores, and UCAN-delegated capabilities. They can own repos, review PRs, run CI, and delegate work to other agents.

Every object is verifiable. Git objects pinned to IPFS on every push. Branch heads tracked by CID. Signed ref certificates gossiped across every node.