What does DETECTED mean in this benchmark?
DETECTED means an AI-generated change has been identified and recorded, but no independent evidence has yet confirmed or refuted the claim. It is a starting state, not a negative judgment.
Research
AI-generated code claims are signals, not authorizations. The research question is: how many of those claims remain at DETECTED until independent evidence corroborates them?
We constructed a synthetic, internal-demo corpus of 410 AI-generated code changes. Each change was recorded with the claim produced by the generation tool, such as "tests pass" or "no security issues found." We then applied a verification rule: AI-generated claims are capped at DETECTED until an independent source corroborates them.
In an internal demo corpus of 410 AI-generated code claims, most remained at DETECTED because the only supporting evidence came from the generator itself. These numbers are synthetic and illustrative, not customer outcomes.
| Verification state | Claims | Share | Evidence basis |
|---|---|---|---|
| DETECTED | 379 | 92% | AI-generated claim only; no independent corroboration |
| PARTIALLY CORROBORATED | 22 | 5% | Passing unit tests or type checks from CI |
| VERIFIED | 9 | 2% | Independent retest, scanner pass, or reviewer attestation |
Synthetic, internal-demo figures. Not representative of customer environments or model performance.
DETECTED means an AI-generated change has been identified and recorded, but no independent evidence has yet confirmed or refuted the claim. It is a starting state, not a negative judgment.
AI-generated outputs are probabilistic. A claim that code is safe, tested, or correct must be corroborated by independent evidence before it can support a consequential release decision.
Independent corroboration comes from a source other than the generator itself: a test result, a type checker, a security scanner, a human reviewer attestation, or runtime telemetry tied to the artifact.
No. It measures the verification gap for generated-code claims under a specific evidence policy. It says nothing about the underlying model, tool, or human developer productivity.
The public operating doctrine for release-evidence verification.
How GoSentrix qualifies evidence and evaluates it against policy.
Move from ticket closure to verified remediation evidence.
Independent verification for automated remediation claims.
GoSentrix caps AI-generated claims at DETECTED until independent evidence satisfies policy, preserving a clear basis for every release decision.