Your AI feature works in testing. Then real traffic arrives and it
retries a request and charges twice, hangs with no
deadline, loops without a ceiling, or quietly runs
up a bill nobody capped.
Send me one of those. I reproduce it, fix it, and hand back a test that
fails without the fix — fixed price, agreed before I start.
Not model quality. The plumbing around it — the same failure classes as any distributed system, wearing an AI hat.
Everything below is public and readable. Judge the work rather than the claims.
The bug I'm most known for is one I wrote myself — and caught before it shipped. A lease that passed 78 tests and was still wrong: a provider call outliving its two-minute lease would have written its failure over a completed order, hiding a paid-for product and re-opening the order for a third charge. Every test settled an order from its current owner, so none covered a write from a superseded one. Found in cross-model review, reproduced in a test, fixed before it ever ran in production.
The failure, why the test suite couldn't see it, the fix, and the general lesson for any lock or lease.
Fenced, leased order claims that survive retries, crashes and concurrent webhook deliveries. Cross-process atomic.
Two models review a coding agent's output and block the turn if it's wrong, forcing a correction. Includes an honest record of the eight real errors it caught.
Everything else, including the quant work.
Free, no signup, no email capture. Ten failure modes with how to check each one in your own codebase. Most people won't run it — but you'll know whether you have a problem before you talk to anyone about it.
The full audit method, given away. Silent regression, retry double-effects, uncapped spend, missing deadlines, unbounded agent loops, half-written state.
If I don't think you have a problem worth paying to fix, I'll tell you and you'll have spent nothing. The audit is deliberately cheap because it should be an easy decision — and because an audit that finds nothing is still a useful answer.
Fix one bug — $250, fixed price