Economy··3 min read

The Platform Economy Through a Developer's Eyes

The complicated feelings of someone who builds platforms looking at the platform economy

From the Side That Builds Platforms

Delivery apps, ride-hailing apps, accommodation apps. Developers are building the platforms we use every day. I spent about two years working on the backend of a commerce platform myself.

Reading critical articles about the platform economy honestly stirs up complicated feelings. When I see "platforms exploit workers," I become aware that the code I wrote is part of that structure.

Looking at Fee Structures Through Code

Delivery app commissions run about 12-15%. There's a lot of debate about whether that's too high, but from a developer's perspective, quite a bit goes into that commission.

Server infrastructure costs, payment system fees (PG providers take about 2.5-3.5%), recommendation algorithm operations, customer service, marketing. In terms of net profit margin, platform companies are often actually in the red or at about 3-5%.

But from what I can see, the real problem isn't the commission rate itself -- it's that platform dependency has gotten way too high. Small business owners can barely operate without delivery apps anymore. The moment it went from optional to essential, their bargaining power dropped to near zero.

When Algorithms Govern Labor

When designing the delivery rider assignment algorithm, efficiency metrics are the core focus. Delivery completion time, customer satisfaction, order rejection rate. Optimizing these numbers effectively forces riders to deliver faster.

A single line of code affects the working conditions of tens of thousands of riders. Changing an assignment algorithm weight from 1.2 to 1.4 might reduce average rider travel distance by 8% but increase time pressure by 15%. (Discussing these tradeoffs in code review gave me a strange feeling.)

When the PM says to improve efficiency metrics, the developer writes the code. But how many developers are conscious that their code is changing how people work while they're writing it?

I Tried Being a Platform Worker Too

I took on a few website outsourcing jobs on Kmong. Clients rate you with stars, and those ratings affect your visibility ranking. Without initial reviews, getting work is really hard. I had to price myself at about 60% of market rate to land my first project.

Competing within a platform inevitably drives prices to the bottom. I felt the red ocean firsthand. The platform makes suppliers compete against each other while collecting fees. More supply is better for the platform and worse for the suppliers.

Are There Alternatives?

The concept of a "protocol economy" is emerging. The idea of blockchain-based transactions without intermediaries. But honestly, the UX is terrible right now. The barrier for regular users is too high.

For the foreseeable future, the platform economy will persist. What matters is not becoming completely dependent on platforms -- maintaining your own channels alongside them. Easy to say, hard to practice.

As a developer who builds platforms, maybe the best I can do is stay conscious of how algorithms affect people while writing code. Even that is only possible within the bounds of what the company allows.

Related Posts