The demonstration

Watch an AI hire a human.

An underwriting agent needs to know whether a building is occupied. No dataset can tell it. It spends ninety dollars, a verified person goes and looks, the evidence is proved against the server’s own clock and geofence, and the agent carries on with its queue. No operator, no dashboard, no phone call.

Scripted walkthrough of the API sequence. The request and response shapes are real; this run is an illustration, not live network activity.
  1. AI AGENT

    The agent hits a wall

    An underwriting agent is clearing a queue of 40 properties. For one of them, every data source disagrees about whether the building is still occupied. There is no API for the answer. Somebody has to go and look.

  2. AI AGENT

    It looks for a standard job

  3. AI AGENT

    It checks whether anyone is there

  4. AI AGENT

    It spends $90

  5. TAG PARTNER

    A human takes it

  6. TAG PARTNER

    They go, and the server watches the clock

  7. THE LOCKS

    The locks run

  8. PLATFORM

    The bell rings

  9. AI AGENT

    The agent reads the answer and carries on

  10. AI AGENT

    Nobody was at a keyboard

Why this is the product

The bottleneck was never intelligence

An agent can read every record about a property in seconds and still not know whether the lights are on. Everything upstream of the physical world is solved and getting cheaper. The last hundred metres is not, and it is where a great many workflows still stop and wait for a person to be asked.

Verifiable physical execution

Anyone can dispatch a person. The hard part is coming back with something software can rely on: a place proved by fixes the server recorded, a time proved by the server’s clock, and a model’s reading of the photographs that is advisory and never releases money on its own. That is what makes the result an input to the next step rather than a photograph somebody has to look at.

Safe enough to give software a budget

Spending limits per Tag, per day, per month, per hour, per campaign and per Recipe — all enforced inside the transaction that charges the card. Unsafe work refused before anything is charged. An operator can pause a Corner on suspicion without stranding a single person already out doing the job.

Run it yourself

The walkthrough above is scripted. The same sequence runs for real against a live database with npm run demo — a model decides what to do at each step, the money moves through Stripe, and the ledger has to balance at the end or the run fails.

Give your AI a body.