|
|
|
|
|
by tossaway842
2130 days ago
|
|
What matters is the aggregate amount over multiple trips. If you underpay on some trips and overpay on others and it is a net wash, then it doesn't really matter for the couriers if the payment algorithm is on the low side on some trips so long as it is on the high side on other trips. Under or overpaying on trips is more of an interest to those engineers trying to optimize marketplace efficiency. Meal delivery businesses have as much of an interest in not underpaying as doing so reduces supply availability and therefore reliability and they have also an interest in not overpaying as that reduces profitability. The ultimate goal is optimal pricing in a three sided market to maximize liquidity as the business model does best when you optimize for volume of transactions. Maximizing liquidity amortizes fixed costs over more transactions. This applies as much to the meal delivery companies as to the restaurants involved. At the end of the day, distance driven is very imperfect as you have issues like poor GPS signal and in cities you have the dilemma of urban canyons and tunnels. Also, drivers don't always take the suggested route. At vehicle speeds, it's hard problem to solve due to time between GPS pings. Another issue besides GPS inaccuracy is clock inaccuracy, especially with round-trip times between server and client and client and server aren't always symmetrical, especially on cellular networks, and this messes up all sorts of clock synchronization strategies. The peanut gallery on HN is seriously underestimating the complexity of measuring distance using GPS. It's pretty darn good when conditions are ideal, but when they aren't, good luck. Another question is the magnitude of the underpayment in the 21% of trips. Are we talking about 1-2%, 5-10%, some other deviation? If it was something like 1-2%, we should all be amazed. Gage repeatability and reproducibility matters. |
|