An analysis by VectorCertain LLC reveals that 20% of all pending pull requests in the OpenClaw GitHub repository are duplicates, representing an estimated 2,000 hours of wasted developer time. The study examined all 3,434 open pull requests in one of the world's most starred AI projects, which has 197,000 followers. The findings indicate a systemic crisis where multiple developers independently build identical fixes without awareness of each other's work, clogging review pipelines and consuming scarce maintainer attention.
The analysis identified 283 duplicate clusters where multiple developers built the same fix, with 688 redundant pull requests currently pending review. In the most extreme case, 17 developers independently created solutions for a single Slack direct messaging bug—the largest duplication cluster ever documented. Security fixes were particularly problematic, with critical patches duplicated 3–6 times each while known vulnerabilities remained unpatched. Additionally, 54 pull requests were flagged for vision drift, meaning contributions that don't align with project goals.
VectorCertain's entire analysis—processing 48.4 million tokens across three independent AI models—cost just $12.80 in compute and ran in approximately eight hours. The company's claw-review platform uses three models (Llama 3.1 70B, Mistral Large, and Gemini 2.0 Flash) that evaluate each pull request separately, then fuse their judgments using consensus voting. This safety-critical approach, similar to those used in autonomous vehicles and medical AI systems, includes intent extraction, duplicate clustering, quality ranking, and vision alignment stages.
The findings arrive at a critical moment for OpenClaw, following project creator Peter Steinberger's departure to OpenAI and the project's transition to a foundation structure. The analysis supports Steinberger's recent statement that "unit tests aint cut it" for maintaining the platform at scale, particularly after the ClawdHub skill marketplace suffered a production database outage. Joseph P. Conroy, founder and CEO of VectorCertain, explains that "multi-model consensus verifies that what the developer built is the right thing to build"—a fundamentally different question from whether code works as intended.
OpenClaw's governance challenges extend beyond duplicate pull requests. The project has faced mounting security concerns, including the ClawHavoc campaign that identified 341 malicious skills in its marketplace and a Snyk report finding credential-handling flaws in 7.1% of registered skills. Meanwhile, pull request submissions have vastly outpaced review capacity, with over 3,100 pull requests pending at any given time despite maintainers merging hundreds of commits daily.
The claw-review tool used for this analysis is open source under MIT License and available on GitHub, enabling any project to conduct similar analyses. VectorCertain's enterprise platform scales the multi-model consensus approach to safety-critical domains including autonomous vehicles, cybersecurity, healthcare, and financial services. The company's analysis represents just the tip of the iceberg in terms of wasted developer time, energy, and maintainer capacity consumed by redundant work in large-scale open-source projects.



