Twitter/X

Hasan (@hasantoxr) argues on 2026-06-08 that “verification debt” — fast AI code…

Brief

Hasan (@hasantoxr) argues on 2026-06-08 that “verification debt” — fast AI code but slow, untrusted reviews — persists, and TestSprite 3.0 closes the loop by exercising the real app (clicking through like a user) to build and run tests. Key features include a live exploration grid, per-session video replay, API data-flow visibility, and Auto-Heal; it found a billing bug missed by three reviewers, and Hasan contends another AI reviewer won’t suffice — you must test the actual app.

Source evidence

This is wild.

AI can write code in minutes, but reviewing a pull request can take days. And most engineers still don’t fully trust what actually gets shipped.

That gap has a name now: verification debt. And TestSprite 3.0 is the first tool actually built to close it.

Here's what makes it different from every other testing tool: it doesn't read your code and guess. It opens your app, clicks through it like a real user, figures out what it's supposed to do, and then builds and runs the tests itself.

The new web portal ships with a live agent exploration grid, per-session video replay, complete API data flow visibility on every test, and Auto-Heal that adapts when UI drift would otherwise cause false failures in your CI.

It caught a billing path bug where a user who hit a free-tier limit, upgraded, and then couldn't access their existing work. Three engineers had reviewed that PR. Nobody saw it.

Adding another AI to review your AI doesn't close the loop. Using your actual app does.