Blog

Notes from building Loadbyton

Field notes on UAE drayage economics and the product/engineering decisions behind the platform.

Operations

18 Jul 2026

The idle container is the real cost of drayage — the truck is almost beside the point

A container sitting uncollected at the terminal for two extra days quietly outspends the truck that moved it. The fix isn't a faster truck — it's a committed delivery date and time attached to every job, not a separate spreadsheet someone forgets to check.

Product

30 Jun 2026

Why "just add a phone number field" breaks a freight marketplace

The instant a shipper and carrier can text each other directly, the second job happens off-platform — at which point the marketplace only ever sees the first transaction from any given pair. Contact gating isn't friction for its own sake; it's the difference between a marketplace and a one-time introduction service.

Engineering

5 Jun 2026

An escrow state machine is not optional, even for a demo

PENDING, HELD, FUNDED, RELEASED, DISPUTED — five states, and every transition has to be enforced server-side or the escrow story is fiction. Building it as a real state machine from day one, even before a licensed payment rail exists, is what makes the eventual real-money version a swap of the execution layer, not a rewrite.