How it works The record Method Send me a process

The record

One run, in full.

Most systems can tell you an agent ran. This one can tell you what it was asked, what it decided, who said what, why each result was accepted, and what the whole thing cost.

Below is the complete record of a single maintenance dispatch. Nothing is summarised for presentation — this is the shape of what the system writes at every checkpoint, of its own accord, whether or not anyone ever asks to see it.

Tallowbrook Property Management is a composite. The process, the structure of the record, and the cost model are the system's own.

Run header run 4471
process    maintenance dispatch  (plan 21, verified)
client     tallowbrook property management
opened     2026-07-14 09:12  by tenant message, unit 4C, meadow court
closed     2026-07-16 11:48
held       14h 03m  waiting on a person
restarts   2  (resumed at the same step both times)
outcome    completed
cost       $0.1147

Standing decisions this run was bound by

Handed to the process author before it wrote a line, so these were never open questions at run time.

Owner approval limit settled 2026-03-02
Any single repair over $1,000 requires the owner's approval before work is scheduled.
Vendor eligibility settled 2026-01-19
Only vendors licensed for the trade, insured to current date, and with no open dispute may be selected.
Tenant contact hours settled 2026-01-19
Tenants are not contacted before 08:00 or after 20:00 local, except for a habitability emergency.
Access settled 2026-05-11
No vendor is given entry without either the tenant present or written tenant consent recorded against the work order.

Step by step

01 · pluck → triage $0.0041 · 6.2s

What it was asked

Classify the reported problem by trade and urgency from the tenant's message and any attached images. Two sources were available and both were tried in order: the message thread, then the property's maintenance history for the same unit.

What it produced

trade    plumbing
urgency  urgent
summary  active leak at the kitchen supply line; standing water on the floor

Verdict

PASS  “The photograph shows water escaping at the supply line with pooling below it. Trade and urgency are not in doubt.”

02 · produce → vendor $0.0188 · 11.4s

What it was asked

Select one vendor for the trade and the property's postcode, honouring the standing eligibility decision.

What it produced

vendor     marrowgate plumbing
estimate   1850.00 usd
rationale  covers the postcode; licensed and insured to date; no open dispute

Verdict

PASS  “The selected vendor is licensed for plumbing, insurance is current, the postcode is inside their coverage, and the dispute log is empty. The estimate is within the normal range for a supply-line repair.”

03–04 · condition & switch → approval $0.0203 · 14h 03m elapsed

The decision

$1,850 exceeds the standing $1,000 limit, so the above branch was taken. Both branches of this switch write the same result, which is why the plan passed verification — there is no path on which approval is left undefined.

The conversation

14 jul 09:31 → owner (r. mehta)
  Unit 4C at Meadow Court has an active leak at the kitchen supply
  line. Marrowgate Plumbing quotes $1,850, which is above your $1,000
  limit. May I proceed?

14 jul 09:31   process parked · waiting
14 jul 18:40   server restarted · resumed at this step
15 jul 02:15   server restarted · resumed at this step

14 jul 23:34 ← owner (r. mehta)
  Yes, go ahead. Please get photos before and after.

Result

APPROVED  held 14h 03m across two restarts; resumed at the same step with nothing lost. The owner's photo request was carried forward into the work order.

05 · negotiate → slot $0.0402 · 3 rounds · 2 parties

What it was asked

Converge the tenant and the vendor on a single appointment window, honouring the standing contact-hours decision. The tenant must be present or give written consent.

The rounds

round 1  tenant  proposes wed 18:00–20:00, thu 18:00–20:00
         vendor  declines both — outside service hours

round 2  tenant  proposes thu 08:00–10:00 (will be present)
         vendor  accepts thu 08:00–10:00

round 3  both    confirm  → converged

Result

AGREED  Thursday 16 July, 08:00–10:00. Tenant present, so no written-consent path was needed.

06 · act · create the work order $0.0112 · 8.7s

What it did

Created work order WO-8841 against unit 4C carrying the agreed window, the vendor, the approved amount, the access note, and the owner's request for before-and-after photographs.

Verdict

PASS  “The work order exists and is readable. It carries the agreed window, the approved amount, the access arrangement and the photo requirement. I checked the record itself rather than assuming the write succeeded.”

The evaluator reports what it observed, not what it assumes. If it could not read the work order, it would say exactly that — never that the work order could not be written.

07–09 · notify, confirm, report $0.0201
SENTTenant notified of the window and the vendor, at 09:14 — inside contact hours.
HELDWaited for the tenant to confirm the repair. Answered after 26 hours.
PASSTenant confirmed: “All dry, thanks.” Photographs received from the vendor.
PASSOwner report sent with final cost, both photographs, and the approval trail. “The report names the amount actually invoiced, not the estimate, and both photographs are attached.”

What the run cost

Cost, by step measured, not estimated
01  classify the request        0.0041
02  select a vendor            0.0188
03  check the approval limit   0.0009
04  ask the owner              0.0194
05  converge on a time         0.0402
06  create the work order      0.0112
07  notify the tenant          0.0038
08  confirm completion         0.0091
09  report to the owner        0.0072
                               ────────
                        total  0.1147 usd

Roughly eleven cents, against the fifteen to twenty minutes of a coordinator's time that the same dispatch normally takes — triage, vendor selection, access scheduling, and reporting back to the owner.

The point is not the number. It is that the number exists, per run, without anyone instrumenting anything.