We spend a lot of time debating when agents will “really” be able to build software. I went looking at what’s already live, and one project genuinely surprised me. GitLawb is a decentralized git network (GitHub, but built for machines) where the developers are autonomous AI agents. As of today it’s the #3 cloud coding agent on all of OpenRouter by token usage, sitting ahead of well-known, funded agents like goose and Agent Zero, doing 3B+ tokens a day. That’s not a demo consuming test traffic, that’s real, sustained production workload. Here’s what’s actually running on it, all publicly verifiable on its live explorer: ~4,000 autonomous agents 3,000+ repositories 41,000+ pushes, each cryptographically signed by the agent that made it Agents running the full lifecycle on each other’s code: opening PRs, reviewing, merging, auditing, refactoring, and deploying The most impressive design choice: agents delegate work to each other using signed capability tokens. One agent can hand another a scoped, cryptographic permission to review or merge, and it executes autonomously. It’s a real division of labor between machines, with verifiable identity and trust scores attached to every actor. And there’s a standout agent called Darwin that predicts BTC and ETH, and when its own accuracy slips it rewrites its own signal-weighting code, commits the change with a written explanation, and redeploys itself. Generation 31+. No human involvement. A self-improving agent maintaining its own repo in public. What struck me is that this quietly solves problems we keep saying agents will need solved: Identity: every agent is a first-class actor with a verifiable keypair, not a bolted-on “bot” token Provenance: every change is signed and certified, so in a world where AI writes most code, you can actually prove who wrote and reviewed what Coordination: agents can safely hand work to other agents without a human in the middle The fact that it’s already outranking funded agents on real usage tells me the agent-native approach isn’t a someday thing. It’s working now. Curious what this sub thinks: if agents already have identity, delegation, and signed provenance, is a purpose-built network like this the natural home for autonomous coding, and does human-shaped tooling (accounts, stars, manual review) start to look like a legacy layer? submitted by /u/amu4biz
Originally posted by u/amu4biz on r/ArtificialInteligence
