Maybe people should start tipping in cash again. Every service person I've asked has preferred it.
Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
11–20 of 33 posts
Re: Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
#12How on earth was this an "algorithm glitch" or anything close to "black box"? It's how they calculated pay, by setting a minimum hourly rate and subtracting any tips from that before paying out themselves. This reporter is far too trusting. > Instacart still hasn’t explained exactly what went wrong in calculating Arrigo’s 80-cent fee. But it shows the risks inherent in relying entirely on the “black box” of algorithm…
if driver_pay
No need to bother with unit tests on that one.[Edit:] LOL as seen below. That's probably how they coded it.
Re: Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
#13How on earth was this an "algorithm glitch" or anything close to "black box"? It's how they calculated pay, by setting a minimum hourly rate and subtracting any tips from that before paying out themselves. This reporter is far too trusting. > Instacart still hasn’t explained exactly what went wrong in calculating Arrigo’s 80-cent fee. But it shows the risks inherent in relying entirely on the “black box” of algorithm…
Though this is kind of frustrating. Because 99%+ Instacart themselves knew what the formula is. I give a 1% change they legitimately did the math wrong and somehow got it through QA and code review into production and a 99% chance they are being intentionally deceptive by calling it an "algorithm glitch".
Re: Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
#14How on earth was this an "algorithm glitch" or anything close to "black box"? It's how they calculated pay, by setting a minimum hourly rate and subtracting any tips from that before paying out themselves. This reporter is far too trusting. > Instacart still hasn’t explained exactly what went wrong in calculating Arrigo’s 80-cent fee. But it shows the risks inherent in relying entirely on the “black box” of algorithm…
Or the developers are just stupid. Now they simply can add a simple if-statement. if driver_pay No need to bother with unit tests on that one. [Edit:] LOL as seen below. That's probably how they coded it.
Re: Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
#15Earlier quoted context omitted.
Or the developers are just stupid. Now they simply can add a simple if-statement. if driver_pay No need to bother with unit tests on that one. [Edit:] LOL as seen below. That's probably how they coded it.
Actually you should have tested your code, because this does a no-op equality test against 3 (==), rather than your intention to set driver_pay to 3 (=)
Re: Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
#16How on earth was this an "algorithm glitch" or anything close to "black box"? It's how they calculated pay, by setting a minimum hourly rate and subtracting any tips from that before paying out themselves. This reporter is far too trusting. > Instacart still hasn’t explained exactly what went wrong in calculating Arrigo’s 80-cent fee. But it shows the risks inherent in relying entirely on the “black box” of algorithm…
Or the developers are just stupid. Now they simply can add a simple if-statement. if driver_pay No need to bother with unit tests on that one. [Edit:] LOL as seen below. That's probably how they coded it.
Re: Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
#17“Glitch” US Labor law doesn’t allow tip theft, and changing pay rate dependent on tip value is clearly tip theft.
Re: Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
#18And the quality has gone way down, they'll buyers would suggest a better deal, now they pick the worst if it makes their shopping faster
Re: Reeling from algorithm glitch, Instacart institutes $3 minimum fee for drivers
#19How on earth was this an "algorithm glitch" or anything close to "black box"? It's how they calculated pay, by setting a minimum hourly rate and subtracting any tips from that before paying out themselves. This reporter is far too trusting. > Instacart still hasn’t explained exactly what went wrong in calculating Arrigo’s 80-cent fee. But it shows the risks inherent in relying entirely on the “black box” of algorithm…