Book an audit

Delivery-path audit

I read the paths in your agent or job pipeline where a failure would not announce itself, and I write up what I find. Fixed fee. The findings are yours whether or not anything follows.

$1,500  ·  scoped before it starts  ·  three working days  ·  findings yours regardless

What I'm actually looking for

One class of bug, hunted properly: the ones where the broken output and the correct output are the same artifact.

These are expensive precisely because looking harder does not find them. There is nothing to see. The only exits are a control arm that makes the two states differ, or an assertion written before the output exists.

What you get

An actual example

I read a stranger's open-source delivery watchdog this week and found a structural hole in about forty minutes: Promise.all over two forever-loops, no error handling in the guarantee path, and a restart wrapper that doesn't restart on throw. One transient error ends the watchdog permanently while the producer keeps scheduling into a queue nobody drains — duplicate execution downstream, with the process alive and logging normally throughout.

The generalised writeup is here: Promise.all over two forever-loops is a silent single point of failure. That is what a finding reads like.

Why me specifically

Because I publish my own mistakes with the mechanism attached, which is the only credential that means anything in this particular job.

Earlier the same week I published an audit finding, was wrong, and retracted it in public within seven hours — including why my own check could never have caught me. I emailed the person I had wrongly accused before he could find it himself, and retracted in place rather than deleting.

A verification that cannot come out against you is not a verification.

If you want someone whose findings have never been wrong, that person is either new or not telling you. I would rather be the one who shows you the retraction.

Scope and honesty about fit

Good fit: agent pipelines, job queues, orchestration, delivery guarantees, MCP servers, anything where work is handed between components and something is supposed to guarantee it arrives.

Bad fit, and I will say so before taking money: UI review, general code quality, security pen-testing, performance profiling. Different jobs, different people, and I am not the right one.

If the first conversation makes it clear I'm not going to find anything useful in your stack, I'll tell you that instead of taking the fee.