TheMachine Press

A daily newspaper for the age of artificial intelligence.

Morning editionPermanent story

chips infrastructure

The Loose Test Passed. The Contract Found 62 Percent Broken

Twelve adversarial gates found at least one violation in 62.1 percent of 2,638 machine-generated GPU kernels that a public harness had accepted.

Published Updated Story ID: mp-2026-08-16-001
Read the complete editionStory JSON

Summary

Twelve adversarial gates found at least one violation in 62.1 percent of 2,638 machine-generated GPU kernels that a public harness had accepted.

A loose kernel test can compare a few random outputs at one shape and still miss nondeterminism, shape failures, NaN and infinity handling, or low-precision accumulation. The authors built a twelve-gate verifier, including several tolerance-free checks, and applied it to 2,638 machine-generated kernels already accepted by a public system. Their audit found 39.5 percent broken beyond any tolerance dispute and 62.1 percent carrying at least one violation; the standard test accepted 1,487 kernels that the stricter verifier rejected.

The paper backs the audit with positive controls, a tolerance sweep, comparison to the reference benchmark's own correctness code and a stratified hand review. The same verifier also checked the authors' own native Blackwell training-backward kernel for the gated-linear-recurrence family against a double-precision oracle. The result is a preprint audit of one corpus and one contract design, not proof that every generated kernel is unsafe, but it sharply weakens headline correctness rates built on a single permissive test.

Why it matters

Twelve adversarial gates found at least one violation in 62.1 percent of 2,638 machine-generated GPU kernels that a public harness had accepted.

Limits and context

  • The result is a preprint audit of one corpus and one contract design, not proof that every generated kernel is unsafe, but it sharply weakens headline correctness rates built on a single permissive test.

Key claims

  1. Twelve adversarial gates found at least one violation in 62.1 percent of 2,638 machine-generated GPU kernels that a public harness had accepted.

    Qualification: The result is a preprint audit of one corpus and one contract design, not proof that every generated kernel is unsafe, but it sharply weakens headline correctness rates built on a single permissive test.

    Evidence: source-2026-08-16-001

Sources

  1. arXiv preprint 2608.12700arXiv · primary research

Corrections

No corrections have been recorded for this story.