Pranav Srivastava
Essays

Essay · Pranav, in his own words

The network grew superpowers (and handed you the remote)

Knowing where a device really is. Sensing that a SIM was just swapped. Promising a fast connection on demand. These used to be telco magic. Now they're a function call — and there's a 'universal remote' making it work everywhere.

July 2, 2026·4 min read

The Programmable Network · part 2 of 3

  1. 1.Your phone network is quietly getting a brain
  2. 2.The network grew superpowers (and handed you the remote)
  3. 3.When AI holds the keys

The old dial tone was a promise you could hear: pick up, and it works, anywhere, without understanding a thing about how. What's happening now is the same promise, made to builders instead of callers — call this, and a genuine superpower answers.

It started with a small, addictive magic. With the right service, sending a text or placing a call became a single line of code — a snippet runs, and a stranger's phone buzzes on the far side of the planet. (I'll tell you the unglamorous half, because I've lived it: the instant something is callable, someone abuses it. There's a whole fraud — "SMS pumping" — where bots trigger millions of pointless verification texts because each one quietly pays the attacker a cut. Every beautiful API has a shadow like that.)

But messaging was just the doorway. The real shift is that the network's own powers are opening up. Rather than describe them, let me just let you play with them — tap for a scenario, and keep tapping:

What can a programmable network do? — tap for another
Here todaySIM-Swap check

The transfer that didn't happen

You approve a big bank transfer. Before it clears, the bank quietly asks the network: was this phone's SIM swapped recently? It was — two hours ago, by a fraudster. The transfer is blocked. You never even knew you were attacked.

The four superpowers worth knowing

Strip away the jargon and most of what's opening up is four "senses" the network can now lend your app:

  • "Is this really you?" — silently confirm someone controls their phone number, with no clumsy SMS code to copy or intercept.
  • "Was this account just hijacked?" — check whether a SIM was swapped recently, the classic fingerprint of an account takeover.
  • "Where is this device, really?" — a network-verified location that's far harder to fake than the GPS chip in a phone.
  • "Can you promise me speed?" — ask for a guaranteed-quality connection for a set window, instead of hoping for the best.
Developers & appscall an API — no telco degree requiredOpen Gateway · CAMARA · TM Forumone standard contract across operatorsThe mobile network (4G/5G, NEF)location · quality · SIM-swap · verify
The quiet revolution: a mobile network's deepest capabilities — location, quality, SIM-swap checks — handed up to any developer as a standard API, no telco degree required.

Each of those used to require a bespoke deal with a carrier. Now it's an ordinary request in your code. That's the whole revolution in one sentence.

The "universal remote" that makes it work everywhere

Here's the problem that almost killed this in the cradle. Picture every app needing a different plug for every phone network on Earth — one shape for this carrier, another for that one, thousands of one-off integrations. Total chaos. Nobody builds on that.

So the industry did the boring, heroic thing: it agreed on a standard. A project called CAMARA (open-source, run under the Linux Foundation with the GSMA behind it) defines these network APIs once, and the GSMA Open Gateway initiative — launched in 2023 and since signed by operators covering a huge share of the world's connections — rolls them out the same way across carriers. Think of it as a universal remote: one set of buttons that works no matter whose network you're on.

There's more fine print underneath — the contract language (OpenAPI), the business-system standards (TM Forum) — and I'll spare you the acronym parade. Just know this: the unglamorous standards work is exactly what turns "a cool demo on one network" into "a product that works everywhere." Standards are boring the way foundations are boring.

And then there are the machines

The other half of the programmable network isn't phones at all — it's things. Billions of sensors, trackers, and meters, increasingly carrying a software SIM (an eSIM) you provision remotely instead of a plastic card someone posts to you. Managing a million devices starts to feel like managing a cloud service: activate a fleet, set a data policy, watch usage — all in code. It's how a farm waters itself and a city predicts a flood.

The honest ledger

Because I promised grounded, not breathless:

  • The upside is real and large. Powers that were locked inside carriers are now Lego bricks for any builder — fraud checks, silent verification, on-demand quality, planet-scale sensing. Genuinely new products become possible.
  • The catches are real too. Rollout is uneven, so a feature that works on one network may not on the next. It's unproven whether developers will pay for network powers at scale. The long tail of cheap, rarely-updated IoT devices is a security headache. And every new endpoint is a new door.

That last one — the doors — is the whole next essay. The network grew superpowers and handed out the remote. Now we have to make sure only the right people can press the buttons. Next: what happens when we give those keys to AI, and how not to get robbed.

Next in The Programmable NetworkWhen AI holds the keys

Written by Pranav Srivastava. These are working thoughts, not final answers — I change my mind.

More essays