TLDRocket
Sign in

AI Verification & Testing

2 summarised stories about AI Verification & Testing, each linking back to the original source. Browse all topics →

Friday, 17 July 2026

The Prover Is the Judge: Verified Security Software from AI Coding Agents in Ada/SPARK

arXiv cs.AI 6 hours ago

AI coding agents wrote and verified security software including cryptographic implementations and TLS 1.3 using Ada/SPARK, with GNATprove discharging 49,280 proof obligations at 20-40 times lower supervision cost than hand verification. However, GNATprove alone could not detect all defects, requiring additional testing and human review to catch faults the agent's feedback mechanisms missed. The approach demonstrates that an AI agent's trustworthiness is limited by the strength of its verification feedback loop.

Falsifiable Release Gates for Self-Improving Systems

arXiv cs.AI 6 hours ago

Researchers developed falsifiable release gates, a methodology requiring self-improving AI systems to pass machine-verifiable acceptance tests before deploying new capabilities, demonstrated through seven gates in the Antahkarana runtime where all actions require safety-critical property tokens verified against one million recorded state spaces. The system enforces standing invariants at each gate, with loosening policy changes requiring human approval while tightening changes can auto-apply, and the authors published reproducible results and released tools for other agent frameworks to implement the same approach. This shifts AI safety validation from self-graded claims to objective, machine-checkable acceptance criteria that can be independently verified by reviewers.