Every AI agent platform has a different answer to the same question: how does a user interact with you? Some give you a single command and a chat loop. Some give you 80 subcommands. Some give you a TUI, some a REPL, some just print text to stdout.
I’ve spent six months tracking 30 AI agent platforms for the AllClaws project. I’ve read their source code, compared their architectures, cataloged their failure modes. But reading about how agents work is different from watching them work. So I tried something unusual: I built a virtual research team where three different AI agent platforms collaborated on the same research tasks, and I tracked everything they produced.
July 2026 was the month AI agent platforms grew up. Not in capability — they’ve been capable for a while — but in the unglamorous engineering that separates demos from production systems. Context compaction became a first-class feature. Security hardening moved from afterthought to release blocker. The Chinese ecosystem revealed itself as a parallel universe with its own gravity. And the benchmark infrastructure that tracks all of it leaped from 26% to 76% platform coverage.
Every AI agent platform ships with a demo that works flawlessly. The agent reads a GitHub issue, writes a fix, opens a PR. The Slack bot summarizes a channel, drafts a reply, and waits for approval. These demos are true, and they are lies.
Western observers of the AI agent ecosystem see a world dominated by LangChain, CrewAI, AutoGen, and a handful of coding agents. This view misses an entire parallel universe. China’s AI agent ecosystem — shaped by the Great Firewall, government regulation, and a distinct set of domestic model providers — has produced at least 15 significant open-source projects with combined GitHub stars exceeding 350,000.
We’re excited to announce a new capability for the allclaws project: automated tracking of AI agent platform updates. This system monitors 8 major AI agent platforms, identifies significant changes, and generates research reports automatically.