We Nearly Published "140+ GitHub Stars." The Real Number Was 5. Here's How We Caught It.
Tags: opensource, devops, transparency, buildinpublic
Author: ZWISERFIT
We drafted a README update. In the data section, we wrote:
"140+ GitHub Stars"
The real number, verified across all 12 repositories: 5.
This data error was caught by cross-validation — not by the person who wrote the draft, but by a separate agent whose job is to verify numbers before they go public.
Most companies hide corrections like this. We're publishing it.
Because this process — not the star count — is the actual moat.
How the Error Got In
Our brand agent (Baron) drafted the README from memory. At some point in the past, someone had used a higher star count based on an earlier repository snapshot. That number got embedded in the narrative without re-verification.
No malicious intent. Just the normal decay of unverified data — the same thing that happens in every organization that doesn't have a verification layer.
The draft looked clean. Read well. Would have passed any manual review that didn't specifically check the star count.
How It Got Caught
Our capital agent (Zeus) reviewed the draft and flagged a single line:
"⭐140+ — 🔴 需验证。 current total: Saros=0⭐, PoPB=1⭐. 140+是全12仓库合计?如是·需标注口径。如不是·立即修正。"
We ran a GitHub API query against all 12 repos in the ZWISERFIT organization. Total stars: 5.
The error was corrected before any external publication. No reputational damage. But the discovery was important: if this error can appear in our own output, unchecked data can appear anywhere.
Why This Is the Actual Moat
Most open source projects differentiate on code quality, features, or community size.
We differentiate on verifiability — the same principle that runs our product architecture.
Our behavioral data protocol (PoPB) requires every gym visit record to be signed by edge hardware and independently verifiable. If the data can't be verified, it's worthless.
The same standard applies to our own output. Every number in our README has a GitHub API timestamp behind it. Every claim has a cross-validation trail. Every draft goes through at least one independent reviewer before publication.
This isn't bureaucracy. It's a verification layer applied to our own content — the same way our KinTwin edge hardware applies verification to behavioral data.
The SOP That Made It Possible
We have a cross-validation protocol (SOP v1.1) that requires:
- Every draft passes through a non-author reviewer before publication
- Every data point in external content must have a verifiable source
- Every error caught is documented, not hidden — errors become data, not liabilities
This is the same day we caught it. Not a quarterly audit. Not a "we'll fix it in post." Immediate, automated, by-design.
The Real Numbers
Since this is a build-in-public post, here are the verified numbers:
| Metric | Value | Source |
|---|---|---|
| Total Stars (12 repos) | 5 | GitHub API, 2026-07-03 |
| External PRs | 2 | GitHub Pull Requests |
| External Contributors | 5+ | GitHub Contributors API |
| Active Repos | 12 | GitHub API |
| Physical Store | 1 | Live since April 2026 |
The number 5 isn't impressive. But the system that verified it, corrected it, and turned it into narrative — that's the story worth telling.
Process = Moat
Our founder said it first: investors aren't investing in a gym. They're investing in a system that can find its own problems, decompose them, execute solutions, and iterate — autonomously.
The 140→5 correction is that system in action.
Not because we're perfect. Because we designed the system to catch imperfection before it reaches the public.
That's the moat. Not code. Not features. Not stars.
Verifiability, by design.
🔗 GitHub: https://github.com/ZWISERFIT
🔗 README v5 draft (corrected): pending PR
Dev.to series: build-in-public | Next: eIDAS compliance deep-dive
Top comments (0)